summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/categoryfilter.ui7
-rw-r--r--noncore/settings/aqpkg/settings.ui20
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,38 +1,38 @@
<!DOCTYPE UI><UI>
<class>CategoryFilterDlg</class>
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>CategoryFilterDlg</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>0</x>
<y>0</y>
- <width>215</width>
+ <width>211</width>
<height>295</height>
</rect>
</property>
<property stdset="1">
<name>caption</name>
<string>Category Filter</string>
</property>
<grid>
<property stdset="1">
<name>margin</name>
<number>11</number>
</property>
<property stdset="1">
<name>spacing</name>
<number>6</number>
</property>
<widget row="1" column="0" >
<class>QLayoutWidget</class>
<property stdset="1">
<name>name</name>
<cstring>Layout4</cstring>
</property>
<grid>
<property stdset="1">
@@ -94,25 +94,30 @@
</property>
<property stdset="1">
<name>selectionMode</name>
<enum>Multi</enum>
</property>
</widget>
</grid>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>btnCancel</sender>
<signal>clicked()</signal>
<receiver>CategoryFilterDlg</receiver>
<slot>reject()</slot>
</connection>
<connection>
<sender>btnOK</sender>
<signal>clicked()</signal>
<receiver>CategoryFilterDlg</receiver>
<slot>accept()</slot>
</connection>
</connections>
+<tabstops>
+ <tabstop>lstCategories</tabstop>
+ <tabstop>btnCancel</tabstop>
+ <tabstop>btnOK</tabstop>
+</tabstops>
</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,38 +1,38 @@
<!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>239</width>
+ <width>235</width>
<height>390</height>
</rect>
</property>
<property stdset="1">
<name>caption</name>
<string>Package Servers</string>
</property>
<property>
<name>layoutMargin</name>
</property>
<property>
<name>layoutSpacing</name>
</property>
<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>
@@ -608,25 +608,43 @@
</connection>
<slot access="public">activeServerChanged()</slot>
<slot access="public">changeDestinationDetails()</slot>
<slot access="public">changeServerDetails()</slot>
<slot access="public">createLinksToDest()</slot>
<slot access="public">destNameChanged(const QString&amp;)</slot>
<slot access="public">destUrlChanged(const QString&amp;)</slot>
<slot access="public">editDestination(int)</slot>
<slot access="public">editServer(int)</slot>
<slot access="public">installationSettingChange(int)</slot>
<slot access="public">installationSettingSetName(const QString &amp;)</slot>
<slot access="public">linkEnabled(bool)</slot>
<slot access="public">newDestination()</slot>
<slot access="public">newInstallationSetting()</slot>
<slot access="public">newServer()</slot>
<slot access="public">removeDestination()</slot>
<slot access="public">removeInstallationSetting()</slot>
<slot access="public">removeLinksToDest()</slot>
<slot access="public">removeServer()</slot>
<slot access="public">renameInstallationSetting()</slot>
<slot access="public">serverNameChanged(const QString&amp;)</slot>
<slot access="public">serverUrlChanged(const QString&amp;)</slot>
<slot access="public">toggleJumpTo(bool)</slot>
</connections>
+<tabstops>
+ <tabstop>servers</tabstop>
+ <tabstop>newserver</tabstop>
+ <tabstop>removeserver</tabstop>
+ <tabstop>servername</tabstop>
+ <tabstop>serverurl</tabstop>
+ <tabstop>active</tabstop>
+ <tabstop>btnChangeServer</tabstop>
+ <tabstop>TabWidget</tabstop>
+ <tabstop>destinations</tabstop>
+ <tabstop>newdestination</tabstop>
+ <tabstop>removedestination</tabstop>
+ <tabstop>destinationname</tabstop>
+ <tabstop>destinationurl</tabstop>
+ <tabstop>linkToRoot</tabstop>
+ <tabstop>btnChangeDest</tabstop>
+ <tabstop>jumpTo</tabstop>
+</tabstops>
</UI>