author | andyq <andyq> | 2002-12-13 13:34:13 (UTC) |
---|---|---|
committer | andyq <andyq> | 2002-12-13 13:34:13 (UTC) |
commit | 9b65e55ce70837695b319ef7049674e9c3daba98 (patch) (side-by-side diff) | |
tree | 1fc555f24a5f40ef933d32a76dad3d9312987fd5 | |
parent | 2c66f2ea6c550b9b30044371bcd4684d1f9ecc93 (diff) | |
download | opie-9b65e55ce70837695b319ef7049674e9c3daba98.zip opie-9b65e55ce70837695b319ef7049674e9c3daba98.tar.gz opie-9b65e55ce70837695b319ef7049674e9c3daba98.tar.bz2 |
Unbroke Settings dialog layout
-rw-r--r-- | noncore/settings/aqpkg/settings.ui | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/noncore/settings/aqpkg/settings.ui b/noncore/settings/aqpkg/settings.ui index b39d358..c56a9b0 100644 --- a/noncore/settings/aqpkg/settings.ui +++ b/noncore/settings/aqpkg/settings.ui @@ -1,70 +1,70 @@ <!DOCTYPE UI><UI> <class>SettingsBase</class> <widget> <class>QDialog</class> <property stdset="1"> <name>name</name> <cstring>Settings</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> - <width>211</width> - <height>390</height> + <width>238</width> + <height>353</height> </rect> </property> <property stdset="1"> <name>caption</name> <string>Package Servers</string> </property> <property> <name>layoutMargin</name> </property> <property> <name>layoutSpacing</name> </property> - <widget> + <grid> + <property stdset="1"> + <name>margin</name> + <number>11</number> + </property> + <property stdset="1"> + <name>spacing</name> + <number>6</number> + </property> + <widget row="0" column="0" > <class>QTabWidget</class> <property stdset="1"> <name>name</name> <cstring>TabWidget</cstring> </property> <property stdset="1"> <name>enabled</name> <bool>true</bool> </property> - <property stdset="1"> - <name>geometry</name> - <rect> - <x>11</x> - <y>11</y> - <width>209</width> - <height>368</height> - </rect> - </property> <property> <name>layoutMargin</name> </property> <property> <name>layoutSpacing</name> </property> <widget> <class>QWidget</class> <property stdset="1"> <name>name</name> <cstring>tab</cstring> </property> <attribute> <name>title</name> <string>Servers</string> </attribute> <grid> <property stdset="1"> <name>margin</name> <number>11</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> @@ -743,48 +743,49 @@ </property> </widget> <widget> <class>QCheckBox</class> <property stdset="1"> <name>name</name> <cstring>jumpTo</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>17</x> <y>14</y> <width>150</width> <height>20</height> </rect> </property> <property stdset="1"> <name>text</name> <string>Show Jump To Letters</string> </property> </widget> </widget> </widget> + </grid> </widget> <connections> <connection> <sender>newserver</sender> <signal>clicked()</signal> <receiver>Settings</receiver> <slot>newServer()</slot> </connection> <connection> <sender>removeserver</sender> <signal>clicked()</signal> <receiver>Settings</receiver> <slot>removeServer()</slot> </connection> <connection> <sender>newdestination</sender> <signal>clicked()</signal> <receiver>Settings</receiver> <slot>newDestination()</slot> </connection> <connection> <sender>removedestination</sender> <signal>clicked()</signal> <receiver>Settings</receiver> |