-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 @@ -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>247</width> + <width>239</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> @@ -476,48 +476,99 @@ <property stdset="1"> <name>name</name> <cstring>linkToRoot</cstring> </property> <property stdset="1"> <name>text</name> <string>LinkToRoot</string> </property> <property stdset="1"> <name>checked</name> <bool>true</bool> </property> </widget> <widget row="1" column="1" > <class>QLineEdit</class> <property stdset="1"> <name>name</name> <cstring>destinationurl</cstring> </property> </widget> </grid> </widget> </grid> </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> </grid> </widget> <connections> <connection> <sender>newserver</sender> <signal>clicked()</signal> <receiver>Settings</receiver> <slot>newServer()</slot> </connection> <connection> <sender>removeserver</sender> <signal>clicked()</signal> <receiver>Settings</receiver> <slot>removeServer()</slot> </connection> <connection> <sender>newdestination</sender> <signal>clicked()</signal> <receiver>Settings</receiver> <slot>newDestination()</slot> </connection> <connection> <sender>removedestination</sender> @@ -528,47 +579,54 @@ <connection> <sender>servers</sender> <signal>highlighted(int)</signal> <receiver>Settings</receiver> <slot>editServer(int)</slot> </connection> <connection> <sender>destinations</sender> <signal>highlighted(int)</signal> <receiver>Settings</receiver> <slot>editDestination(int)</slot> </connection> <connection> <sender>btnChangeServer</sender> <signal>clicked()</signal> <receiver>Settings</receiver> <slot>changeServerDetails()</slot> </connection> <connection> <sender>btnChangeDest</sender> <signal>clicked()</signal> <receiver>Settings</receiver> <slot>changeDestinationDetails()</slot> </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> <slot access="public">createLinksToDest()</slot> <slot access="public">destNameChanged(const QString&)</slot> <slot access="public">destUrlChanged(const QString&)</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 &)</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">changeDestinationDetails()</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&)</slot> <slot access="public">serverUrlChanged(const QString&)</slot> + <slot access="public">toggleJumpTo(bool)</slot> </connections> </UI> |