Mercurial > hg > octave-lyh
annotate libgui/src/settings-dialog.ui @ 17535:c12c688a35ed default tip lyh
Fix warnings
author | LYH <lyh.kernel@gmail.com> |
---|---|
date | Fri, 27 Sep 2013 17:43:27 +0800 |
parents | a86327a7d9fb |
children |
rev | line source |
---|---|
13501 | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <ui version="4.0"> | |
14709
f50591409306
Started to rename class names and methods from camel case to underscore-
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14707
diff
changeset
|
3 <class>settings_dialog</class> |
f50591409306
Started to rename class names and methods from camel case to underscore-
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14707
diff
changeset
|
4 <widget class="QDialog" name="settings_dialog"> |
13501 | 5 <property name="windowModality"> |
6 <enum>Qt::ApplicationModal</enum> | |
7 </property> | |
8 <property name="geometry"> | |
9 <rect> | |
10 <x>0</x> | |
11 <y>0</y> | |
16402
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
12 <width>700</width> |
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
13 <height>480</height> |
13501 | 14 </rect> |
15 </property> | |
16 <property name="minimumSize"> | |
17 <size> | |
16402
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
18 <width>700</width> |
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
19 <height>480</height> |
13501 | 20 </size> |
21 </property> | |
22 <property name="maximumSize"> | |
23 <size> | |
16402
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
24 <width>700</width> |
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
25 <height>480</height> |
13501 | 26 </size> |
27 </property> | |
28 <property name="windowTitle"> | |
29 <string>Settings</string> | |
30 </property> | |
13531
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
31 <layout class="QVBoxLayout" name="verticalLayout_2"> |
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
32 <item> |
13501 | 33 <widget class="QTabWidget" name="tabWidget"> |
34 <property name="currentIndex"> | |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
35 <number>1</number> |
13501 | 36 </property> |
15787
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
37 <widget class="QWidget" name="tab_4"> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
38 <property name="enabled"> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
39 <bool>true</bool> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
40 </property> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
41 <attribute name="title"> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
42 <string>General</string> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
43 </attribute> |
15972
22ab4fe661d7
gui: selectable language in settings dialog
Torsten <ttl@justmail.de>
parents:
15787
diff
changeset
|
44 <widget class="QWidget" name="verticalLayoutWidget"> |
15787
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
45 <property name="geometry"> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
46 <rect> |
15972
22ab4fe661d7
gui: selectable language in settings dialog
Torsten <ttl@justmail.de>
parents:
15787
diff
changeset
|
47 <x>9</x> |
15787
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
48 <y>10</y> |
16525
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
49 <width>651</width> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
50 <height>371</height> |
15787
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
51 </rect> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
52 </property> |
15972
22ab4fe661d7
gui: selectable language in settings dialog
Torsten <ttl@justmail.de>
parents:
15787
diff
changeset
|
53 <layout class="QVBoxLayout" name="verticalLayout_7"> |
22ab4fe661d7
gui: selectable language in settings dialog
Torsten <ttl@justmail.de>
parents:
15787
diff
changeset
|
54 <item> |
16525
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
55 <layout class="QGridLayout" name="gridLayout"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
56 <item row="3" column="0"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
57 <widget class="QLabel" name="label_9"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
58 <property name="text"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
59 <string>Icon set for dock widgets</string> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
60 </property> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
61 </widget> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
62 </item> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
63 <item row="1" column="0"> |
15972
22ab4fe661d7
gui: selectable language in settings dialog
Torsten <ttl@justmail.de>
parents:
15787
diff
changeset
|
64 <widget class="QLabel" name="label_2"> |
22ab4fe661d7
gui: selectable language in settings dialog
Torsten <ttl@justmail.de>
parents:
15787
diff
changeset
|
65 <property name="text"> |
22ab4fe661d7
gui: selectable language in settings dialog
Torsten <ttl@justmail.de>
parents:
15787
diff
changeset
|
66 <string>Language (requires restart)</string> |
22ab4fe661d7
gui: selectable language in settings dialog
Torsten <ttl@justmail.de>
parents:
15787
diff
changeset
|
67 </property> |
22ab4fe661d7
gui: selectable language in settings dialog
Torsten <ttl@justmail.de>
parents:
15787
diff
changeset
|
68 </widget> |
22ab4fe661d7
gui: selectable language in settings dialog
Torsten <ttl@justmail.de>
parents:
15787
diff
changeset
|
69 </item> |
16525
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
70 <item row="2" column="0"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
71 <widget class="QLabel" name="label_8"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
72 <property name="text"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
73 <string>Icon size</string> |
15972
22ab4fe661d7
gui: selectable language in settings dialog
Torsten <ttl@justmail.de>
parents:
15787
diff
changeset
|
74 </property> |
22ab4fe661d7
gui: selectable language in settings dialog
Torsten <ttl@justmail.de>
parents:
15787
diff
changeset
|
75 </widget> |
22ab4fe661d7
gui: selectable language in settings dialog
Torsten <ttl@justmail.de>
parents:
15787
diff
changeset
|
76 </item> |
16525
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
77 <item row="2" column="2"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
78 <layout class="QHBoxLayout" name="horizontalLayout_6"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
79 <item> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
80 <widget class="QSpinBox" name="toolbar_icon_size"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
81 <property name="minimum"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
82 <number>16</number> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
83 </property> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
84 <property name="maximum"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
85 <number>32</number> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
86 </property> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
87 <property name="singleStep"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
88 <number>4</number> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
89 </property> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
90 <property name="value"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
91 <number>24</number> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
92 </property> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
93 </widget> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
94 </item> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
95 <item> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
96 <spacer name="horizontalSpacer_4"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
97 <property name="orientation"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
98 <enum>Qt::Horizontal</enum> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
99 </property> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
100 <property name="sizeHint" stdset="0"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
101 <size> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
102 <width>40</width> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
103 <height>20</height> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
104 </size> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
105 </property> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
106 </spacer> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
107 </item> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
108 </layout> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
109 </item> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
110 <item row="1" column="2"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
111 <layout class="QHBoxLayout" name="horizontalLayout_8"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
112 <item> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
113 <widget class="QComboBox" name="comboBox_language"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
114 <property name="insertPolicy"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
115 <enum>QComboBox::InsertAtBottom</enum> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
116 </property> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
117 </widget> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
118 </item> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
119 <item> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
120 <spacer name="horizontalSpacer_3"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
121 <property name="orientation"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
122 <enum>Qt::Horizontal</enum> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
123 </property> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
124 <property name="sizeHint" stdset="0"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
125 <size> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
126 <width>40</width> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
127 <height>20</height> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
128 </size> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
129 </property> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
130 </spacer> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
131 </item> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
132 </layout> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
133 </item> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
134 <item row="3" column="2"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
135 <layout class="QHBoxLayout" name="horizontalLayout_9"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
136 <item> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
137 <widget class="QRadioButton" name="general_icon_octave"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
138 <property name="text"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
139 <string>Octave logo only</string> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
140 </property> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
141 <property name="checked"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
142 <bool>true</bool> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
143 </property> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
144 </widget> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
145 </item> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
146 <item> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
147 <widget class="QRadioButton" name="general_icon_letter"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
148 <property name="text"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
149 <string>Letter icons</string> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
150 </property> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
151 </widget> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
152 </item> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
153 <item> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
154 <widget class="QRadioButton" name="general_icon_graphic"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
155 <property name="text"> |
16865
a86327a7d9fb
fix of typos in text strings of the gui
Torsten <ttl@justmail.de>
parents:
16822
diff
changeset
|
156 <string>Graphic icons</string> |
16525
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
157 </property> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
158 </widget> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
159 </item> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
160 <item> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
161 <spacer name="horizontalSpacer_6"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
162 <property name="orientation"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
163 <enum>Qt::Horizontal</enum> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
164 </property> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
165 <property name="sizeHint" stdset="0"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
166 <size> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
167 <width>40</width> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
168 <height>20</height> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
169 </size> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
170 </property> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
171 </spacer> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
172 </item> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
173 </layout> |
15972
22ab4fe661d7
gui: selectable language in settings dialog
Torsten <ttl@justmail.de>
parents:
15787
diff
changeset
|
174 </item> |
22ab4fe661d7
gui: selectable language in settings dialog
Torsten <ttl@justmail.de>
parents:
15787
diff
changeset
|
175 </layout> |
22ab4fe661d7
gui: selectable language in settings dialog
Torsten <ttl@justmail.de>
parents:
15787
diff
changeset
|
176 </item> |
22ab4fe661d7
gui: selectable language in settings dialog
Torsten <ttl@justmail.de>
parents:
15787
diff
changeset
|
177 <item> |
16525
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
178 <spacer name="verticalSpacer_4"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
179 <property name="orientation"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
180 <enum>Qt::Vertical</enum> |
15972
22ab4fe661d7
gui: selectable language in settings dialog
Torsten <ttl@justmail.de>
parents:
15787
diff
changeset
|
181 </property> |
16525
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
182 <property name="sizeHint" stdset="0"> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
183 <size> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
184 <width>20</width> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
185 <height>40</height> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
186 </size> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
187 </property> |
e192525236ad
configurable size of toolbar icons
Torsten <ttl@justmail.de>
parents:
16499
diff
changeset
|
188 </spacer> |
15972
22ab4fe661d7
gui: selectable language in settings dialog
Torsten <ttl@justmail.de>
parents:
15787
diff
changeset
|
189 </item> |
22ab4fe661d7
gui: selectable language in settings dialog
Torsten <ttl@justmail.de>
parents:
15787
diff
changeset
|
190 </layout> |
15787
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
191 </widget> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
192 </widget> |
13531
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
193 <widget class="QWidget" name="tab"> |
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
194 <attribute name="title"> |
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
195 <string>Editor</string> |
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
196 </attribute> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
197 <layout class="QVBoxLayout" name="verticalLayout_6"> |
14307
be3e1a14a6de
Added an interface settings tab to the settings dialog. Made a few improvements on the editor. Wrote a small welcome text in the welcome wizard. Moved configuration file to ~/.config/octave-gui/settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13676
diff
changeset
|
198 <item> |
16679
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
199 <layout class="QVBoxLayout" name="verticalLayout_9"> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
200 <property name="spacing"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
201 <number>4</number> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
202 </property> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
203 <item> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
204 <layout class="QGridLayout" name="editor_common_settings_grid"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
205 <property name="spacing"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
206 <number>-1</number> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
207 </property> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
208 <item row="2" column="0"> |
16702
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
209 <widget class="QCheckBox" name="editor_ws_checkbox"> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
210 <property name="text"> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
211 <string>Show white space</string> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
212 </property> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
213 </widget> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
214 </item> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
215 <item row="1" column="0"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
216 <widget class="QCheckBox" name="editor_showLineNumbers"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
217 <property name="enabled"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
218 <bool>true</bool> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
219 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
220 <property name="text"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
221 <string>Show line numbers</string> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
222 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
223 </widget> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
224 </item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
225 <item row="0" column="0"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
226 <widget class="QCheckBox" name="editor_longWindowTitle"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
227 <property name="text"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
228 <string>Show complete path in window title</string> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
229 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
230 </widget> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
231 </item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
232 <item row="2" column="1"> |
16702
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
233 <widget class="QCheckBox" name="editor_ws_indent_checkbox"> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
234 <property name="enabled"> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
235 <bool>false</bool> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
236 </property> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
237 <property name="text"> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
238 <string>Do not show white spaces used for indentation</string> |
16702
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
239 </property> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
240 </widget> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
241 </item> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
242 <item row="3" column="0"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
243 <widget class="QCheckBox" name="editor_highlightCurrentLine"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
244 <property name="enabled"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
245 <bool>true</bool> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
246 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
247 <property name="text"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
248 <string>Highlight current line</string> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
249 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
250 </widget> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
251 </item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
252 <item row="3" column="1"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
253 <layout class="QGridLayout" name="editor_grid_current_line" rowstretch="0" columnstretch="0,0,0,0,0"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
254 <property name="horizontalSpacing"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
255 <number>12</number> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
256 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
257 <property name="verticalSpacing"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
258 <number>0</number> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
259 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
260 <item row="0" column="1"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
261 <widget class="QLabel" name="editor_label_cl_color"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
262 <property name="enabled"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
263 <bool>false</bool> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
264 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
265 <property name="text"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
266 <string>Color</string> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
267 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
268 </widget> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
269 </item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
270 <item row="0" column="3"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
271 <spacer name="horizontalSpacer_11"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
272 <property name="orientation"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
273 <enum>Qt::Horizontal</enum> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
274 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
275 <property name="sizeType"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
276 <enum>QSizePolicy::Fixed</enum> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
277 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
278 <property name="sizeHint" stdset="0"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
279 <size> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
280 <width>80</width> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
281 <height>20</height> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
282 </size> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
283 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
284 </spacer> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
285 </item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
286 <item row="0" column="4"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
287 <spacer name="horizontalSpacer_9"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
288 <property name="orientation"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
289 <enum>Qt::Horizontal</enum> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
290 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
291 <property name="sizeHint" stdset="0"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
292 <size> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
293 <width>40</width> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
294 <height>20</height> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
295 </size> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
296 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
297 </spacer> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
298 </item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
299 </layout> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
300 </item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
301 <item row="0" column="2"> |
16702
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
302 <spacer name="horizontalSpacer_12"> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
303 <property name="orientation"> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
304 <enum>Qt::Horizontal</enum> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
305 </property> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
306 <property name="sizeHint" stdset="0"> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
307 <size> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
308 <width>40</width> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
309 <height>20</height> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
310 </size> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
311 </property> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
312 </spacer> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
313 </item> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
314 <item row="1" column="2"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
315 <spacer name="horizontalSpacer_16"> |
16693
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
316 <property name="orientation"> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
317 <enum>Qt::Horizontal</enum> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
318 </property> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
319 <property name="sizeHint" stdset="0"> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
320 <size> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
321 <width>40</width> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
322 <height>20</height> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
323 </size> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
324 </property> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
325 </spacer> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
326 </item> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
327 <item row="2" column="2"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
328 <spacer name="horizontalSpacer_17"> |
16693
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
329 <property name="orientation"> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
330 <enum>Qt::Horizontal</enum> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
331 </property> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
332 <property name="sizeHint" stdset="0"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
333 <size> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
334 <width>40</width> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
335 <height>20</height> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
336 </size> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
337 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
338 </spacer> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
339 </item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
340 <item row="3" column="2"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
341 <spacer name="horizontalSpacer_18"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
342 <property name="orientation"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
343 <enum>Qt::Horizontal</enum> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
344 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
345 <property name="sizeHint" stdset="0"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
346 <size> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
347 <width>40</width> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
348 <height>20</height> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
349 </size> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
350 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
351 </spacer> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
352 </item> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
353 </layout> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
354 </item> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
355 <item> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
356 <widget class="Line" name="line"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
357 <property name="orientation"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
358 <enum>Qt::Horizontal</enum> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
359 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
360 </widget> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
361 </item> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
362 <item> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
363 <layout class="QGridLayout" name="gridLayout_4"> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
364 <property name="verticalSpacing"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
365 <number>0</number> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
366 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
367 <item row="0" column="3"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
368 <spacer name="horizontalSpacer_10"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
369 <property name="orientation"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
370 <enum>Qt::Horizontal</enum> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
371 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
372 <property name="sizeType"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
373 <enum>QSizePolicy::Fixed</enum> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
374 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
375 <property name="sizeHint" stdset="0"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
376 <size> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
377 <width>10</width> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
378 <height>0</height> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
379 </size> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
380 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
381 </spacer> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
382 </item> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
383 <item row="0" column="0"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
384 <widget class="QLabel" name="label_13"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
385 <property name="text"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
386 <string>Indent width</string> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
387 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
388 </widget> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
389 </item> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
390 <item row="2" column="4"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
391 <widget class="QCheckBox" name="editor_tab_ind_checkbox"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
392 <property name="text"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
393 <string>Tab indents line</string> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
394 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
395 </widget> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
396 </item> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
397 <item row="0" column="4"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
398 <widget class="QCheckBox" name="editor_auto_ind_checkbox"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
399 <property name="text"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
400 <string>Auto indentation</string> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
401 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
402 </widget> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
403 </item> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
404 <item row="0" column="2"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
405 <widget class="QSpinBox" name="editor_ind_width_spinbox"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
406 <property name="minimum"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
407 <number>1</number> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
408 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
409 <property name="maximum"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
410 <number>32</number> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
411 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
412 <property name="value"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
413 <number>2</number> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
414 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
415 </widget> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
416 </item> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
417 <item row="2" column="0"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
418 <widget class="QLabel" name="label_14"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
419 <property name="text"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
420 <string>Tab width</string> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
421 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
422 </widget> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
423 </item> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
424 <item row="0" column="6"> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
425 <widget class="QCheckBox" name="editor_ind_guides_checkbox"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
426 <property name="text"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
427 <string>Show indentation guides</string> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
428 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
429 </widget> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
430 </item> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
431 <item row="2" column="2"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
432 <widget class="QSpinBox" name="editor_tab_width_spinbox"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
433 <property name="minimum"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
434 <number>1</number> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
435 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
436 <property name="maximum"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
437 <number>32</number> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
438 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
439 </widget> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
440 </item> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
441 <item row="2" column="6"> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
442 <widget class="QCheckBox" name="editor_bs_unind_checkbox"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
443 <property name="text"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
444 <string>Backspace unindents line</string> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
445 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
446 </widget> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
447 </item> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
448 <item row="0" column="10"> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
449 <spacer name="horizontalSpacer_13"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
450 <property name="orientation"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
451 <enum>Qt::Horizontal</enum> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
452 </property> |
16693
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
453 <property name="sizeHint" stdset="0"> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
454 <size> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
455 <width>40</width> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
456 <height>20</height> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
457 </size> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
458 </property> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
459 </spacer> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
460 </item> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
461 <item row="0" column="5"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
462 <spacer name="horizontalSpacer_14"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
463 <property name="orientation"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
464 <enum>Qt::Horizontal</enum> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
465 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
466 <property name="sizeType"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
467 <enum>QSizePolicy::Fixed</enum> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
468 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
469 <property name="sizeHint" stdset="0"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
470 <size> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
471 <width>10</width> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
472 <height>0</height> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
473 </size> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
474 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
475 </spacer> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
476 </item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
477 <item row="2" column="10"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
478 <spacer name="horizontalSpacer_20"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
479 <property name="orientation"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
480 <enum>Qt::Horizontal</enum> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
481 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
482 <property name="sizeHint" stdset="0"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
483 <size> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
484 <width>40</width> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
485 <height>20</height> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
486 </size> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
487 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
488 </spacer> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
489 </item> |
16693
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
490 </layout> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
491 </item> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
492 <item> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
493 <widget class="Line" name="line_2"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
494 <property name="orientation"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
495 <enum>Qt::Horizontal</enum> |
15356
842ab161c10a
GUI: new setting to restore tabs from previous session; allow silent load file
Thorsten Liebig <Thorsten.Liebig@gmx.de>
parents:
15274
diff
changeset
|
496 </property> |
842ab161c10a
GUI: new setting to restore tabs from previous session; allow silent load file
Thorsten Liebig <Thorsten.Liebig@gmx.de>
parents:
15274
diff
changeset
|
497 </widget> |
842ab161c10a
GUI: new setting to restore tabs from previous session; allow silent load file
Thorsten Liebig <Thorsten.Liebig@gmx.de>
parents:
15274
diff
changeset
|
498 </item> |
16679
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
499 <item> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
500 <layout class="QGridLayout" name="gridLayout_2"> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
501 <property name="verticalSpacing"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
502 <number>0</number> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
503 </property> |
16701
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
504 <item row="0" column="0"> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
505 <widget class="QCheckBox" name="editor_codeCompletion"> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
506 <property name="enabled"> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
507 <bool>true</bool> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
508 </property> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
509 <property name="text"> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
510 <string>Code completion</string> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
511 </property> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
512 <property name="checked"> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
513 <bool>false</bool> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
514 </property> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
515 </widget> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
516 </item> |
16679
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
517 <item row="0" column="2"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
518 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
519 <property name="spacing"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
520 <number>6</number> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
521 </property> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
522 <item> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
523 <widget class="QLabel" name="editor_label_ac_threshold"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
524 <property name="enabled"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
525 <bool>false</bool> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
526 </property> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
527 <property name="text"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
528 <string>Characters before list with suggestions is displayed</string> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
529 </property> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
530 </widget> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
531 </item> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
532 <item> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
533 <widget class="QSpinBox" name="editor_spinbox_ac_threshold"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
534 <property name="enabled"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
535 <bool>false</bool> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
536 </property> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
537 <property name="toolTip"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
538 <string/> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
539 </property> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
540 <property name="whatsThis"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
541 <string/> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
542 </property> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
543 <property name="suffix"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
544 <string/> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
545 </property> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
546 <property name="minimum"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
547 <number>1</number> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
548 </property> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
549 <property name="maximum"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
550 <number>6</number> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
551 </property> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
552 <property name="value"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
553 <number>2</number> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
554 </property> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
555 </widget> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
556 </item> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
557 <item> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
558 <spacer name="horizontalSpacer_2"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
559 <property name="orientation"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
560 <enum>Qt::Horizontal</enum> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
561 </property> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
562 <property name="sizeHint" stdset="0"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
563 <size> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
564 <width>40</width> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
565 <height>20</height> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
566 </size> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
567 </property> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
568 </spacer> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
569 </item> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
570 </layout> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
571 </item> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
572 <item row="1" column="2"> |
16701
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
573 <layout class="QGridLayout" name="gridLayout_3"> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
574 <property name="verticalSpacing"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
575 <number>0</number> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
576 </property> |
16701
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
577 <item row="0" column="1"> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
578 <spacer name="horizontalSpacer_15"> |
16679
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
579 <property name="orientation"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
580 <enum>Qt::Horizontal</enum> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
581 </property> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
582 <property name="sizeType"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
583 <enum>QSizePolicy::Fixed</enum> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
584 </property> |
16679
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
585 <property name="sizeHint" stdset="0"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
586 <size> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
587 <width>10</width> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
588 <height>0</height> |
16679
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
589 </size> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
590 </property> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
591 </spacer> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
592 </item> |
16701
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
593 <item row="0" column="0"> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
594 <widget class="QCheckBox" name="editor_checkbox_ac_keywords"> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
595 <property name="enabled"> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
596 <bool>false</bool> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
597 </property> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
598 <property name="text"> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
599 <string>Match keywords</string> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
600 </property> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
601 <property name="checked"> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
602 <bool>true</bool> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
603 </property> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
604 </widget> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
605 </item> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
606 <item row="1" column="0"> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
607 <widget class="QCheckBox" name="editor_checkbox_ac_case"> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
608 <property name="enabled"> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
609 <bool>false</bool> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
610 </property> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
611 <property name="text"> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
612 <string>Case sensitive</string> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
613 </property> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
614 <property name="checked"> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
615 <bool>true</bool> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
616 </property> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
617 </widget> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
618 </item> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
619 <item row="1" column="2"> |
16701
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
620 <widget class="QCheckBox" name="editor_checkbox_ac_replace"> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
621 <property name="enabled"> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
622 <bool>false</bool> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
623 </property> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
624 <property name="text"> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
625 <string>Replace word by suggested one</string> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
626 </property> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
627 </widget> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
628 </item> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
629 <item row="0" column="3"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
630 <spacer name="horizontalSpacer_8"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
631 <property name="orientation"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
632 <enum>Qt::Horizontal</enum> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
633 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
634 <property name="sizeHint" stdset="0"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
635 <size> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
636 <width>40</width> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
637 <height>20</height> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
638 </size> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
639 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
640 </spacer> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
641 </item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
642 <item row="0" column="2"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
643 <widget class="QCheckBox" name="editor_checkbox_ac_document"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
644 <property name="enabled"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
645 <bool>false</bool> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
646 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
647 <property name="text"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
648 <string>Match words in document</string> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
649 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
650 </widget> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
651 </item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
652 <item row="1" column="3"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
653 <spacer name="horizontalSpacer_19"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
654 <property name="orientation"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
655 <enum>Qt::Horizontal</enum> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
656 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
657 <property name="sizeHint" stdset="0"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
658 <size> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
659 <width>40</width> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
660 <height>20</height> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
661 </size> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
662 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
663 </spacer> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
664 </item> |
16679
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
665 </layout> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
666 </item> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
667 <item row="0" column="1"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
668 <spacer name="horizontalSpacer_7"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
669 <property name="orientation"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
670 <enum>Qt::Horizontal</enum> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
671 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
672 <property name="sizeType"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
673 <enum>QSizePolicy::Fixed</enum> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
674 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
675 <property name="sizeHint" stdset="0"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
676 <size> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
677 <width>10</width> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
678 <height>0</height> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
679 </size> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
680 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
681 </spacer> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
682 </item> |
16679
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
683 </layout> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
684 </item> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
685 <item> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
686 <widget class="Line" name="line_3"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
687 <property name="orientation"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
688 <enum>Qt::Horizontal</enum> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
689 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
690 </widget> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
691 </item> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
692 <item> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
693 <layout class="QVBoxLayout" name="verticalLayout_11"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
694 <property name="topMargin"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
695 <number>0</number> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
696 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
697 <property name="bottomMargin"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
698 <number>0</number> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
699 </property> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
700 <item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
701 <widget class="QCheckBox" name="editor_restoreSession"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
702 <property name="sizePolicy"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
703 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
704 <horstretch>0</horstretch> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
705 <verstretch>0</verstretch> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
706 </sizepolicy> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
707 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
708 <property name="text"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
709 <string>Restore editor tabs from previous session on startup</string> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
710 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
711 </widget> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
712 </item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
713 </layout> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
714 </item> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
715 </layout> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
716 </item> |
14307
be3e1a14a6de
Added an interface settings tab to the settings dialog. Made a few improvements on the editor. Wrote a small welcome text in the welcome wizard. Moved configuration file to ~/.config/octave-gui/settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13676
diff
changeset
|
717 <item> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
718 <widget class="Line" name="line_4"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
719 <property name="orientation"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
720 <enum>Qt::Horizontal</enum> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
721 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
722 </widget> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
723 </item> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
724 <item> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
725 <spacer name="verticalSpacer"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
726 <property name="orientation"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
727 <enum>Qt::Vertical</enum> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
728 </property> |
16693
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
729 <property name="sizeType"> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
730 <enum>QSizePolicy::Expanding</enum> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
731 </property> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
732 <property name="sizeHint" stdset="0"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
733 <size> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
734 <width>20</width> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
735 <height>40</height> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
736 </size> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
737 </property> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
738 </spacer> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
739 </item> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
740 <item> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
741 <layout class="QVBoxLayout" name="verticalLayout_10"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
742 <property name="topMargin"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
743 <number>0</number> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
744 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
745 <property name="bottomMargin"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
746 <number>0</number> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
747 </property> |
16702
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
748 <item> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
749 <layout class="QHBoxLayout" name="horizontalLayout"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
750 <item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
751 <widget class="QCheckBox" name="useCustomFileEditor"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
752 <property name="enabled"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
753 <bool>true</bool> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
754 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
755 <property name="text"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
756 <string>Use custom file editor</string> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
757 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
758 </widget> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
759 </item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
760 <item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
761 <widget class="QLabel" name="customEditorLabel"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
762 <property name="enabled"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
763 <bool>false</bool> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
764 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
765 <property name="text"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
766 <string>Command line (%f=file, %l=line):</string> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
767 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
768 </widget> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
769 </item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
770 <item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
771 <widget class="QLineEdit" name="customFileEditor"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
772 <property name="enabled"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
773 <bool>false</bool> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
774 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
775 <property name="text"> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
776 <string>emacs</string> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
777 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
778 </widget> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
779 </item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
780 </layout> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
781 </item> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
782 </layout> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
783 </item> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
784 </layout> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
785 </widget> |
16402
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
786 <widget class="QWidget" name="tab_6"> |
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
787 <attribute name="title"> |
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
788 <string>Editor Styles</string> |
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
789 </attribute> |
16700
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
790 <widget class="QWidget" name="verticalLayoutWidget_4"> |
16402
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
791 <property name="geometry"> |
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
792 <rect> |
16700
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
793 <x>0</x> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
794 <y>0</y> |
16744
169ea45f260f
Prevent the "Editor Styles" from extending beyond the right edge of the dialog.
Ben Abbott <bpabbott@mac.com>
parents:
16743
diff
changeset
|
795 <width>651</width> |
16700
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
796 <height>401</height> |
16402
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
797 </rect> |
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
798 </property> |
16700
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
799 <layout class="QVBoxLayout" name="verticalLayout_5"> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
800 <item> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
801 <widget class="QLabel" name="label_10"> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
802 <property name="maximumSize"> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
803 <size> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
804 <width>676</width> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
805 <height>16777215</height> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
806 </size> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
807 </property> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
808 <property name="frameShape"> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
809 <enum>QFrame::NoFrame</enum> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
810 </property> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
811 <property name="text"> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
812 <string><html><head/><body><p>Select font, font size (as difference to the default size), font decoration (bold, italic, underline), textcolor and background color (for the latter, the color pink (255,0,255) is a placeholder for the default background color)</p></body></html></string> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
813 </property> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
814 <property name="scaledContents"> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
815 <bool>false</bool> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
816 </property> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
817 <property name="alignment"> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
818 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
819 </property> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
820 <property name="wordWrap"> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
821 <bool>true</bool> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
822 </property> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
823 <property name="margin"> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
824 <number>4</number> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
825 </property> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
826 </widget> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
827 </item> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
828 <item> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
829 <widget class="QTabWidget" name="tabs_editor_styles"> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
830 <property name="maximumSize"> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
831 <size> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
832 <width>676</width> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
833 <height>351</height> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
834 </size> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
835 </property> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
836 </widget> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
837 </item> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
838 </layout> |
16402
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
839 </widget> |
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
840 </widget> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
841 <widget class="QWidget" name="tab_5"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
842 <attribute name="title"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
843 <string>Terminal</string> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
844 </attribute> |
16620
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
845 <widget class="QWidget" name="horizontalLayoutWidget"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
846 <property name="geometry"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
847 <rect> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
848 <x>10</x> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
849 <y>50</y> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
850 <width>631</width> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
851 <height>31</height> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
852 </rect> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
853 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
854 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
855 <item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
856 <widget class="QLabel" name="label"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
857 <property name="text"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
858 <string>Cursor type:</string> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
859 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
860 </widget> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
861 </item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
862 <item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
863 <widget class="QComboBox" name="terminal_cursorType"/> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
864 </item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
865 <item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
866 <spacer name="horizontalSpacer"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
867 <property name="orientation"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
868 <enum>Qt::Horizontal</enum> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
869 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
870 <property name="sizeHint" stdset="0"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
871 <size> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
872 <width>40</width> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
873 <height>20</height> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
874 </size> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
875 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
876 </spacer> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
877 </item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
878 <item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
879 <widget class="QCheckBox" name="terminal_cursorBlinking"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
880 <property name="text"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
881 <string>Cursor blinking</string> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
882 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
883 </widget> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
884 </item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
885 <item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
886 <widget class="QCheckBox" name="terminal_cursorUseForegroundColor"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
887 <property name="text"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
888 <string>Use Foreground Color</string> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
889 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
890 </widget> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
891 </item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
892 </layout> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
893 </widget> |
16747
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
894 <widget class="QWidget" name="verticalLayoutWidget_3"> |
16620
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
895 <property name="geometry"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
896 <rect> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
897 <x>10</x> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
898 <y>90</y> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
899 <width>631</width> |
16747
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
900 <height>291</height> |
16620
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
901 </rect> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
902 </property> |
16747
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
903 <layout class="QVBoxLayout" name="verticalLayout_8"> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
904 <item> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
905 <widget class="Line" name="line_6"> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
906 <property name="orientation"> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
907 <enum>Qt::Horizontal</enum> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
908 </property> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
909 </widget> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
910 </item> |
16620
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
911 <item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
912 <widget class="QGroupBox" name="terminal_colors_box"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
913 <property name="minimumSize"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
914 <size> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
915 <width>0</width> |
16747
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
916 <height>81</height> |
16620
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
917 </size> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
918 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
919 <property name="title"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
920 <string>Terminal Colors</string> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
921 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
922 </widget> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
923 </item> |
16747
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
924 <item> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
925 <widget class="Line" name="line_5"> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
926 <property name="minimumSize"> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
927 <size> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
928 <width>0</width> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
929 <height>0</height> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
930 </size> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
931 </property> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
932 <property name="orientation"> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
933 <enum>Qt::Horizontal</enum> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
934 </property> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
935 </widget> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
936 </item> |
16620
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
937 <item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
938 <spacer name="verticalSpacer_3"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
939 <property name="orientation"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
940 <enum>Qt::Vertical</enum> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
941 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
942 <property name="sizeHint" stdset="0"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
943 <size> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
944 <width>20</width> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
945 <height>40</height> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
946 </size> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
947 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
948 </spacer> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
949 </item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
950 </layout> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
951 </widget> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
952 <widget class="QWidget" name="layoutWidget"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
953 <property name="geometry"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
954 <rect> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
955 <x>10</x> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
956 <y>10</y> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
957 <width>631</width> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
958 <height>31</height> |
16620
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
959 </rect> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
960 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
961 <layout class="QHBoxLayout" name="horizontalLayout_5"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
962 <item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
963 <widget class="QLabel" name="label_11"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
964 <property name="text"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
965 <string>Font</string> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
966 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
967 </widget> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
968 </item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
969 <item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
970 <widget class="QFontComboBox" name="terminal_fontName"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
971 <property name="editable"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
972 <bool>false</bool> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
973 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
974 <property name="fontFilters"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
975 <set>QFontComboBox::MonospacedFonts</set> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
976 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
977 </widget> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
978 </item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
979 <item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
980 <widget class="QLabel" name="label_12"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
981 <property name="text"> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
982 <string>Font size</string> |
16620
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
983 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
984 </widget> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
985 </item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
986 <item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
987 <widget class="QSpinBox" name="terminal_fontSize"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
988 <property name="minimum"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
989 <number>2</number> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
990 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
991 <property name="maximum"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
992 <number>96</number> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
993 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
994 <property name="value"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
995 <number>10</number> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
996 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
997 </widget> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
998 </item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
999 <item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1000 <spacer name="horizontalSpacer_5"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1001 <property name="orientation"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1002 <enum>Qt::Horizontal</enum> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1003 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1004 <property name="sizeHint" stdset="0"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1005 <size> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1006 <width>40</width> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1007 <height>20</height> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1008 </size> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1009 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1010 </spacer> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1011 </item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1012 </layout> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1013 </widget> |
13531
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
1014 </widget> |
13536
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1015 <widget class="QWidget" name="tab_2"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1016 <attribute name="title"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1017 <string>File Browser</string> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1018 </attribute> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1019 <layout class="QVBoxLayout" name="verticalLayout_3"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1020 <item> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1021 <widget class="QCheckBox" name="showFileSize"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1022 <property name="text"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1023 <string>Show file size</string> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1024 </property> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1025 </widget> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1026 </item> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1027 <item> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1028 <widget class="QCheckBox" name="showFileType"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1029 <property name="text"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1030 <string>Show file type</string> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1031 </property> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1032 </widget> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1033 </item> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1034 <item> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1035 <widget class="QCheckBox" name="showLastModified"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1036 <property name="text"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1037 <string>Show date of last modification</string> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1038 </property> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1039 </widget> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1040 </item> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1041 <item> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1042 <widget class="QCheckBox" name="showHiddenFiles"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1043 <property name="text"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1044 <string>Show hidden files</string> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1045 </property> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1046 </widget> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1047 </item> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1048 <item> |
16499
facf00ce97d3
gui: configurable synchronization between file browser and octave directory
Torsten <ttl@justmail.de>
parents:
16410
diff
changeset
|
1049 <widget class="QCheckBox" name="sync_octave_directory"> |
facf00ce97d3
gui: configurable synchronization between file browser and octave directory
Torsten <ttl@justmail.de>
parents:
16410
diff
changeset
|
1050 <property name="text"> |
facf00ce97d3
gui: configurable synchronization between file browser and octave directory
Torsten <ttl@justmail.de>
parents:
16410
diff
changeset
|
1051 <string>Synchronize octave directory with the file browser</string> |
facf00ce97d3
gui: configurable synchronization between file browser and octave directory
Torsten <ttl@justmail.de>
parents:
16410
diff
changeset
|
1052 </property> |
facf00ce97d3
gui: configurable synchronization between file browser and octave directory
Torsten <ttl@justmail.de>
parents:
16410
diff
changeset
|
1053 </widget> |
facf00ce97d3
gui: configurable synchronization between file browser and octave directory
Torsten <ttl@justmail.de>
parents:
16410
diff
changeset
|
1054 </item> |
facf00ce97d3
gui: configurable synchronization between file browser and octave directory
Torsten <ttl@justmail.de>
parents:
16410
diff
changeset
|
1055 <item> |
13536
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1056 <widget class="QCheckBox" name="useAlternatingRowColors"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1057 <property name="text"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1058 <string>Alternating row colors</string> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1059 </property> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1060 </widget> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1061 </item> |
14307
be3e1a14a6de
Added an interface settings tab to the settings dialog. Made a few improvements on the editor. Wrote a small welcome text in the welcome wizard. Moved configuration file to ~/.config/octave-gui/settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13676
diff
changeset
|
1062 <item> |
be3e1a14a6de
Added an interface settings tab to the settings dialog. Made a few improvements on the editor. Wrote a small welcome text in the welcome wizard. Moved configuration file to ~/.config/octave-gui/settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13676
diff
changeset
|
1063 <spacer name="verticalSpacer_2"> |
be3e1a14a6de
Added an interface settings tab to the settings dialog. Made a few improvements on the editor. Wrote a small welcome text in the welcome wizard. Moved configuration file to ~/.config/octave-gui/settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13676
diff
changeset
|
1064 <property name="orientation"> |
be3e1a14a6de
Added an interface settings tab to the settings dialog. Made a few improvements on the editor. Wrote a small welcome text in the welcome wizard. Moved configuration file to ~/.config/octave-gui/settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13676
diff
changeset
|
1065 <enum>Qt::Vertical</enum> |
be3e1a14a6de
Added an interface settings tab to the settings dialog. Made a few improvements on the editor. Wrote a small welcome text in the welcome wizard. Moved configuration file to ~/.config/octave-gui/settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13676
diff
changeset
|
1066 </property> |
be3e1a14a6de
Added an interface settings tab to the settings dialog. Made a few improvements on the editor. Wrote a small welcome text in the welcome wizard. Moved configuration file to ~/.config/octave-gui/settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13676
diff
changeset
|
1067 <property name="sizeHint" stdset="0"> |
be3e1a14a6de
Added an interface settings tab to the settings dialog. Made a few improvements on the editor. Wrote a small welcome text in the welcome wizard. Moved configuration file to ~/.config/octave-gui/settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13676
diff
changeset
|
1068 <size> |
be3e1a14a6de
Added an interface settings tab to the settings dialog. Made a few improvements on the editor. Wrote a small welcome text in the welcome wizard. Moved configuration file to ~/.config/octave-gui/settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13676
diff
changeset
|
1069 <width>20</width> |
be3e1a14a6de
Added an interface settings tab to the settings dialog. Made a few improvements on the editor. Wrote a small welcome text in the welcome wizard. Moved configuration file to ~/.config/octave-gui/settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13676
diff
changeset
|
1070 <height>360</height> |
be3e1a14a6de
Added an interface settings tab to the settings dialog. Made a few improvements on the editor. Wrote a small welcome text in the welcome wizard. Moved configuration file to ~/.config/octave-gui/settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13676
diff
changeset
|
1071 </size> |
be3e1a14a6de
Added an interface settings tab to the settings dialog. Made a few improvements on the editor. Wrote a small welcome text in the welcome wizard. Moved configuration file to ~/.config/octave-gui/settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13676
diff
changeset
|
1072 </property> |
be3e1a14a6de
Added an interface settings tab to the settings dialog. Made a few improvements on the editor. Wrote a small welcome text in the welcome wizard. Moved configuration file to ~/.config/octave-gui/settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13676
diff
changeset
|
1073 </spacer> |
be3e1a14a6de
Added an interface settings tab to the settings dialog. Made a few improvements on the editor. Wrote a small welcome text in the welcome wizard. Moved configuration file to ~/.config/octave-gui/settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13676
diff
changeset
|
1074 </item> |
13536
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1075 </layout> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1076 </widget> |
16610
a1f613e5066d
workspace view colors based upon variable scope (derived from Dan's patch #8013)
Torsten <ttl@justmail.de>
parents:
16525
diff
changeset
|
1077 <widget class="QWidget" name="tab_workspace"> |
a1f613e5066d
workspace view colors based upon variable scope (derived from Dan's patch #8013)
Torsten <ttl@justmail.de>
parents:
16525
diff
changeset
|
1078 <attribute name="title"> |
a1f613e5066d
workspace view colors based upon variable scope (derived from Dan's patch #8013)
Torsten <ttl@justmail.de>
parents:
16525
diff
changeset
|
1079 <string>Workspace</string> |
a1f613e5066d
workspace view colors based upon variable scope (derived from Dan's patch #8013)
Torsten <ttl@justmail.de>
parents:
16525
diff
changeset
|
1080 </attribute> |
16742
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1081 <widget class="QWidget" name="verticalLayoutWidget_6"> |
16610
a1f613e5066d
workspace view colors based upon variable scope (derived from Dan's patch #8013)
Torsten <ttl@justmail.de>
parents:
16525
diff
changeset
|
1082 <property name="geometry"> |
a1f613e5066d
workspace view colors based upon variable scope (derived from Dan's patch #8013)
Torsten <ttl@justmail.de>
parents:
16525
diff
changeset
|
1083 <rect> |
16743
f71998dda3da
Modify the "Workspace" tab to prevent widgets from extending past the left edge.
Ben Abbott <bpabbott@mac.com>
parents:
16742
diff
changeset
|
1084 <x>10</x> |
16742
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1085 <y>8</y> |
16743
f71998dda3da
Modify the "Workspace" tab to prevent widgets from extending past the left edge.
Ben Abbott <bpabbott@mac.com>
parents:
16742
diff
changeset
|
1086 <width>631</width> |
f71998dda3da
Modify the "Workspace" tab to prevent widgets from extending past the left edge.
Ben Abbott <bpabbott@mac.com>
parents:
16742
diff
changeset
|
1087 <height>381</height> |
16610
a1f613e5066d
workspace view colors based upon variable scope (derived from Dan's patch #8013)
Torsten <ttl@justmail.de>
parents:
16525
diff
changeset
|
1088 </rect> |
a1f613e5066d
workspace view colors based upon variable scope (derived from Dan's patch #8013)
Torsten <ttl@justmail.de>
parents:
16525
diff
changeset
|
1089 </property> |
16742
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1090 <layout class="QVBoxLayout" name="verticalLayout_13"> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1091 <item> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1092 <widget class="QGroupBox" name="workspace_colors_box"> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1093 <property name="enabled"> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1094 <bool>true</bool> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1095 </property> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1096 <property name="sizePolicy"> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1097 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1098 <horstretch>0</horstretch> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1099 <verstretch>0</verstretch> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1100 </sizepolicy> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1101 </property> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1102 <property name="minimumSize"> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1103 <size> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1104 <width>0</width> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1105 <height>81</height> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1106 </size> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1107 </property> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1108 <property name="title"> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1109 <string>Storage Class Colors</string> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1110 </property> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1111 </widget> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1112 </item> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1113 <item> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1114 <widget class="Line" name="line_8"> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1115 <property name="minimumSize"> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1116 <size> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1117 <width>0</width> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1118 <height>1</height> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1119 </size> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1120 </property> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1121 <property name="orientation"> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1122 <enum>Qt::Horizontal</enum> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1123 </property> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1124 </widget> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1125 </item> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1126 <item> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1127 <spacer name="verticalSpacer_6"> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1128 <property name="orientation"> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1129 <enum>Qt::Vertical</enum> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1130 </property> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1131 <property name="sizeHint" stdset="0"> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1132 <size> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1133 <width>20</width> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1134 <height>40</height> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1135 </size> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1136 </property> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1137 </spacer> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1138 </item> |
e3c931e5b707
Modify the "Workspace" tab to properly display the work space colors on MacOS X.
Ben Abbott <bpabbott@mac.com>
parents:
16741
diff
changeset
|
1139 </layout> |
16610
a1f613e5066d
workspace view colors based upon variable scope (derived from Dan's patch #8013)
Torsten <ttl@justmail.de>
parents:
16525
diff
changeset
|
1140 </widget> |
a1f613e5066d
workspace view colors based upon variable scope (derived from Dan's patch #8013)
Torsten <ttl@justmail.de>
parents:
16525
diff
changeset
|
1141 </widget> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1142 <widget class="QWidget" name="tab_3"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1143 <attribute name="title"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1144 <string>Network</string> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1145 </attribute> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1146 <layout class="QVBoxLayout" name="verticalLayout_4"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1147 <item> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1148 <layout class="QGridLayout" name="gridLayout_5"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1149 <item row="1" column="1"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1150 <widget class="QLabel" name="label_4"> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1151 <property name="enabled"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1152 <bool>false</bool> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1153 </property> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1154 <property name="text"> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1155 <string>Hostname:</string> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1156 </property> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1157 </widget> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1158 </item> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1159 <item row="0" column="2"> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1160 <widget class="QComboBox" name="proxyType"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1161 <property name="enabled"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1162 <bool>false</bool> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1163 </property> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1164 <item> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1165 <property name="text"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1166 <string>HttpProxy</string> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1167 </property> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1168 </item> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1169 <item> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1170 <property name="text"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1171 <string>Socks5Proxy</string> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1172 </property> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1173 </item> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1174 </widget> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1175 </item> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1176 <item row="3" column="1"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1177 <widget class="QLabel" name="label_6"> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1178 <property name="enabled"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1179 <bool>false</bool> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1180 </property> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1181 <property name="text"> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1182 <string>Username:</string> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1183 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1184 </widget> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1185 </item> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1186 <item row="0" column="0"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1187 <widget class="QCheckBox" name="useProxyServer"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1188 <property name="text"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1189 <string>Use proxy server</string> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1190 </property> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1191 </widget> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1192 </item> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1193 <item row="0" column="1"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1194 <widget class="QLabel" name="label_3"> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1195 <property name="enabled"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1196 <bool>false</bool> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1197 </property> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1198 <property name="text"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1199 <string>Proxy Type:</string> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1200 </property> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1201 </widget> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1202 </item> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1203 <item row="2" column="1"> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1204 <widget class="QLabel" name="label_5"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1205 <property name="enabled"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1206 <bool>false</bool> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1207 </property> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1208 <property name="text"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1209 <string>Port:</string> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1210 </property> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1211 </widget> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1212 </item> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1213 <item row="4" column="1"> |
13609
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1214 <widget class="QLabel" name="label_7"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1215 <property name="enabled"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1216 <bool>false</bool> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1217 </property> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1218 <property name="text"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1219 <string>Password:</string> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1220 </property> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1221 </widget> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1222 </item> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1223 <item row="1" column="2"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1224 <widget class="QLineEdit" name="proxyHostName"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1225 <property name="enabled"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1226 <bool>false</bool> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1227 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1228 </widget> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1229 </item> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1230 <item row="2" column="2"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1231 <widget class="QLineEdit" name="proxyPort"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1232 <property name="enabled"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1233 <bool>false</bool> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1234 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1235 </widget> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1236 </item> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1237 <item row="3" column="2"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1238 <widget class="QLineEdit" name="proxyUserName"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1239 <property name="enabled"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1240 <bool>false</bool> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1241 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1242 </widget> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1243 </item> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1244 <item row="4" column="2"> |
13609
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1245 <widget class="QLineEdit" name="proxyPassword"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1246 <property name="enabled"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1247 <bool>false</bool> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1248 </property> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1249 <property name="echoMode"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1250 <enum>QLineEdit::Password</enum> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1251 </property> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1252 </widget> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1253 </item> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1254 </layout> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1255 </item> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1256 <item> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1257 <spacer name="verticalSpacer_5"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1258 <property name="orientation"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1259 <enum>Qt::Vertical</enum> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1260 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1261 <property name="sizeHint" stdset="0"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1262 <size> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1263 <width>20</width> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1264 <height>40</height> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1265 </size> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1266 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1267 </spacer> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1268 </item> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1269 </layout> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1270 </widget> |
13501 | 1271 </widget> |
1272 </item> | |
15274
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1273 <item> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1274 <widget class="QDialogButtonBox" name="buttonBox"> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1275 <property name="standardButtons"> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1276 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1277 </property> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1278 </widget> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1279 </item> |
13501 | 1280 </layout> |
1281 </widget> | |
1282 <resources/> | |
13531
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
1283 <connections> |
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
1284 <connection> |
14308
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1285 <sender>useProxyServer</sender> |
13531
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
1286 <signal>toggled(bool)</signal> |
14308
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1287 <receiver>label_4</receiver> |
13531
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
1288 <slot>setEnabled(bool)</slot> |
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
1289 <hints> |
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
1290 <hint type="sourcelabel"> |
14308
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1291 <x>249</x> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1292 <y>59</y> |
13531
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
1293 </hint> |
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
1294 <hint type="destinationlabel"> |
14308
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1295 <x>69</x> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1296 <y>122</y> |
13531
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
1297 </hint> |
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
1298 </hints> |
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
1299 </connection> |
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
1300 <connection> |
14308
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1301 <sender>useProxyServer</sender> |
13531
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
1302 <signal>toggled(bool)</signal> |
14308
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1303 <receiver>label_3</receiver> |
13531
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
1304 <slot>setEnabled(bool)</slot> |
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
1305 <hints> |
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
1306 <hint type="sourcelabel"> |
14308
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1307 <x>249</x> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1308 <y>59</y> |
13531
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
1309 </hint> |
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
1310 <hint type="destinationlabel"> |
14308
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1311 <x>59</x> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1312 <y>91</y> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1313 </hint> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1314 </hints> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1315 </connection> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1316 <connection> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1317 <sender>useProxyServer</sender> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1318 <signal>toggled(bool)</signal> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1319 <receiver>label_5</receiver> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1320 <slot>setEnabled(bool)</slot> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1321 <hints> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1322 <hint type="sourcelabel"> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1323 <x>249</x> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1324 <y>59</y> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1325 </hint> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1326 <hint type="destinationlabel"> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1327 <x>44</x> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1328 <y>152</y> |
13531
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
1329 </hint> |
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
1330 </hints> |
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
1331 </connection> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1332 <connection> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1333 <sender>useProxyServer</sender> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1334 <signal>toggled(bool)</signal> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1335 <receiver>proxyType</receiver> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1336 <slot>setEnabled(bool)</slot> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1337 <hints> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1338 <hint type="sourcelabel"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1339 <x>249</x> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1340 <y>59</y> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1341 </hint> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1342 <hint type="destinationlabel"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1343 <x>291</x> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1344 <y>91</y> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1345 </hint> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1346 </hints> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1347 </connection> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1348 <connection> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1349 <sender>useProxyServer</sender> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1350 <signal>toggled(bool)</signal> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1351 <receiver>proxyHostName</receiver> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1352 <slot>setEnabled(bool)</slot> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1353 <hints> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1354 <hint type="sourcelabel"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1355 <x>249</x> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1356 <y>59</y> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1357 </hint> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1358 <hint type="destinationlabel"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1359 <x>291</x> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1360 <y>124</y> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1361 </hint> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1362 </hints> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1363 </connection> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1364 <connection> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1365 <sender>useProxyServer</sender> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1366 <signal>toggled(bool)</signal> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1367 <receiver>proxyPort</receiver> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1368 <slot>setEnabled(bool)</slot> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1369 <hints> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1370 <hint type="sourcelabel"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1371 <x>249</x> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1372 <y>59</y> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1373 </hint> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1374 <hint type="destinationlabel"> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
1375 <x>364</x> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
1376 <y>154</y> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1377 </hint> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1378 </hints> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1379 </connection> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1380 <connection> |
14308
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1381 <sender>useCustomFileEditor</sender> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1382 <signal>toggled(bool)</signal> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1383 <receiver>customFileEditor</receiver> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1384 <slot>setEnabled(bool)</slot> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1385 <hints> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1386 <hint type="sourcelabel"> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1387 <x>111</x> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1388 <y>62</y> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1389 </hint> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1390 <hint type="destinationlabel"> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1391 <x>343</x> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1392 <y>63</y> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1393 </hint> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1394 </hints> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1395 </connection> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1396 <connection> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1397 <sender>useProxyServer</sender> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1398 <signal>toggled(bool)</signal> |
14308
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1399 <receiver>label_7</receiver> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1400 <slot>setEnabled(bool)</slot> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1401 <hints> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1402 <hint type="sourcelabel"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1403 <x>249</x> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1404 <y>59</y> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1405 </hint> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1406 <hint type="destinationlabel"> |
14308
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1407 <x>67</x> |
3b6177bd63b0
Removed chat and chat settings, instead made a separate menu entry in the community menu.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14307
diff
changeset
|
1408 <y>212</y> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1409 </hint> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1410 </hints> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1411 </connection> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1412 <connection> |
13609
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1413 <sender>useProxyServer</sender> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1414 <signal>toggled(bool)</signal> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1415 <receiver>proxyUserName</receiver> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1416 <slot>setEnabled(bool)</slot> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1417 <hints> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1418 <hint type="sourcelabel"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1419 <x>249</x> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1420 <y>59</y> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1421 </hint> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1422 <hint type="destinationlabel"> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
1423 <x>364</x> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
1424 <y>184</y> |
13609
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1425 </hint> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1426 </hints> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1427 </connection> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1428 <connection> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1429 <sender>useProxyServer</sender> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1430 <signal>toggled(bool)</signal> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1431 <receiver>proxyPassword</receiver> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1432 <slot>setEnabled(bool)</slot> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1433 <hints> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1434 <hint type="sourcelabel"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1435 <x>249</x> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1436 <y>59</y> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1437 </hint> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1438 <hint type="destinationlabel"> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
1439 <x>364</x> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
1440 <y>214</y> |
13609
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1441 </hint> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1442 </hints> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1443 </connection> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1444 <connection> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1445 <sender>useProxyServer</sender> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1446 <signal>toggled(bool)</signal> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1447 <receiver>label_6</receiver> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1448 <slot>setEnabled(bool)</slot> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1449 <hints> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1450 <hint type="sourcelabel"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1451 <x>249</x> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1452 <y>59</y> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1453 </hint> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1454 <hint type="destinationlabel"> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
1455 <x>68</x> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
1456 <y>182</y> |
13609
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1457 </hint> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1458 </hints> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1459 </connection> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1460 <connection> |
15274
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1461 <sender>buttonBox</sender> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1462 <signal>accepted()</signal> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1463 <receiver>settings_dialog</receiver> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1464 <slot>accept()</slot> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1465 <hints> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1466 <hint type="sourcelabel"> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1467 <x>299</x> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1468 <y>366</y> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1469 </hint> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1470 <hint type="destinationlabel"> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1471 <x>299</x> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1472 <y>199</y> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1473 </hint> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1474 </hints> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1475 </connection> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1476 <connection> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1477 <sender>buttonBox</sender> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1478 <signal>rejected()</signal> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1479 <receiver>settings_dialog</receiver> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1480 <slot>reject()</slot> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1481 <hints> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1482 <hint type="sourcelabel"> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1483 <x>299</x> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1484 <y>366</y> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1485 </hint> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1486 <hint type="destinationlabel"> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1487 <x>299</x> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1488 <y>199</y> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1489 </hint> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1490 </hints> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1491 </connection> |
16407
4d438dffbfac
gui: call external editor when opening a file and custom editor is selected
Torsten <ttl@justmail.de>
parents:
16402
diff
changeset
|
1492 <connection> |
4d438dffbfac
gui: call external editor when opening a file and custom editor is selected
Torsten <ttl@justmail.de>
parents:
16402
diff
changeset
|
1493 <sender>useCustomFileEditor</sender> |
4d438dffbfac
gui: call external editor when opening a file and custom editor is selected
Torsten <ttl@justmail.de>
parents:
16402
diff
changeset
|
1494 <signal>toggled(bool)</signal> |
4d438dffbfac
gui: call external editor when opening a file and custom editor is selected
Torsten <ttl@justmail.de>
parents:
16402
diff
changeset
|
1495 <receiver>customEditorLabel</receiver> |
4d438dffbfac
gui: call external editor when opening a file and custom editor is selected
Torsten <ttl@justmail.de>
parents:
16402
diff
changeset
|
1496 <slot>setEnabled(bool)</slot> |
4d438dffbfac
gui: call external editor when opening a file and custom editor is selected
Torsten <ttl@justmail.de>
parents:
16402
diff
changeset
|
1497 <hints> |
4d438dffbfac
gui: call external editor when opening a file and custom editor is selected
Torsten <ttl@justmail.de>
parents:
16402
diff
changeset
|
1498 <hint type="sourcelabel"> |
4d438dffbfac
gui: call external editor when opening a file and custom editor is selected
Torsten <ttl@justmail.de>
parents:
16402
diff
changeset
|
1499 <x>349</x> |
4d438dffbfac
gui: call external editor when opening a file and custom editor is selected
Torsten <ttl@justmail.de>
parents:
16402
diff
changeset
|
1500 <y>383</y> |
4d438dffbfac
gui: call external editor when opening a file and custom editor is selected
Torsten <ttl@justmail.de>
parents:
16402
diff
changeset
|
1501 </hint> |
4d438dffbfac
gui: call external editor when opening a file and custom editor is selected
Torsten <ttl@justmail.de>
parents:
16402
diff
changeset
|
1502 <hint type="destinationlabel"> |
4d438dffbfac
gui: call external editor when opening a file and custom editor is selected
Torsten <ttl@justmail.de>
parents:
16402
diff
changeset
|
1503 <x>111</x> |
4d438dffbfac
gui: call external editor when opening a file and custom editor is selected
Torsten <ttl@justmail.de>
parents:
16402
diff
changeset
|
1504 <y>413</y> |
4d438dffbfac
gui: call external editor when opening a file and custom editor is selected
Torsten <ttl@justmail.de>
parents:
16402
diff
changeset
|
1505 </hint> |
4d438dffbfac
gui: call external editor when opening a file and custom editor is selected
Torsten <ttl@justmail.de>
parents:
16402
diff
changeset
|
1506 </hints> |
4d438dffbfac
gui: call external editor when opening a file and custom editor is selected
Torsten <ttl@justmail.de>
parents:
16402
diff
changeset
|
1507 </connection> |
16679
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1508 <connection> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1509 <sender>editor_codeCompletion</sender> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1510 <signal>toggled(bool)</signal> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1511 <receiver>editor_label_ac_threshold</receiver> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1512 <slot>setEnabled(bool)</slot> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1513 <hints> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1514 <hint type="sourcelabel"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1515 <x>83</x> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1516 <y>223</y> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1517 </hint> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1518 <hint type="destinationlabel"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1519 <x>288</x> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1520 <y>223</y> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1521 </hint> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1522 </hints> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1523 </connection> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1524 <connection> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1525 <sender>editor_codeCompletion</sender> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1526 <signal>toggled(bool)</signal> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1527 <receiver>editor_spinbox_ac_threshold</receiver> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1528 <slot>setEnabled(bool)</slot> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1529 <hints> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1530 <hint type="sourcelabel"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1531 <x>83</x> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1532 <y>223</y> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1533 </hint> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1534 <hint type="destinationlabel"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1535 <x>412</x> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1536 <y>223</y> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1537 </hint> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1538 </hints> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1539 </connection> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1540 <connection> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1541 <sender>editor_codeCompletion</sender> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1542 <signal>toggled(bool)</signal> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1543 <receiver>editor_checkbox_ac_keywords</receiver> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1544 <slot>setEnabled(bool)</slot> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1545 <hints> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1546 <hint type="sourcelabel"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1547 <x>83</x> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1548 <y>170</y> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1549 </hint> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1550 <hint type="destinationlabel"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1551 <x>238</x> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1552 <y>201</y> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1553 </hint> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1554 </hints> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1555 </connection> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1556 <connection> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1557 <sender>editor_codeCompletion</sender> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1558 <signal>toggled(bool)</signal> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1559 <receiver>editor_checkbox_ac_document</receiver> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1560 <slot>setEnabled(bool)</slot> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1561 <hints> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1562 <hint type="sourcelabel"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1563 <x>83</x> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1564 <y>170</y> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1565 </hint> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1566 <hint type="destinationlabel"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1567 <x>390</x> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1568 <y>201</y> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1569 </hint> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1570 </hints> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1571 </connection> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1572 <connection> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1573 <sender>editor_codeCompletion</sender> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1574 <signal>toggled(bool)</signal> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1575 <receiver>editor_checkbox_ac_replace</receiver> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1576 <slot>setEnabled(bool)</slot> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1577 <hints> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1578 <hint type="sourcelabel"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1579 <x>83</x> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1580 <y>170</y> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1581 </hint> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1582 <hint type="destinationlabel"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1583 <x>427</x> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1584 <y>229</y> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1585 </hint> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1586 </hints> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1587 </connection> |
16693
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1588 <connection> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1589 <sender>editor_highlightCurrentLine</sender> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1590 <signal>toggled(bool)</signal> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1591 <receiver>editor_label_cl_color</receiver> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1592 <slot>setEnabled(bool)</slot> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1593 <hints> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1594 <hint type="sourcelabel"> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1595 <x>184</x> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1596 <y>86</y> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1597 </hint> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1598 <hint type="destinationlabel"> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1599 <x>515</x> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1600 <y>86</y> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1601 </hint> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1602 </hints> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1603 </connection> |
16701
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1604 <connection> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1605 <sender>editor_codeCompletion</sender> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1606 <signal>toggled(bool)</signal> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1607 <receiver>editor_checkbox_ac_case</receiver> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1608 <slot>setEnabled(bool)</slot> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1609 <hints> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1610 <hint type="sourcelabel"> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1611 <x>83</x> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1612 <y>172</y> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1613 </hint> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1614 <hint type="destinationlabel"> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1615 <x>525</x> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1616 <y>203</y> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1617 </hint> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1618 </hints> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1619 </connection> |
16702
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1620 <connection> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1621 <sender>editor_ws_checkbox</sender> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1622 <signal>toggled(bool)</signal> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1623 <receiver>editor_ws_indent_checkbox</receiver> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1624 <slot>setEnabled(bool)</slot> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1625 <hints> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1626 <hint type="sourcelabel"> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1627 <x>85</x> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1628 <y>119</y> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1629 </hint> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1630 <hint type="destinationlabel"> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1631 <x>282</x> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1632 <y>119</y> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1633 </hint> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1634 </hints> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1635 </connection> |
13531
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
1636 </connections> |
13501 | 1637 </ui> |