summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/settings.ui62
1 files changed, 60 insertions, 2 deletions
diff --git a/noncore/settings/aqpkg/settings.ui b/noncore/settings/aqpkg/settings.ui
index 6b3cfd4..f33d36c 100644
--- a/noncore/settings/aqpkg/settings.ui
+++ b/noncore/settings/aqpkg/settings.ui
@@ -13,3 +13,3 @@
<y>0</y>
- <width>247</width>
+ <width>239</width>
<height>390</height>
@@ -499,2 +499,53 @@
</widget>
+ <widget>
+ <class>QWidget</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>tab</cstring>
+ </property>
+ <attribute>
+ <name>title</name>
+ <string>General</string>
+ </attribute>
+ <widget>
+ <class>QLabel</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>TextLabel1</cstring>
+ </property>
+ <property stdset="1">
+ <name>geometry</name>
+ <rect>
+ <x>20</x>
+ <y>30</y>
+ <width>150</width>
+ <height>20</height>
+ </rect>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>(Will take effect on restart)</string>
+ </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>
@@ -551,3 +602,10 @@
</connection>
+ <connection>
+ <sender>jumpTo</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>Settings</receiver>
+ <slot>toggleJumpTo(bool)</slot>
+ </connection>
<slot access="public">activeServerChanged()</slot>
+ <slot access="public">changeDestinationDetails()</slot>
<slot access="public">changeServerDetails()</slot>
@@ -564,3 +622,2 @@
<slot access="public">newServer()</slot>
- <slot access="public">changeDestinationDetails()</slot>
<slot access="public">removeDestination()</slot>
@@ -572,2 +629,3 @@
<slot access="public">serverUrlChanged(const QString&amp;)</slot>
+ <slot access="public">toggleJumpTo(bool)</slot>
</connections>