-rw-r--r-- | noncore/settings/aqpkg/settings.ui | 62 |
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 | |||
@@ -12,5 +12,5 @@ | |||
12 | <x>0</x> | 12 | <x>0</x> |
13 | <y>0</y> | 13 | <y>0</y> |
14 | <width>247</width> | 14 | <width>239</width> |
15 | <height>390</height> | 15 | <height>390</height> |
16 | </rect> | 16 | </rect> |
@@ -498,4 +498,55 @@ | |||
498 | </grid> | 498 | </grid> |
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> |
501 | </grid> | 552 | </grid> |
@@ -550,5 +601,12 @@ | |||
550 | <slot>changeDestinationDetails()</slot> | 601 | <slot>changeDestinationDetails()</slot> |
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> |
554 | <slot access="public">createLinksToDest()</slot> | 612 | <slot access="public">createLinksToDest()</slot> |
@@ -563,5 +621,4 @@ | |||
563 | <slot access="public">newInstallationSetting()</slot> | 621 | <slot access="public">newInstallationSetting()</slot> |
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> |
567 | <slot access="public">removeInstallationSetting()</slot> | 624 | <slot access="public">removeInstallationSetting()</slot> |
@@ -571,4 +628,5 @@ | |||
571 | <slot access="public">serverNameChanged(const QString&)</slot> | 628 | <slot access="public">serverNameChanged(const QString&)</slot> |
572 | <slot access="public">serverUrlChanged(const QString&)</slot> | 629 | <slot access="public">serverUrlChanged(const QString&)</slot> |
630 | <slot access="public">toggleJumpTo(bool)</slot> | ||
573 | </connections> | 631 | </connections> |
574 | </UI> | 632 | </UI> |