author | mickeyl <mickeyl> | 2005-04-19 08:57:47 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-04-19 08:57:47 (UTC) |
commit | 16202ec32c1647b113fd7c06bc652bff32e6d6d2 (patch) (side-by-side diff) | |
tree | 22be4aed64762592201e9f273dbde63637aa8571 | |
parent | 30239a6740e7d82374b733484a43e6da5a37d5c7 (diff) | |
download | opie-16202ec32c1647b113fd7c06bc652bff32e6d6d2.zip opie-16202ec32c1647b113fd7c06bc652bff32e6d6d2.tar.gz opie-16202ec32c1647b113fd7c06bc652bff32e6d6d2.tar.bz2 |
make UI resizable, patch courtesy Hrw
-rw-r--r-- | noncore/net/opietooth/manager/bluetoothbase.ui | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/noncore/net/opietooth/manager/bluetoothbase.ui b/noncore/net/opietooth/manager/bluetoothbase.ui index a20a04d..a900212 100644 --- a/noncore/net/opietooth/manager/bluetoothbase.ui +++ b/noncore/net/opietooth/manager/bluetoothbase.ui @@ -1,58 +1,58 @@ <!DOCTYPE UI><UI> <class>BluetoothBase</class> <widget> <class>QWidget</class> <property stdset="1"> <name>name</name> <cstring>BluetoothBase</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> - <width>258</width> - <height>407</height> + <width>370</width> + <height>328</height> </rect> </property> <property stdset="1"> <name>caption</name> <string>Form1</string> </property> <property> <name>layoutMargin</name> </property> <property> <name>layoutSpacing</name> </property> + <vbox> + <property stdset="1"> + <name>margin</name> + <number>11</number> + </property> + <property stdset="1"> + <name>spacing</name> + <number>6</number> + </property> <widget> <class>QTabWidget</class> <property stdset="1"> <name>name</name> <cstring>Status</cstring> </property> - <property stdset="1"> - <name>geometry</name> - <rect> - <x>1</x> - <y>1</y> - <width>245</width> - <height>289</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>Devices</string> </attribute> @@ -426,18 +426,19 @@ <number>2</number> </property> <widget> <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>StatusLabel</cstring> </property> <property stdset="1"> <name>text</name> <string>Status Label</string> </property> </widget> </vbox> </widget> </widget> + </vbox> </widget> </UI> |