annotate src/UiGuiSettingsDialog.ui @ 752:ffca9bf0d378

Corrected the possible proxy port number to be possible up to 99999 instead of 99. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1029 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Thu, 14 Oct 2010 19:58:28 +0000
parents ca1bafc93ee2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
2 <ui version="4.0">
113
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3 <class>SettingsDialog</class>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
4 <widget class="QDialog" name="SettingsDialog">
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
5 <property name="windowModality">
113
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
6 <enum>Qt::ApplicationModal</enum>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
7 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
8 <property name="geometry">
113
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
9 <rect>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
10 <x>0</x>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
11 <y>0</y>
726
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
12 <width>503</width>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
13 <height>336</height>
113
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
14 </rect>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
15 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
16 <property name="windowTitle">
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
17 <string>Settings</string>
113
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
18 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
19 <property name="windowIcon">
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
20 <iconset resource="../resources/Icons.qrc">
528
7a1b429fd4e7 - Removed any warnings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 277
diff changeset
21 <normaloff>:/mainWindow/preferences-system.png</normaloff>:/mainWindow/preferences-system.png</iconset>
139
03a32499ad3a Added some icons for the settings dialog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 137
diff changeset
22 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
23 <layout class="QVBoxLayout">
113
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
24 <item>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
25 <widget class="QTabWidget" name="tabWidget">
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
26 <property name="currentIndex">
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
27 <number>0</number>
113
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
28 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
29 <widget class="QWidget" name="tab">
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
30 <attribute name="icon">
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
31 <iconset resource="../resources/Icons.qrc">
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
32 <normaloff>:/settingsDialog/applications-system.png</normaloff>:/settingsDialog/applications-system.png</iconset>
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
33 </attribute>
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
34 <attribute name="title">
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
35 <string>Common</string>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
36 </attribute>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
37 <layout class="QVBoxLayout">
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
38 <item>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
39 <layout class="QHBoxLayout">
140
5bfb3f3b2c5f Added language icons to the language selection combo box in the settings dialog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 139
diff changeset
40 <item>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
41 <widget class="QLabel" name="label">
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
42 <property name="toolTip">
150
d601314c598b Changed some tooltips and removed statustips because they will never be shown.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 149
diff changeset
43 <string>Displays all available translations for UniversalIndentGui and lets you choose one.</string>
d601314c598b Changed some tooltips and removed statustips because they will never be shown.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 149
diff changeset
44 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
45 <property name="text">
140
5bfb3f3b2c5f Added language icons to the language selection combo box in the settings dialog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 139
diff changeset
46 <string>Application language</string>
5bfb3f3b2c5f Added language icons to the language selection combo box in the settings dialog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 139
diff changeset
47 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
48 <property name="buddy">
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
49 <cstring>languageSelectionComboBox</cstring>
150
d601314c598b Changed some tooltips and removed statustips because they will never be shown.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 149
diff changeset
50 </property>
140
5bfb3f3b2c5f Added language icons to the language selection combo box in the settings dialog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 139
diff changeset
51 </widget>
5bfb3f3b2c5f Added language icons to the language selection combo box in the settings dialog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 139
diff changeset
52 </item>
174
8d9d75c2af51 Moved the language selection combo box behind the label.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 150
diff changeset
53 <item>
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
54 <widget class="QComboBox" name="languageSelectionComboBox">
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
55 <property name="sizePolicy">
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
56 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
174
8d9d75c2af51 Moved the language selection combo box behind the label.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 150
diff changeset
57 <horstretch>0</horstretch>
8d9d75c2af51 Moved the language selection combo box behind the label.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 150
diff changeset
58 <verstretch>0</verstretch>
8d9d75c2af51 Moved the language selection combo box behind the label.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 150
diff changeset
59 </sizepolicy>
8d9d75c2af51 Moved the language selection combo box behind the label.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 150
diff changeset
60 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
61 <property name="toolTip">
174
8d9d75c2af51 Moved the language selection combo box behind the label.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 150
diff changeset
62 <string>Displays all available translations for UniversalIndentGui and lets you choose one.</string>
8d9d75c2af51 Moved the language selection combo box behind the label.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 150
diff changeset
63 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
64 <property name="connectedSettingName" stdset="0">
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
65 <string notr="true">language</string>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
66 </property>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
67 <property name="connectedPropertyName" stdset="0">
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
68 <string notr="true">currentIndex</string>
530
fdc684fcc21a Overhauled and corrected the last setting problems and therefore widget names.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 528
diff changeset
69 </property>
174
8d9d75c2af51 Moved the language selection combo box behind the label.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 150
diff changeset
70 </widget>
8d9d75c2af51 Moved the language selection combo box behind the label.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 150
diff changeset
71 </item>
8d9d75c2af51 Moved the language selection combo box behind the label.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 150
diff changeset
72 <item>
8d9d75c2af51 Moved the language selection combo box behind the label.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 150
diff changeset
73 <spacer>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
74 <property name="orientation">
174
8d9d75c2af51 Moved the language selection combo box behind the label.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 150
diff changeset
75 <enum>Qt::Horizontal</enum>
8d9d75c2af51 Moved the language selection combo box behind the label.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 150
diff changeset
76 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
77 <property name="sizeHint" stdset="0">
174
8d9d75c2af51 Moved the language selection combo box behind the label.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 150
diff changeset
78 <size>
8d9d75c2af51 Moved the language selection combo box behind the label.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 150
diff changeset
79 <width>40</width>
8d9d75c2af51 Moved the language selection combo box behind the label.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 150
diff changeset
80 <height>20</height>
8d9d75c2af51 Moved the language selection combo box behind the label.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 150
diff changeset
81 </size>
8d9d75c2af51 Moved the language selection combo box behind the label.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 150
diff changeset
82 </property>
8d9d75c2af51 Moved the language selection combo box behind the label.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 150
diff changeset
83 </spacer>
8d9d75c2af51 Moved the language selection combo box behind the label.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 150
diff changeset
84 </item>
140
5bfb3f3b2c5f Added language icons to the language selection combo box in the settings dialog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 139
diff changeset
85 </layout>
5bfb3f3b2c5f Added language icons to the language selection combo box in the settings dialog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 139
diff changeset
86 </item>
5bfb3f3b2c5f Added language icons to the language selection combo box in the settings dialog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 139
diff changeset
87 <item>
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
88 <widget class="QCheckBox" name="loadLastOpenedFileOnStartupComboBox">
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
89 <property name="toolTip">
150
d601314c598b Changed some tooltips and removed statustips because they will never be shown.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 149
diff changeset
90 <string>If selected opens the source code file on startup that was opened last time.</string>
149
e89f0d0dc589 Made some clean ups of the gui, because with introducing the settings dialog, some entries in the settings menu are no longer needed at that position.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 142
diff changeset
91 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
92 <property name="text">
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
93 <string>Automatically open last file on startup</string>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
94 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
95 <property name="connectedSettingName" stdset="0">
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
96 <string notr="true">loadLastSourceCodeFileOnStartup</string>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
97 </property>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
98 <property name="connectedPropertyName" stdset="0">
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
99 <string notr="true">checked</string>
530
fdc684fcc21a Overhauled and corrected the last setting problems and therefore widget names.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 528
diff changeset
100 </property>
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
101 </widget>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
102 </item>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
103 <item>
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
104 <widget class="QCheckBox" name="enableIndenterParameterTooltipsCheckBox">
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
105 <property name="toolTip">
149
e89f0d0dc589 Made some clean ups of the gui, because with introducing the settings dialog, some entries in the settings menu are no longer needed at that position.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 142
diff changeset
106 <string>If checked, tool tips will show up if the mouse cursor remains over an indenter parameter for a while.</string>
e89f0d0dc589 Made some clean ups of the gui, because with introducing the settings dialog, some entries in the settings menu are no longer needed at that position.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 142
diff changeset
107 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
108 <property name="text">
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
109 <string>Enable Parameter Tooltips</string>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
110 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
111 <property name="connectedSettingName" stdset="0">
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
112 <string notr="true">indenterParameterTooltipsEnabled</string>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
113 </property>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
114 <property name="connectedPropertyName" stdset="0">
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
115 <string notr="true">checked</string>
530
fdc684fcc21a Overhauled and corrected the last setting problems and therefore widget names.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 528
diff changeset
116 </property>
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
117 </widget>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
118 </item>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
119 <item>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
120 <layout class="QHBoxLayout">
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
121 <item>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
122 <widget class="QLabel" name="labelRecentlyOpenedListSize">
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
123 <property name="toolTip">
150
d601314c598b Changed some tooltips and removed statustips because they will never be shown.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 149
diff changeset
124 <string>Sets how many files should be remembered in the list of recently opened files.</string>
d601314c598b Changed some tooltips and removed statustips because they will never be shown.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 149
diff changeset
125 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
126 <property name="text">
202
2f6b2c95dd8e Added preparations for online check for a new version. The xml pad file is already retrieved if the update check is enabled in the settings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 178
diff changeset
127 <string>Number of files in recently opened list</string>
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
128 </property>
277
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
129 </widget>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
130 </item>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
131 <item>
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
132 <widget class="QSpinBox" name="recentlyOpenedListSizeSpinBox">
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
133 <property name="sizePolicy">
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
134 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
277
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
135 <horstretch>0</horstretch>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
136 <verstretch>0</verstretch>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
137 </sizepolicy>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
138 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
139 <property name="toolTip">
277
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
140 <string>Sets how many files should be remembered in the list of recently opened files.</string>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
141 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
142 <property name="minimum">
277
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
143 <number>1</number>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
144 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
145 <property name="maximum">
277
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
146 <number>30</number>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
147 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
148 <property name="value">
277
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
149 <number>1</number>
149
e89f0d0dc589 Made some clean ups of the gui, because with introducing the settings dialog, some entries in the settings menu are no longer needed at that position.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 142
diff changeset
150 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
151 <property name="connectedSettingName" stdset="0">
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
152 <string notr="true">recentlyOpenedListSize</string>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
153 </property>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
154 <property name="connectedPropertyName" stdset="0">
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
155 <string notr="true">value</string>
530
fdc684fcc21a Overhauled and corrected the last setting problems and therefore widget names.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 528
diff changeset
156 </property>
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
157 </widget>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
158 </item>
277
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
159 <item>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
160 <spacer>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
161 <property name="orientation">
277
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
162 <enum>Qt::Horizontal</enum>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
163 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
164 <property name="sizeHint" stdset="0">
277
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
165 <size>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
166 <width>40</width>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
167 <height>20</height>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
168 </size>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
169 </property>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
170 </spacer>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
171 </item>
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
172 </layout>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
173 </item>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
174 <item>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
175 <spacer>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
176 <property name="orientation">
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
177 <enum>Qt::Vertical</enum>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
178 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
179 <property name="sizeHint" stdset="0">
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
180 <size>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
181 <width>20</width>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
182 <height>40</height>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
183 </size>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
184 </property>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
185 </spacer>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
186 </item>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
187 </layout>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
188 </widget>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
189 <widget class="QWidget" name="tab_2">
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
190 <attribute name="icon">
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
191 <iconset resource="../resources/Icons.qrc">
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
192 <normaloff>:/settingsDialog/accessories-text-editor.png</normaloff>:/settingsDialog/accessories-text-editor.png</iconset>
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
193 </attribute>
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
194 <attribute name="title">
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
195 <string>Editor</string>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
196 </attribute>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
197 <layout class="QVBoxLayout">
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
198 <item>
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
199 <widget class="QCheckBox" name="whiteSpaceIsVisibleCheckBox">
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
200 <property name="toolTip">
150
d601314c598b Changed some tooltips and removed statustips because they will never be shown.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 149
diff changeset
201 <string>Enables or disables displaying of white space characters in the editor.</string>
149
e89f0d0dc589 Made some clean ups of the gui, because with introducing the settings dialog, some entries in the settings menu are no longer needed at that position.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 142
diff changeset
202 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
203 <property name="text">
139
03a32499ad3a Added some icons for the settings dialog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 137
diff changeset
204 <string>Display white space character (tabs, spaces, etc.)</string>
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
205 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
206 <property name="connectedSettingName" stdset="0">
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
207 <string notr="true">whiteSpaceIsVisible</string>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
208 </property>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
209 <property name="connectedPropertyName" stdset="0">
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
210 <string notr="true">checked</string>
530
fdc684fcc21a Overhauled and corrected the last setting problems and therefore widget names.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 528
diff changeset
211 </property>
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
212 </widget>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
213 </item>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
214 <item>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
215 <layout class="QHBoxLayout">
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
216 <item>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
217 <widget class="QLabel" name="labelTabWidth">
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
218 <property name="toolTip">
149
e89f0d0dc589 Made some clean ups of the gui, because with introducing the settings dialog, some entries in the settings menu are no longer needed at that position.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 142
diff changeset
219 <string>Sets width in single spaces used for tabs</string>
e89f0d0dc589 Made some clean ups of the gui, because with introducing the settings dialog, some entries in the settings menu are no longer needed at that position.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 142
diff changeset
220 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
221 <property name="statusTip">
149
e89f0d0dc589 Made some clean ups of the gui, because with introducing the settings dialog, some entries in the settings menu are no longer needed at that position.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 142
diff changeset
222 <string>Defines how many spaces should be displayed in the editor for one tab.</string>
e89f0d0dc589 Made some clean ups of the gui, because with introducing the settings dialog, some entries in the settings menu are no longer needed at that position.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 142
diff changeset
223 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
224 <property name="text">
139
03a32499ad3a Added some icons for the settings dialog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 137
diff changeset
225 <string>Displayed width of tabs</string>
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
226 </property>
277
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
227 </widget>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
228 </item>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
229 <item>
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
230 <widget class="QSpinBox" name="tabWidthSpinBox">
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
231 <property name="sizePolicy">
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
232 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
277
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
233 <horstretch>0</horstretch>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
234 <verstretch>0</verstretch>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
235 </sizepolicy>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
236 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
237 <property name="toolTip">
277
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
238 <string>Defines how many spaces should be displayed in the editor for one tab character.</string>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
239 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
240 <property name="minimum">
277
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
241 <number>1</number>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
242 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
243 <property name="maximum">
277
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
244 <number>99</number>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
245 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
246 <property name="value">
277
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
247 <number>1</number>
149
e89f0d0dc589 Made some clean ups of the gui, because with introducing the settings dialog, some entries in the settings menu are no longer needed at that position.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 142
diff changeset
248 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
249 <property name="connectedSettingName" stdset="0">
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
250 <string notr="true">tabWidth</string>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
251 </property>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
252 <property name="connectedPropertyName" stdset="0">
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
253 <string notr="true">value</string>
530
fdc684fcc21a Overhauled and corrected the last setting problems and therefore widget names.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 528
diff changeset
254 </property>
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
255 </widget>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
256 </item>
277
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
257 <item>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
258 <spacer>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
259 <property name="orientation">
277
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
260 <enum>Qt::Horizontal</enum>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
261 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
262 <property name="sizeHint" stdset="0">
277
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
263 <size>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
264 <width>40</width>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
265 <height>20</height>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
266 </size>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
267 </property>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
268 </spacer>
329fe999b264 Slightly changed the settings dialog. Put parameter settings widgets behind their descriptional text for better reading flow.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 202
diff changeset
269 </item>
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
270 </layout>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
271 </item>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
272 <item>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
273 <spacer>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
274 <property name="orientation">
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
275 <enum>Qt::Vertical</enum>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
276 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
277 <property name="sizeHint" stdset="0">
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
278 <size>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
279 <width>20</width>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
280 <height>40</height>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
281 </size>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
282 </property>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
283 </spacer>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
284 </item>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
285 </layout>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
286 </widget>
726
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
287 <widget class="QWidget" name="tab_4">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
288 <attribute name="icon">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
289 <iconset resource="../resources/Icons.qrc">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
290 <normaloff>:/mainWindow/system-software-update.png</normaloff>:/mainWindow/system-software-update.png</iconset>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
291 </attribute>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
292 <attribute name="title">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
293 <string>Network</string>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
294 </attribute>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
295 <layout class="QVBoxLayout" name="verticalLayout">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
296 <item>
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
297 <widget class="QCheckBox" name="checkForUpdateCheckBox">
726
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
298 <property name="toolTip">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
299 <string>Checks whether a new version of UniversalIndentGUI exists on program start, but only once a day.</string>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
300 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
301 <property name="text">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
302 <string>Check online for update on program start</string>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
303 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
304 <property name="connectedSettingName" stdset="0">
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
305 <string notr="true">CheckForUpdate</string>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
306 </property>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
307 <property name="connectedPropertyName" stdset="0">
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
308 <string notr="true">checked</string>
726
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
309 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
310 </widget>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
311 </item>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
312 <item>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
313 <widget class="QGroupBox" name="groupBox">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
314 <property name="title">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
315 <string/>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
316 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
317 <layout class="QVBoxLayout" name="verticalLayout_5">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
318 <item>
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
319 <widget class="QCheckBox" name="enableProxyCheckBox">
726
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
320 <property name="toolTip">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
321 <string>If checked, the made proxy settings will be applied for all network connections. Type of the used proxy is SOCKS5.</string>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
322 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
323 <property name="text">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
324 <string>Enable proxy</string>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
325 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
326 <property name="connectedSettingName" stdset="0">
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
327 <string notr="true">ProxyEnabled</string>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
328 </property>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
329 <property name="connectedPropertyName" stdset="0">
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
330 <string notr="true">checked</string>
726
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
331 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
332 </widget>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
333 </item>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
334 <item>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
335 <widget class="QWidget" name="widget" native="true">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
336 <property name="enabled">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
337 <bool>false</bool>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
338 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
339 <layout class="QGridLayout" name="gridLayout">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
340 <item row="0" column="0">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
341 <widget class="QLabel" name="label_2">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
342 <property name="text">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
343 <string>Host name:</string>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
344 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
345 <property name="buddy">
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
346 <cstring>proxyHostNameLineEdit</cstring>
726
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
347 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
348 </widget>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
349 </item>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
350 <item row="0" column="1">
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
351 <widget class="QLineEdit" name="proxyHostNameLineEdit">
726
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
352 <property name="toolTip">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
353 <string>Host name of the to be used proxy. E.g.: proxy.example.com</string>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
354 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
355 <property name="connectedSettingName" stdset="0">
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
356 <string notr="true">ProxyHostName</string>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
357 </property>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
358 <property name="connectedPropertyName" stdset="0">
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
359 <string notr="true">text</string>
726
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
360 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
361 </widget>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
362 </item>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
363 <item row="1" column="0">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
364 <widget class="QLabel" name="label_3">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
365 <property name="text">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
366 <string>Port:</string>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
367 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
368 <property name="buddy">
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
369 <cstring>proxyPortSpinBox</cstring>
726
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
370 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
371 </widget>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
372 </item>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
373 <item row="1" column="1">
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
374 <widget class="QSpinBox" name="proxyPortSpinBox">
726
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
375 <property name="toolTip">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
376 <string>Port number to connect to the before named proxy.</string>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
377 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
378 <property name="alignment">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
379 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
380 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
381 <property name="buttonSymbols">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
382 <enum>QAbstractSpinBox::NoButtons</enum>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
383 </property>
752
ffca9bf0d378 Corrected the possible proxy port number to be possible up to 99999 instead of 99.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 731
diff changeset
384 <property name="maximum">
ffca9bf0d378 Corrected the possible proxy port number to be possible up to 99999 instead of 99.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 731
diff changeset
385 <number>99999</number>
ffca9bf0d378 Corrected the possible proxy port number to be possible up to 99999 instead of 99.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 731
diff changeset
386 </property>
726
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
387 <property name="connectedSettingName" stdset="0">
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
388 <string notr="true">ProxyPort</string>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
389 </property>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
390 <property name="connectedPropertyName" stdset="0">
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
391 <string notr="true">text</string>
726
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
392 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
393 </widget>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
394 </item>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
395 <item row="2" column="0">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
396 <widget class="QLabel" name="label_4">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
397 <property name="text">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
398 <string>User name:</string>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
399 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
400 <property name="buddy">
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
401 <cstring>proxyUserNameLineEdit</cstring>
726
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
402 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
403 </widget>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
404 </item>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
405 <item row="2" column="1">
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
406 <widget class="QLineEdit" name="proxyUserNameLineEdit">
726
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
407 <property name="toolTip">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
408 <string>If the proxy needs authentification, enter the login name here.</string>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
409 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
410 <property name="connectedSettingName" stdset="0">
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
411 <string notr="true">ProxyUserName</string>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
412 </property>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
413 <property name="connectedPropertyName" stdset="0">
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
414 <string notr="true">text</string>
726
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
415 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
416 </widget>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
417 </item>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
418 <item row="3" column="0">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
419 <widget class="QLabel" name="label_6">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
420 <property name="text">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
421 <string>Password:</string>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
422 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
423 <property name="buddy">
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
424 <cstring>proxyPasswordLineEdit</cstring>
726
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
425 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
426 </widget>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
427 </item>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
428 <item row="3" column="1">
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
429 <widget class="QLineEdit" name="proxyPasswordLineEdit">
726
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
430 <property name="toolTip">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
431 <string>If the proxy needs authentification, enter the password here.</string>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
432 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
433 <property name="echoMode">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
434 <enum>QLineEdit::Password</enum>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
435 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
436 <property name="connectedSettingName" stdset="0">
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
437 <string notr="true">ProxyPassword</string>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
438 </property>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
439 <property name="connectedPropertyName" stdset="0">
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
440 <string notr="true">text</string>
726
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
441 </property>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
442 </widget>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
443 </item>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
444 </layout>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
445 </widget>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
446 </item>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
447 </layout>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
448 </widget>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
449 </item>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
450 </layout>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
451 </widget>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
452 <widget class="QWidget" name="tab_3">
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
453 <attribute name="icon">
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
454 <iconset resource="../resources/Icons.qrc">
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
455 <normaloff>:/settingsDialog/syntax-highlight.png</normaloff>:/settingsDialog/syntax-highlight.png</iconset>
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
456 </attribute>
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
457 <attribute name="title">
140
5bfb3f3b2c5f Added language icons to the language selection combo box in the settings dialog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 139
diff changeset
458 <string>Syntax Highlighting</string>
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
459 </attribute>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
460 <layout class="QVBoxLayout">
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
461 <item>
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
462 <widget class="QCheckBox" name="enableSyntaxHighlightningCheckBox">
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
463 <property name="toolTip">
149
e89f0d0dc589 Made some clean ups of the gui, because with introducing the settings dialog, some entries in the settings menu are no longer needed at that position.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 142
diff changeset
464 <string>By enabling special key words of the source code are highlighted.</string>
e89f0d0dc589 Made some clean ups of the gui, because with introducing the settings dialog, some entries in the settings menu are no longer needed at that position.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 142
diff changeset
465 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
466 <property name="text">
140
5bfb3f3b2c5f Added language icons to the language selection combo box in the settings dialog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 139
diff changeset
467 <string>Enable syntax highlighting</string>
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
468 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
469 <property name="connectedSettingName" stdset="0">
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
470 <string notr="true">SyntaxHighlightingEnabled</string>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
471 </property>
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
472 <property name="connectedPropertyName" stdset="0">
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
473 <string notr="true">checked</string>
528
7a1b429fd4e7 - Removed any warnings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 277
diff changeset
474 </property>
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
475 </widget>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
476 </item>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
477 <item>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
478 <widget class="QGroupBox" name="groupBoxSyntaxHighlighterProperties">
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
479 <property name="enabled">
139
03a32499ad3a Added some icons for the settings dialog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 137
diff changeset
480 <bool>false</bool>
03a32499ad3a Added some icons for the settings dialog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 137
diff changeset
481 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
482 <property name="toolTip">
150
d601314c598b Changed some tooltips and removed statustips because they will never be shown.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 149
diff changeset
483 <string>Lets you make settings for all properties of the available syntax highlighters, like font and color.</string>
d601314c598b Changed some tooltips and removed statustips because they will never be shown.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 149
diff changeset
484 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
485 <property name="title">
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
486 <string>Highlighter settings</string>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
487 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
488 <layout class="QHBoxLayout">
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
489 <item>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
490 <widget class="QListWidget" name="listWidget">
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
491 <property name="currentRow">
150
d601314c598b Changed some tooltips and removed statustips because they will never be shown.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 149
diff changeset
492 <number>-1</number>
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
493 </property>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
494 </widget>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
495 </item>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
496 <item>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
497 <widget class="QListWidget" name="listWidget_2">
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
498 <property name="currentRow">
150
d601314c598b Changed some tooltips and removed statustips because they will never be shown.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 149
diff changeset
499 <number>-1</number>
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
500 </property>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
501 </widget>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
502 </item>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
503 <item>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
504 <layout class="QVBoxLayout">
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
505 <item>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
506 <widget class="QPushButton" name="pushButton_2">
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
507 <property name="toolTip">
150
d601314c598b Changed some tooltips and removed statustips because they will never be shown.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 149
diff changeset
508 <string>Set the font for the current selected highlighter property.</string>
d601314c598b Changed some tooltips and removed statustips because they will never be shown.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 149
diff changeset
509 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
510 <property name="text">
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
511 <string>Set Font</string>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
512 </property>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
513 </widget>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
514 </item>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
515 <item>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
516 <widget class="QPushButton" name="pushButton">
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
517 <property name="toolTip">
150
d601314c598b Changed some tooltips and removed statustips because they will never be shown.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 149
diff changeset
518 <string>Set the color for the current selected highlighter property.</string>
d601314c598b Changed some tooltips and removed statustips because they will never be shown.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 149
diff changeset
519 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
520 <property name="text">
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
521 <string>Set Color</string>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
522 </property>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
523 </widget>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
524 </item>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
525 <item>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
526 <spacer>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
527 <property name="orientation">
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
528 <enum>Qt::Vertical</enum>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
529 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
530 <property name="sizeHint" stdset="0">
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
531 <size>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
532 <width>20</width>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
533 <height>40</height>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
534 </size>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
535 </property>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
536 </spacer>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
537 </item>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
538 </layout>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
539 </item>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
540 </layout>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
541 </widget>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
542 </item>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
543 <item>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
544 <spacer>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
545 <property name="orientation">
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
546 <enum>Qt::Vertical</enum>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
547 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
548 <property name="sizeHint" stdset="0">
124
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
549 <size>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
550 <width>20</width>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
551 <height>40</height>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
552 </size>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
553 </property>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
554 </spacer>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
555 </item>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
556 </layout>
fb3e658fa33d Many preparations for the new settings dialog and the settings class. Renamed widgets and actions of the mainwindow to to be conform with the syntax "uiGui" followed by the settings name, which has to be everywhere identical. This is needed for some automation functionally.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 113
diff changeset
557 </widget>
113
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
558 </widget>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
559 </item>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
560 <item>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
561 <widget class="QDialogButtonBox" name="buttonBox">
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
562 <property name="orientation">
113
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
563 <enum>Qt::Horizontal</enum>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
564 </property>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
565 <property name="standardButtons">
528
7a1b429fd4e7 - Removed any warnings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 277
diff changeset
566 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
113
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
567 </property>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
568 </widget>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
569 </item>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
570 </layout>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
571 </widget>
139
03a32499ad3a Added some icons for the settings dialog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 137
diff changeset
572 <resources>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
573 <include location="../resources/Icons.qrc"/>
139
03a32499ad3a Added some icons for the settings dialog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 137
diff changeset
574 </resources>
113
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
575 <connections>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
576 <connection>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
577 <sender>buttonBox</sender>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
578 <signal>accepted()</signal>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
579 <receiver>SettingsDialog</receiver>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
580 <slot>accept()</slot>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
581 <hints>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
582 <hint type="sourcelabel">
726
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
583 <x>250</x>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
584 <y>316</y>
113
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
585 </hint>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
586 <hint type="destinationlabel">
149
e89f0d0dc589 Made some clean ups of the gui, because with introducing the settings dialog, some entries in the settings menu are no longer needed at that position.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 142
diff changeset
587 <x>153</x>
e89f0d0dc589 Made some clean ups of the gui, because with introducing the settings dialog, some entries in the settings menu are no longer needed at that position.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 142
diff changeset
588 <y>236</y>
113
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
589 </hint>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
590 </hints>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
591 </connection>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
592 <connection>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
593 <sender>buttonBox</sender>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
594 <signal>rejected()</signal>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
595 <receiver>SettingsDialog</receiver>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
596 <slot>reject()</slot>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
597 <hints>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
598 <hint type="sourcelabel">
726
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
599 <x>327</x>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
600 <y>316</y>
113
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
601 </hint>
680
eb771b0bcaae Updated the ui files using the Qt Designer version 4.5.0
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 560
diff changeset
602 <hint type="destinationlabel">
149
e89f0d0dc589 Made some clean ups of the gui, because with introducing the settings dialog, some entries in the settings menu are no longer needed at that position.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 142
diff changeset
603 <x>282</x>
e89f0d0dc589 Made some clean ups of the gui, because with introducing the settings dialog, some entries in the settings menu are no longer needed at that position.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 142
diff changeset
604 <y>236</y>
113
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
605 </hint>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
606 </hints>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
607 </connection>
726
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
608 <connection>
731
ca1bafc93ee2 Drastically simplified the connection between QObject properties and the settings. Thus the UiGuiSettingsDialog widgets do no longer need to have a special object name. Instead they need custom properties "connectedPropertyName" and "connectedSettingName" set, which then can be used to create the connection to the setting.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 728
diff changeset
609 <sender>enableProxyCheckBox</sender>
726
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
610 <signal>toggled(bool)</signal>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
611 <receiver>widget</receiver>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
612 <slot>setEnabled(bool)</slot>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
613 <hints>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
614 <hint type="sourcelabel">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
615 <x>73</x>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
616 <y>68</y>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
617 </hint>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
618 <hint type="destinationlabel">
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
619 <x>76</x>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
620 <y>95</y>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
621 </hint>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
622 </hints>
1c5ff048dfaa Added a network settings tab to the settings dialog, where a proxy can be defined.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 687
diff changeset
623 </connection>
113
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
624 </connections>
5f5346cdb8ad Renamed files from settings to uiguisettings.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
625 </ui>