summaryrefslogtreecommitdiff
authorandyq <andyq>2002-10-18 22:41:47 (UTC)
committer andyq <andyq>2002-10-18 22:41:47 (UTC)
commit598cfa66b57d61e15bc3c5ea3a9c8e7295864455 (patch) (unidiff)
treeaed08dd3e957c0bd7c8e451f5cd4eaa5c365c5bd
parentf899c1a0d216a1197c947a533d82085a02fed259 (diff)
downloadopie-598cfa66b57d61e15bc3c5ea3a9c8e7295864455.zip
opie-598cfa66b57d61e15bc3c5ea3a9c8e7295864455.tar.gz
opie-598cfa66b57d61e15bc3c5ea3a9c8e7295864455.tar.bz2
Added new tab - General - and option to show/hide Jump To letters
Diffstat (more/less context) (show 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
@@ -1,38 +1,38 @@
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>247</width> 14 <width>239</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>
31 <number>11</number> 31 <number>11</number>
32 </property> 32 </property>
33 <property stdset="1"> 33 <property stdset="1">
34 <name>spacing</name> 34 <name>spacing</name>
35 <number>6</number> 35 <number>6</number>
36 </property> 36 </property>
37 <widget row="0" column="0" > 37 <widget row="0" column="0" >
38 <class>QTabWidget</class> 38 <class>QTabWidget</class>
@@ -476,48 +476,99 @@
476 <property stdset="1"> 476 <property stdset="1">
477 <name>name</name> 477 <name>name</name>
478 <cstring>linkToRoot</cstring> 478 <cstring>linkToRoot</cstring>
479 </property> 479 </property>
480 <property stdset="1"> 480 <property stdset="1">
481 <name>text</name> 481 <name>text</name>
482 <string>LinkToRoot</string> 482 <string>LinkToRoot</string>
483 </property> 483 </property>
484 <property stdset="1"> 484 <property stdset="1">
485 <name>checked</name> 485 <name>checked</name>
486 <bool>true</bool> 486 <bool>true</bool>
487 </property> 487 </property>
488 </widget> 488 </widget>
489 <widget row="1" column="1" > 489 <widget row="1" column="1" >
490 <class>QLineEdit</class> 490 <class>QLineEdit</class>
491 <property stdset="1"> 491 <property stdset="1">
492 <name>name</name> 492 <name>name</name>
493 <cstring>destinationurl</cstring> 493 <cstring>destinationurl</cstring>
494 </property> 494 </property>
495 </widget> 495 </widget>
496 </grid> 496 </grid>
497 </widget> 497 </widget>
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>
502</widget> 553</widget>
503<connections> 554<connections>
504 <connection> 555 <connection>
505 <sender>newserver</sender> 556 <sender>newserver</sender>
506 <signal>clicked()</signal> 557 <signal>clicked()</signal>
507 <receiver>Settings</receiver> 558 <receiver>Settings</receiver>
508 <slot>newServer()</slot> 559 <slot>newServer()</slot>
509 </connection> 560 </connection>
510 <connection> 561 <connection>
511 <sender>removeserver</sender> 562 <sender>removeserver</sender>
512 <signal>clicked()</signal> 563 <signal>clicked()</signal>
513 <receiver>Settings</receiver> 564 <receiver>Settings</receiver>
514 <slot>removeServer()</slot> 565 <slot>removeServer()</slot>
515 </connection> 566 </connection>
516 <connection> 567 <connection>
517 <sender>newdestination</sender> 568 <sender>newdestination</sender>
518 <signal>clicked()</signal> 569 <signal>clicked()</signal>
519 <receiver>Settings</receiver> 570 <receiver>Settings</receiver>
520 <slot>newDestination()</slot> 571 <slot>newDestination()</slot>
521 </connection> 572 </connection>
522 <connection> 573 <connection>
523 <sender>removedestination</sender> 574 <sender>removedestination</sender>
@@ -528,47 +579,54 @@
528 <connection> 579 <connection>
529 <sender>servers</sender> 580 <sender>servers</sender>
530 <signal>highlighted(int)</signal> 581 <signal>highlighted(int)</signal>
531 <receiver>Settings</receiver> 582 <receiver>Settings</receiver>
532 <slot>editServer(int)</slot> 583 <slot>editServer(int)</slot>
533 </connection> 584 </connection>
534 <connection> 585 <connection>
535 <sender>destinations</sender> 586 <sender>destinations</sender>
536 <signal>highlighted(int)</signal> 587 <signal>highlighted(int)</signal>
537 <receiver>Settings</receiver> 588 <receiver>Settings</receiver>
538 <slot>editDestination(int)</slot> 589 <slot>editDestination(int)</slot>
539 </connection> 590 </connection>
540 <connection> 591 <connection>
541 <sender>btnChangeServer</sender> 592 <sender>btnChangeServer</sender>
542 <signal>clicked()</signal> 593 <signal>clicked()</signal>
543 <receiver>Settings</receiver> 594 <receiver>Settings</receiver>
544 <slot>changeServerDetails()</slot> 595 <slot>changeServerDetails()</slot>
545 </connection> 596 </connection>
546 <connection> 597 <connection>
547 <sender>btnChangeDest</sender> 598 <sender>btnChangeDest</sender>
548 <signal>clicked()</signal> 599 <signal>clicked()</signal>
549 <receiver>Settings</receiver> 600 <receiver>Settings</receiver>
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>
555 <slot access="public">destNameChanged(const QString&amp;)</slot> 613 <slot access="public">destNameChanged(const QString&amp;)</slot>
556 <slot access="public">destUrlChanged(const QString&amp;)</slot> 614 <slot access="public">destUrlChanged(const QString&amp;)</slot>
557 <slot access="public">editDestination(int)</slot> 615 <slot access="public">editDestination(int)</slot>
558 <slot access="public">editServer(int)</slot> 616 <slot access="public">editServer(int)</slot>
559 <slot access="public">installationSettingChange(int)</slot> 617 <slot access="public">installationSettingChange(int)</slot>
560 <slot access="public">installationSettingSetName(const QString &amp;)</slot> 618 <slot access="public">installationSettingSetName(const QString &amp;)</slot>
561 <slot access="public">linkEnabled(bool)</slot> 619 <slot access="public">linkEnabled(bool)</slot>
562 <slot access="public">newDestination()</slot> 620 <slot access="public">newDestination()</slot>
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>
568 <slot access="public">removeLinksToDest()</slot> 625 <slot access="public">removeLinksToDest()</slot>
569 <slot access="public">removeServer()</slot> 626 <slot access="public">removeServer()</slot>
570 <slot access="public">renameInstallationSetting()</slot> 627 <slot access="public">renameInstallationSetting()</slot>
571 <slot access="public">serverNameChanged(const QString&amp;)</slot> 628 <slot access="public">serverNameChanged(const QString&amp;)</slot>
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>
574</UI> 632</UI>