author | andyq <andyq> | 2002-11-20 20:47:20 (UTC) |
---|---|---|
committer | andyq <andyq> | 2002-11-20 20:47:20 (UTC) |
commit | 285affa7c824482953eb82417e9e5c2f7f9e0058 (patch) (unidiff) | |
tree | 5cf690eae907d3ec93dcca6452fb674de067a9cd | |
parent | 95f1c2be3c6de39935f0b0b8ac19046c5ef29fb5 (diff) | |
download | opie-285affa7c824482953eb82417e9e5c2f7f9e0058.zip opie-285affa7c824482953eb82417e9e5c2f7f9e0058.tar.gz opie-285affa7c824482953eb82417e9e5c2f7f9e0058.tar.bz2 |
Fixed tab order
-rw-r--r-- | noncore/settings/aqpkg/categoryfilter.ui | 7 | ||||
-rw-r--r-- | noncore/settings/aqpkg/settings.ui | 20 |
2 files changed, 25 insertions, 2 deletions
diff --git a/noncore/settings/aqpkg/categoryfilter.ui b/noncore/settings/aqpkg/categoryfilter.ui index 3416243..c167cc9 100644 --- a/noncore/settings/aqpkg/categoryfilter.ui +++ b/noncore/settings/aqpkg/categoryfilter.ui | |||
@@ -1,30 +1,30 @@ | |||
1 | <!DOCTYPE UI><UI> | 1 | <!DOCTYPE UI><UI> |
2 | <class>CategoryFilterDlg</class> | 2 | <class>CategoryFilterDlg</class> |
3 | <widget> | 3 | <widget> |
4 | <class>QDialog</class> | 4 | <class>QDialog</class> |
5 | <property stdset="1"> | 5 | <property stdset="1"> |
6 | <name>name</name> | 6 | <name>name</name> |
7 | <cstring>CategoryFilterDlg</cstring> | 7 | <cstring>CategoryFilterDlg</cstring> |
8 | </property> | 8 | </property> |
9 | <property stdset="1"> | 9 | <property stdset="1"> |
10 | <name>geometry</name> | 10 | <name>geometry</name> |
11 | <rect> | 11 | <rect> |
12 | <x>0</x> | 12 | <x>0</x> |
13 | <y>0</y> | 13 | <y>0</y> |
14 | <width>215</width> | 14 | <width>211</width> |
15 | <height>295</height> | 15 | <height>295</height> |
16 | </rect> | 16 | </rect> |
17 | </property> | 17 | </property> |
18 | <property stdset="1"> | 18 | <property stdset="1"> |
19 | <name>caption</name> | 19 | <name>caption</name> |
20 | <string>Category Filter</string> | 20 | <string>Category Filter</string> |
21 | </property> | 21 | </property> |
22 | <grid> | 22 | <grid> |
23 | <property stdset="1"> | 23 | <property stdset="1"> |
24 | <name>margin</name> | 24 | <name>margin</name> |
25 | <number>11</number> | 25 | <number>11</number> |
26 | </property> | 26 | </property> |
27 | <property stdset="1"> | 27 | <property stdset="1"> |
28 | <name>spacing</name> | 28 | <name>spacing</name> |
29 | <number>6</number> | 29 | <number>6</number> |
30 | </property> | 30 | </property> |
@@ -102,17 +102,22 @@ | |||
102 | </grid> | 102 | </grid> |
103 | </widget> | 103 | </widget> |
104 | <connections> | 104 | <connections> |
105 | <connection> | 105 | <connection> |
106 | <sender>btnCancel</sender> | 106 | <sender>btnCancel</sender> |
107 | <signal>clicked()</signal> | 107 | <signal>clicked()</signal> |
108 | <receiver>CategoryFilterDlg</receiver> | 108 | <receiver>CategoryFilterDlg</receiver> |
109 | <slot>reject()</slot> | 109 | <slot>reject()</slot> |
110 | </connection> | 110 | </connection> |
111 | <connection> | 111 | <connection> |
112 | <sender>btnOK</sender> | 112 | <sender>btnOK</sender> |
113 | <signal>clicked()</signal> | 113 | <signal>clicked()</signal> |
114 | <receiver>CategoryFilterDlg</receiver> | 114 | <receiver>CategoryFilterDlg</receiver> |
115 | <slot>accept()</slot> | 115 | <slot>accept()</slot> |
116 | </connection> | 116 | </connection> |
117 | </connections> | 117 | </connections> |
118 | <tabstops> | ||
119 | <tabstop>lstCategories</tabstop> | ||
120 | <tabstop>btnCancel</tabstop> | ||
121 | <tabstop>btnOK</tabstop> | ||
122 | </tabstops> | ||
118 | </UI> | 123 | </UI> |
diff --git a/noncore/settings/aqpkg/settings.ui b/noncore/settings/aqpkg/settings.ui index f33d36c..c2db861 100644 --- a/noncore/settings/aqpkg/settings.ui +++ b/noncore/settings/aqpkg/settings.ui | |||
@@ -1,30 +1,30 @@ | |||
1 | <!DOCTYPE UI><UI> | 1 | <!DOCTYPE UI><UI> |
2 | <class>SettingsBase</class> | 2 | <class>SettingsBase</class> |
3 | <widget> | 3 | <widget> |
4 | <class>QDialog</class> | 4 | <class>QDialog</class> |
5 | <property stdset="1"> | 5 | <property stdset="1"> |
6 | <name>name</name> | 6 | <name>name</name> |
7 | <cstring>Settings</cstring> | 7 | <cstring>Settings</cstring> |
8 | </property> | 8 | </property> |
9 | <property stdset="1"> | 9 | <property stdset="1"> |
10 | <name>geometry</name> | 10 | <name>geometry</name> |
11 | <rect> | 11 | <rect> |
12 | <x>0</x> | 12 | <x>0</x> |
13 | <y>0</y> | 13 | <y>0</y> |
14 | <width>239</width> | 14 | <width>235</width> |
15 | <height>390</height> | 15 | <height>390</height> |
16 | </rect> | 16 | </rect> |
17 | </property> | 17 | </property> |
18 | <property stdset="1"> | 18 | <property stdset="1"> |
19 | <name>caption</name> | 19 | <name>caption</name> |
20 | <string>Package Servers</string> | 20 | <string>Package Servers</string> |
21 | </property> | 21 | </property> |
22 | <property> | 22 | <property> |
23 | <name>layoutMargin</name> | 23 | <name>layoutMargin</name> |
24 | </property> | 24 | </property> |
25 | <property> | 25 | <property> |
26 | <name>layoutSpacing</name> | 26 | <name>layoutSpacing</name> |
27 | </property> | 27 | </property> |
28 | <grid> | 28 | <grid> |
29 | <property stdset="1"> | 29 | <property stdset="1"> |
30 | <name>margin</name> | 30 | <name>margin</name> |
@@ -616,17 +616,35 @@ | |||
616 | <slot access="public">editServer(int)</slot> | 616 | <slot access="public">editServer(int)</slot> |
617 | <slot access="public">installationSettingChange(int)</slot> | 617 | <slot access="public">installationSettingChange(int)</slot> |
618 | <slot access="public">installationSettingSetName(const QString &)</slot> | 618 | <slot access="public">installationSettingSetName(const QString &)</slot> |
619 | <slot access="public">linkEnabled(bool)</slot> | 619 | <slot access="public">linkEnabled(bool)</slot> |
620 | <slot access="public">newDestination()</slot> | 620 | <slot access="public">newDestination()</slot> |
621 | <slot access="public">newInstallationSetting()</slot> | 621 | <slot access="public">newInstallationSetting()</slot> |
622 | <slot access="public">newServer()</slot> | 622 | <slot access="public">newServer()</slot> |
623 | <slot access="public">removeDestination()</slot> | 623 | <slot access="public">removeDestination()</slot> |
624 | <slot access="public">removeInstallationSetting()</slot> | 624 | <slot access="public">removeInstallationSetting()</slot> |
625 | <slot access="public">removeLinksToDest()</slot> | 625 | <slot access="public">removeLinksToDest()</slot> |
626 | <slot access="public">removeServer()</slot> | 626 | <slot access="public">removeServer()</slot> |
627 | <slot access="public">renameInstallationSetting()</slot> | 627 | <slot access="public">renameInstallationSetting()</slot> |
628 | <slot access="public">serverNameChanged(const QString&)</slot> | 628 | <slot access="public">serverNameChanged(const QString&)</slot> |
629 | <slot access="public">serverUrlChanged(const QString&)</slot> | 629 | <slot access="public">serverUrlChanged(const QString&)</slot> |
630 | <slot access="public">toggleJumpTo(bool)</slot> | 630 | <slot access="public">toggleJumpTo(bool)</slot> |
631 | </connections> | 631 | </connections> |
632 | <tabstops> | ||
633 | <tabstop>servers</tabstop> | ||
634 | <tabstop>newserver</tabstop> | ||
635 | <tabstop>removeserver</tabstop> | ||
636 | <tabstop>servername</tabstop> | ||
637 | <tabstop>serverurl</tabstop> | ||
638 | <tabstop>active</tabstop> | ||
639 | <tabstop>btnChangeServer</tabstop> | ||
640 | <tabstop>TabWidget</tabstop> | ||
641 | <tabstop>destinations</tabstop> | ||
642 | <tabstop>newdestination</tabstop> | ||
643 | <tabstop>removedestination</tabstop> | ||
644 | <tabstop>destinationname</tabstop> | ||
645 | <tabstop>destinationurl</tabstop> | ||
646 | <tabstop>linkToRoot</tabstop> | ||
647 | <tabstop>btnChangeDest</tabstop> | ||
648 | <tabstop>jumpTo</tabstop> | ||
649 | </tabstops> | ||
632 | </UI> | 650 | </UI> |