Skip to content

Commit c3f5ccb

Browse files
author
timlinux
committed
Dont use form layout use grid layout (for #2121)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12212 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 359303e commit c3f5ccb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/plugins/oracle_raster/qgsoracleconnectbase.ui

+9-9
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<x>0</x>
88
<y>0</y>
99
<width>318</width>
10-
<height>177</height>
10+
<height>213</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
@@ -18,7 +18,7 @@
1818
<normaloff/>
1919
</iconset>
2020
</property>
21-
<layout class="QFormLayout" name="formLayout">
21+
<layout class="QGridLayout" name="gridLayout">
2222
<item row="0" column="0">
2323
<widget class="QLabel" name="TextLabel1_2">
2424
<property name="text">
@@ -79,20 +79,20 @@
7979
</property>
8080
</widget>
8181
</item>
82-
<item row="6" column="0" colspan="2">
83-
<widget class="QDialogButtonBox" name="buttonBox">
84-
<property name="standardButtons">
85-
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
86-
</property>
87-
</widget>
88-
</item>
8982
<item row="4" column="1">
9083
<widget class="QCheckBox" name="chkStorePassword">
9184
<property name="text">
9285
<string>Save Password</string>
9386
</property>
9487
</widget>
9588
</item>
89+
<item row="5" column="0" colspan="2">
90+
<widget class="QDialogButtonBox" name="buttonBox">
91+
<property name="standardButtons">
92+
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
93+
</property>
94+
</widget>
95+
</item>
9696
</layout>
9797
</widget>
9898
<layoutdefault spacing="6" margin="11"/>

0 commit comments

Comments
 (0)