[Qt] Revert overviewpage from QFormLayout to QVBoxLayout

This commit is contained in:
Cozz Lovan 2014-08-17 23:46:22 +02:00
parent b3ec053082
commit cb5fa86f42

View file

@ -13,8 +13,8 @@
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string>Form</string>
</property> </property>
<layout class="QFormLayout" name="formLayout_3"> <layout class="QVBoxLayout" name="topLayout">
<item row="0" column="0" colspan="2"> <item>
<widget class="QLabel" name="labelAlerts"> <widget class="QLabel" name="labelAlerts">
<property name="visible"> <property name="visible">
<bool>false</bool> <bool>false</bool>
@ -30,7 +30,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="1"> <item>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="1,1"> <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,1">
<item> <item>
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout_2">