summaryrefslogtreecommitdiff
Unidiff
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 @@
13 <y>0</y> 13 <y>0</y>
14 <width>247</width> 14 <width>239</width>
15 <height>390</height> 15 <height>390</height>
@@ -499,2 +499,53 @@
499 </widget> 499 </widget>
500 <widget>
501 <class>QWidget</class>
502 <property stdset="1">
503 <name>name</name>
504 <cstring>tab</cstring>
505 </property>
506 <attribute>
507 <name>title</name>
508 <string>General</string>
509 </attribute>
510 <widget>
511 <class>QLabel</class>
512 <property stdset="1">
513 <name>name</name>
514 <cstring>TextLabel1</cstring>
515 </property>
516 <property stdset="1">
517 <name>geometry</name>
518 <rect>
519 <x>20</x>
520 <y>30</y>
521 <width>150</width>
522 <height>20</height>
523 </rect>
524 </property>
525 <property stdset="1">
526 <name>text</name>
527 <string>(Will take effect on restart)</string>
528 </property>
529 </widget>
530 <widget>
531 <class>QCheckBox</class>
532 <property stdset="1">
533 <name>name</name>
534 <cstring>jumpTo</cstring>
535 </property>
536 <property stdset="1">
537 <name>geometry</name>
538 <rect>
539 <x>17</x>
540 <y>14</y>
541 <width>150</width>
542 <height>20</height>
543 </rect>
544 </property>
545 <property stdset="1">
546 <name>text</name>
547 <string>Show Jump To Letters</string>
548 </property>
549 </widget>
550 </widget>
500 </widget> 551 </widget>
@@ -551,3 +602,10 @@
551 </connection> 602 </connection>
603 <connection>
604 <sender>jumpTo</sender>
605 <signal>toggled(bool)</signal>
606 <receiver>Settings</receiver>
607 <slot>toggleJumpTo(bool)</slot>
608 </connection>
552 <slot access="public">activeServerChanged()</slot> 609 <slot access="public">activeServerChanged()</slot>
610 <slot access="public">changeDestinationDetails()</slot>
553 <slot access="public">changeServerDetails()</slot> 611 <slot access="public">changeServerDetails()</slot>
@@ -564,3 +622,2 @@
564 <slot access="public">newServer()</slot> 622 <slot access="public">newServer()</slot>
565 <slot access="public">changeDestinationDetails()</slot>
566 <slot access="public">removeDestination()</slot> 623 <slot access="public">removeDestination()</slot>
@@ -572,2 +629,3 @@
572 <slot access="public">serverUrlChanged(const QString&amp;)</slot> 629 <slot access="public">serverUrlChanged(const QString&amp;)</slot>
630 <slot access="public">toggleJumpTo(bool)</slot>
573</connections> 631</connections>