Mercurial > hg > octave-nkf
annotate libgui/src/settings-dialog.ui @ 18282:cae24b7cfaf4 stable
minor fix of text strings and related translations (part of bug #41201)
* file-editor.cc: minor changes of text strings
* main-window.cc: minor changes of text strings
* files-dock-widget.cc: minor changes of text strings
* find-dialog.cc: minor changes of text strings
* settings-dialog.cc: minor changes of text strings
* welcome-wizard.cc: minor changes of text strings
* libgui/languages/*.ts: update the traanslations accordingly
author | Torsten <ttl@justmail.de> |
---|---|
date | Sat, 11 Jan 2014 22:29:52 +0100 |
parents | 0b71746689dc |
children | f227bb47314f |
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"> | |
17942
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
35 <number>6</number> |
13501 | 36 </property> |
17676
c060ad097056
add menu entries to the editor for directly accessing the editor's settings
Torsten <ttl@justmail.de>
parents:
16865
diff
changeset
|
37 <widget class="QWidget" name="tab_general"> |
15787
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> |
17676
c060ad097056
add menu entries to the editor for directly accessing the editor's settings
Torsten <ttl@justmail.de>
parents:
16865
diff
changeset
|
193 <widget class="QWidget" name="tab_editor"> |
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
|
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"> |
17676
c060ad097056
add menu entries to the editor for directly accessing the editor's settings
Torsten <ttl@justmail.de>
parents:
16865
diff
changeset
|
206 <number>6</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"> |
17935 | 211 <string>Show whitespace</string> |
16702
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"> |
17935 | 238 <string>Do not show whitespace 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"> |
17935 | 528 <string># of characters typed before completion list displayed</string> |
16679
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> |
17740
e6ed77b75aec
new preference in settings: editor creates nonexisting files wihtout prompt
Torsten <ttl@justmail.de>
parents:
17676
diff
changeset
|
713 <item> |
e6ed77b75aec
new preference in settings: editor creates nonexisting files wihtout prompt
Torsten <ttl@justmail.de>
parents:
17676
diff
changeset
|
714 <widget class="QCheckBox" name="editor_create_new file"> |
e6ed77b75aec
new preference in settings: editor creates nonexisting files wihtout prompt
Torsten <ttl@justmail.de>
parents:
17676
diff
changeset
|
715 <property name="sizePolicy"> |
e6ed77b75aec
new preference in settings: editor creates nonexisting files wihtout prompt
Torsten <ttl@justmail.de>
parents:
17676
diff
changeset
|
716 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
e6ed77b75aec
new preference in settings: editor creates nonexisting files wihtout prompt
Torsten <ttl@justmail.de>
parents:
17676
diff
changeset
|
717 <horstretch>0</horstretch> |
e6ed77b75aec
new preference in settings: editor creates nonexisting files wihtout prompt
Torsten <ttl@justmail.de>
parents:
17676
diff
changeset
|
718 <verstretch>0</verstretch> |
e6ed77b75aec
new preference in settings: editor creates nonexisting files wihtout prompt
Torsten <ttl@justmail.de>
parents:
17676
diff
changeset
|
719 </sizepolicy> |
e6ed77b75aec
new preference in settings: editor creates nonexisting files wihtout prompt
Torsten <ttl@justmail.de>
parents:
17676
diff
changeset
|
720 </property> |
e6ed77b75aec
new preference in settings: editor creates nonexisting files wihtout prompt
Torsten <ttl@justmail.de>
parents:
17676
diff
changeset
|
721 <property name="text"> |
17935 | 722 <string>Create nonexistent files without prompting</string> |
17740
e6ed77b75aec
new preference in settings: editor creates nonexisting files wihtout prompt
Torsten <ttl@justmail.de>
parents:
17676
diff
changeset
|
723 </property> |
e6ed77b75aec
new preference in settings: editor creates nonexisting files wihtout prompt
Torsten <ttl@justmail.de>
parents:
17676
diff
changeset
|
724 </widget> |
e6ed77b75aec
new preference in settings: editor creates nonexisting files wihtout prompt
Torsten <ttl@justmail.de>
parents:
17676
diff
changeset
|
725 </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
|
726 </layout> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
727 </item> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
728 </layout> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
729 </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
|
730 <item> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
731 <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
|
732 <property name="orientation"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
733 <enum>Qt::Horizontal</enum> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
734 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
735 </widget> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
736 </item> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
737 <item> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
738 <spacer name="verticalSpacer"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
739 <property name="orientation"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
740 <enum>Qt::Vertical</enum> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
741 </property> |
16693
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
742 <property name="sizeType"> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
743 <enum>QSizePolicy::Expanding</enum> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
744 </property> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
745 <property name="sizeHint" stdset="0"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
746 <size> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
747 <width>20</width> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
748 <height>40</height> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
749 </size> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
750 </property> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
751 </spacer> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
752 </item> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
753 <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
|
754 <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
|
755 <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
|
756 <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
|
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 <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
|
759 <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
|
760 </property> |
16702
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
761 <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
|
762 <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
|
763 <item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
764 <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
|
765 <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
|
766 <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
|
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 <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
|
769 <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
|
770 </property> |
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> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
772 </item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
773 <item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
774 <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
|
775 <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
|
776 <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
|
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 <property name="text"> |
17935 | 779 <string>command line (%f=file, %l=line):</string> |
16738
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
780 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
781 </widget> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
782 </item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
783 <item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
784 <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
|
785 <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
|
786 <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
|
787 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
788 <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
|
789 <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
|
790 </property> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
791 </widget> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
792 </item> |
33ab01a26b80
fix dialog for editor settings for better view in MacOS X (thanks to Ben)
Torsten <ttl@justmail.de>
parents:
16703
diff
changeset
|
793 </layout> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
794 </item> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
795 </layout> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
796 </item> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
797 </layout> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
798 </widget> |
17676
c060ad097056
add menu entries to the editor for directly accessing the editor's settings
Torsten <ttl@justmail.de>
parents:
16865
diff
changeset
|
799 <widget class="QWidget" name="tab_editor_styles"> |
16402
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
800 <attribute name="title"> |
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
801 <string>Editor Styles</string> |
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
802 </attribute> |
16700
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
803 <widget class="QWidget" name="verticalLayoutWidget_4"> |
16402
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
804 <property name="geometry"> |
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
805 <rect> |
16700
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
806 <x>0</x> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
807 <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
|
808 <width>651</width> |
16700
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
809 <height>401</height> |
16402
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
810 </rect> |
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
811 </property> |
16700
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
812 <layout class="QVBoxLayout" name="verticalLayout_5"> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
813 <item> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
814 <widget class="QLabel" name="label_10"> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
815 <property name="maximumSize"> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
816 <size> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
817 <width>676</width> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
818 <height>16777215</height> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
819 </size> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
820 </property> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
821 <property name="frameShape"> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
822 <enum>QFrame::NoFrame</enum> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
823 </property> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
824 <property name="text"> |
18282
cae24b7cfaf4
minor fix of text strings and related translations (part of bug #41201)
Torsten <ttl@justmail.de>
parents:
17942
diff
changeset
|
825 <string><html><head/><body><p>Select font, font size (as a difference from the default size), font style (<b>b</b>old, <b>i</b>talic, <b>u</b>nderline), text color and background color (for the latter, the color pink (255,0,255) is a placeholder for the default background color).</p></body></html></string> |
16700
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
826 </property> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
827 <property name="scaledContents"> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
828 <bool>false</bool> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
829 </property> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
830 <property name="alignment"> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
831 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
832 </property> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
833 <property name="wordWrap"> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
834 <bool>true</bool> |
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 <property name="margin"> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
837 <number>4</number> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
838 </property> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
839 </widget> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
840 </item> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
841 <item> |
17676
c060ad097056
add menu entries to the editor for directly accessing the editor's settings
Torsten <ttl@justmail.de>
parents:
16865
diff
changeset
|
842 <widget class="QTabWidget" name="tabs_editor_lexers"> |
16700
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
843 <property name="maximumSize"> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
844 <size> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
845 <width>676</width> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
846 <height>351</height> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
847 </size> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
848 </property> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
849 </widget> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
850 </item> |
cd7d08b8c928
make background colors of editor files configurable
Torsten <ttl@justmail.de>
parents:
16693
diff
changeset
|
851 </layout> |
16402
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
852 </widget> |
7fa90eb41240
gui: individually configurable styles of the editor lexers
Torsten <ttl@justmail.de>
parents:
15972
diff
changeset
|
853 </widget> |
17676
c060ad097056
add menu entries to the editor for directly accessing the editor's settings
Torsten <ttl@justmail.de>
parents:
16865
diff
changeset
|
854 <widget class="QWidget" name="tab_terminal"> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
855 <attribute name="title"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
856 <string>Terminal</string> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
857 </attribute> |
16620
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
858 <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
|
859 <property name="geometry"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
860 <rect> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
861 <x>10</x> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
862 <y>50</y> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
863 <width>631</width> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
864 <height>31</height> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
865 </rect> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
866 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
867 <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
|
868 <item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
869 <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
|
870 <property name="text"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
871 <string>Cursor type:</string> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
872 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
873 </widget> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
874 </item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
875 <item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
876 <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
|
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 <spacer name="horizontalSpacer"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
880 <property name="orientation"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
881 <enum>Qt::Horizontal</enum> |
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 <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
|
884 <size> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
885 <width>40</width> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
886 <height>20</height> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
887 </size> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
888 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
889 </spacer> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
890 </item> |
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 <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
|
893 <property name="text"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
894 <string>Cursor blinking</string> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
895 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
896 </widget> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
897 </item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
898 <item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
899 <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
|
900 <property name="text"> |
17935 | 901 <string>Use foreground color</string> |
16620
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
902 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
903 </widget> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
904 </item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
905 </layout> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
906 </widget> |
16747
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
907 <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
|
908 <property name="geometry"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
909 <rect> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
910 <x>10</x> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
911 <y>90</y> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
912 <width>631</width> |
16747
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
913 <height>291</height> |
16620
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
914 </rect> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
915 </property> |
16747
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
916 <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
|
917 <item> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
918 <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
|
919 <property name="orientation"> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
920 <enum>Qt::Horizontal</enum> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
921 </property> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
922 </widget> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
923 </item> |
16620
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
924 <item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
925 <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
|
926 <property name="minimumSize"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
927 <size> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
928 <width>0</width> |
16747
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
929 <height>81</height> |
16620
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
930 </size> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
931 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
932 <property name="title"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
933 <string>Terminal Colors</string> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
934 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
935 </widget> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
936 </item> |
16747
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
937 <item> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
938 <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
|
939 <property name="minimumSize"> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
940 <size> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
941 <width>0</width> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
942 <height>0</height> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
943 </size> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
944 </property> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
945 <property name="orientation"> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
946 <enum>Qt::Horizontal</enum> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
947 </property> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
948 </widget> |
9d0739413904
Reduce the spacing for the "Terminal Colors" under Terminal tab.
Ben Abbott <bpabbott@mac.com>
parents:
16746
diff
changeset
|
949 </item> |
16620
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
950 <item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
951 <spacer name="verticalSpacer_3"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
952 <property name="orientation"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
953 <enum>Qt::Vertical</enum> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
954 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
955 <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
|
956 <size> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
957 <width>20</width> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
958 <height>40</height> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
959 </size> |
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 </spacer> |
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 </layout> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
964 </widget> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
965 <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
|
966 <property name="geometry"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
967 <rect> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
968 <x>10</x> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
969 <y>10</y> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
970 <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
|
971 <height>31</height> |
16620
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
972 </rect> |
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 <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
|
975 <item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
976 <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
|
977 <property name="text"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
978 <string>Font</string> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
979 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
980 </widget> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
981 </item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
982 <item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
983 <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
|
984 <property name="editable"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
985 <bool>false</bool> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
986 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
987 <property name="fontFilters"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
988 <set>QFontComboBox::MonospacedFonts</set> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
989 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
990 </widget> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
991 </item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
992 <item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
993 <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
|
994 <property name="text"> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
995 <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
|
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 <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
|
1001 <property name="minimum"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1002 <number>2</number> |
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="maximum"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1005 <number>96</number> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1006 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1007 <property name="value"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1008 <number>10</number> |
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 </widget> |
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 <item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1013 <spacer name="horizontalSpacer_5"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1014 <property name="orientation"> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1015 <enum>Qt::Horizontal</enum> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1016 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1017 <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
|
1018 <size> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1019 <width>40</width> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1020 <height>20</height> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1021 </size> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1022 </property> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1023 </spacer> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1024 </item> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1025 </layout> |
818eef7b2618
allow terminal colors to be set from preferences dialog
John W. Eaton <jwe@octave.org>
parents:
16610
diff
changeset
|
1026 </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
|
1027 </widget> |
17676
c060ad097056
add menu entries to the editor for directly accessing the editor's settings
Torsten <ttl@justmail.de>
parents:
16865
diff
changeset
|
1028 <widget class="QWidget" name="tab_file_browser"> |
13536
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1029 <attribute name="title"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1030 <string>File Browser</string> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1031 </attribute> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1032 <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
|
1033 <item> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1034 <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
|
1035 <property name="text"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1036 <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
|
1037 </property> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1038 </widget> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1039 </item> |
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 <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
|
1042 <property name="text"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1043 <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
|
1044 </property> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1045 </widget> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1046 </item> |
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 <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
|
1049 <property name="text"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1050 <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
|
1051 </property> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1052 </widget> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1053 </item> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1054 <item> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1055 <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
|
1056 <property name="text"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1057 <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
|
1058 </property> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1059 </widget> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1060 </item> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1061 <item> |
16499
facf00ce97d3
gui: configurable synchronization between file browser and octave directory
Torsten <ttl@justmail.de>
parents:
16410
diff
changeset
|
1062 <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
|
1063 <property name="text"> |
17935 | 1064 <string>Synchronize Octave working directory with file browser</string> |
16499
facf00ce97d3
gui: configurable synchronization between file browser and octave directory
Torsten <ttl@justmail.de>
parents:
16410
diff
changeset
|
1065 </property> |
facf00ce97d3
gui: configurable synchronization between file browser and octave directory
Torsten <ttl@justmail.de>
parents:
16410
diff
changeset
|
1066 </widget> |
facf00ce97d3
gui: configurable synchronization between file browser and octave directory
Torsten <ttl@justmail.de>
parents:
16410
diff
changeset
|
1067 </item> |
facf00ce97d3
gui: configurable synchronization between file browser and octave directory
Torsten <ttl@justmail.de>
parents:
16410
diff
changeset
|
1068 <item> |
13536
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1069 <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
|
1070 <property name="text"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1071 <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
|
1072 </property> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1073 </widget> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1074 </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
|
1075 <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
|
1076 <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
|
1077 <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
|
1078 <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
|
1079 </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
|
1080 <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
|
1081 <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
|
1082 <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
|
1083 <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
|
1084 </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
|
1085 </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
|
1086 </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
|
1087 </item> |
13536
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1088 </layout> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
1089 </widget> |
16610
a1f613e5066d
workspace view colors based upon variable scope (derived from Dan's patch #8013)
Torsten <ttl@justmail.de>
parents:
16525
diff
changeset
|
1090 <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
|
1091 <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
|
1092 <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
|
1093 </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
|
1094 <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
|
1095 <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
|
1096 <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
|
1097 <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
|
1098 <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
|
1099 <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
|
1100 <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
|
1101 </rect> |
a1f613e5066d
workspace view colors based upon variable scope (derived from Dan's patch #8013)
Torsten <ttl@justmail.de>
parents:
16525
diff
changeset
|
1102 </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
|
1103 <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
|
1104 <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
|
1105 <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
|
1106 <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
|
1107 <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
|
1108 </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
|
1109 <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
|
1110 <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
|
1111 <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
|
1112 <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
|
1113 </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
|
1114 </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
|
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>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
|
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="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
|
1122 <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
|
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 <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
|
1128 <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
|
1129 <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
|
1130 <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
|
1131 <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
|
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 </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
|
1134 <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
|
1135 <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
|
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 </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
|
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 <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
|
1140 <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
|
1141 <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
|
1142 <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
|
1143 </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
|
1144 <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
|
1145 <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
|
1146 <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
|
1147 <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
|
1148 </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
|
1149 </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
|
1150 </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
|
1151 </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
|
1152 </layout> |
16610
a1f613e5066d
workspace view colors based upon variable scope (derived from Dan's patch #8013)
Torsten <ttl@justmail.de>
parents:
16525
diff
changeset
|
1153 </widget> |
a1f613e5066d
workspace view colors based upon variable scope (derived from Dan's patch #8013)
Torsten <ttl@justmail.de>
parents:
16525
diff
changeset
|
1154 </widget> |
17676
c060ad097056
add menu entries to the editor for directly accessing the editor's settings
Torsten <ttl@justmail.de>
parents:
16865
diff
changeset
|
1155 <widget class="QWidget" name="tab_network"> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1156 <attribute name="title"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1157 <string>Network</string> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1158 </attribute> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1159 <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
|
1160 <item> |
17942
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1161 <layout class="QVBoxLayout" name="verticalLayout"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1162 <item> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1163 <widget class="QCheckBox" name="checkbox_allow_web_connect"> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1164 <property name="text"> |
17942
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1165 <string>Allow Octave to connect to the Octave web site to display current news and information</string> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1166 </property> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1167 </widget> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1168 </item> |
17942
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1169 <item> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1170 <layout class="QGridLayout" name="gridLayout_5"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1171 <item row="1" column="1"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1172 <widget class="QLabel" name="label_4"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1173 <property name="enabled"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1174 <bool>false</bool> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1175 </property> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1176 <property name="text"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1177 <string>Hostname:</string> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1178 </property> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1179 </widget> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1180 </item> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1181 <item row="0" column="2"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1182 <widget class="QComboBox" name="proxyType"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1183 <property name="enabled"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1184 <bool>false</bool> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1185 </property> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1186 <item> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1187 <property name="text"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1188 <string>HttpProxy</string> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1189 </property> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1190 </item> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1191 <item> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1192 <property name="text"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1193 <string>Socks5Proxy</string> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1194 </property> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1195 </item> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1196 </widget> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1197 </item> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1198 <item row="3" column="1"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1199 <widget class="QLabel" name="label_6"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1200 <property name="enabled"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1201 <bool>false</bool> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1202 </property> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1203 <property name="text"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1204 <string>Username:</string> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1205 </property> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1206 </widget> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1207 </item> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1208 <item row="0" column="0"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1209 <widget class="QCheckBox" name="useProxyServer"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1210 <property name="text"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1211 <string>Use proxy server</string> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1212 </property> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1213 </widget> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1214 </item> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1215 <item row="0" column="1"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1216 <widget class="QLabel" name="label_3"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1217 <property name="enabled"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1218 <bool>false</bool> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1219 </property> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1220 <property name="text"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1221 <string>Proxy type:</string> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1222 </property> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1223 </widget> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1224 </item> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1225 <item row="2" column="1"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1226 <widget class="QLabel" name="label_5"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1227 <property name="enabled"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1228 <bool>false</bool> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1229 </property> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1230 <property name="text"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1231 <string>Port:</string> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1232 </property> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1233 </widget> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1234 </item> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1235 <item row="4" column="1"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1236 <widget class="QLabel" name="label_7"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1237 <property name="enabled"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1238 <bool>false</bool> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1239 </property> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1240 <property name="text"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1241 <string>Password:</string> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1242 </property> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1243 </widget> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1244 </item> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1245 <item row="1" column="2"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1246 <widget class="QLineEdit" name="proxyHostName"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1247 <property name="enabled"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1248 <bool>false</bool> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1249 </property> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1250 </widget> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1251 </item> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1252 <item row="2" column="2"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1253 <widget class="QLineEdit" name="proxyPort"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1254 <property name="enabled"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1255 <bool>false</bool> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1256 </property> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1257 </widget> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1258 </item> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1259 <item row="3" column="2"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1260 <widget class="QLineEdit" name="proxyUserName"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1261 <property name="enabled"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1262 <bool>false</bool> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1263 </property> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1264 </widget> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1265 </item> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1266 <item row="4" column="2"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1267 <widget class="QLineEdit" name="proxyPassword"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1268 <property name="enabled"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1269 <bool>false</bool> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1270 </property> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1271 <property name="echoMode"> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1272 <enum>QLineEdit::Password</enum> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1273 </property> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1274 </widget> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1275 </item> |
0b71746689dc
add preference for allowing connections to the octave web site
Torsten <ttl@justmail.de>
parents:
17935
diff
changeset
|
1276 </layout> |
13609
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1277 </item> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1278 </layout> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1279 </item> |
16703
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1280 <item> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1281 <spacer name="verticalSpacer_5"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1282 <property name="orientation"> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1283 <enum>Qt::Vertical</enum> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1284 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1285 <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
|
1286 <size> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1287 <width>20</width> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1288 <height>40</height> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1289 </size> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1290 </property> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1291 </spacer> |
5cf19370011d
add more settings concerning tabs and indentation to the editor settings
Torsten <ttl@justmail.de>
parents:
16702
diff
changeset
|
1292 </item> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1293 </layout> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1294 </widget> |
13501 | 1295 </widget> |
1296 </item> | |
15274
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1297 <item> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1298 <widget class="QDialogButtonBox" name="buttonBox"> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1299 <property name="standardButtons"> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1300 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1301 </property> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1302 </widget> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1303 </item> |
13501 | 1304 </layout> |
1305 </widget> | |
1306 <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
|
1307 <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
|
1308 <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
|
1309 <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
|
1310 <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
|
1311 <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
|
1312 <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
|
1313 <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
|
1314 <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
|
1315 <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
|
1316 <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
|
1317 </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
|
1318 <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
|
1319 <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
|
1320 <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
|
1321 </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
|
1322 </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
|
1323 </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
|
1324 <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
|
1325 <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
|
1326 <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
|
1327 <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
|
1328 <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
|
1329 <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
|
1330 <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
|
1331 <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
|
1332 <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
|
1333 </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
|
1334 <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
|
1335 <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
|
1336 <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
|
1337 </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
|
1338 </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
|
1339 </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
|
1340 <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
|
1341 <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
|
1342 <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
|
1343 <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
|
1344 <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
|
1345 <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
|
1346 <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
|
1347 <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
|
1348 <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
|
1349 </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
|
1350 <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
|
1351 <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
|
1352 <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
|
1353 </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
|
1354 </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
|
1355 </connection> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1356 <connection> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1357 <sender>useProxyServer</sender> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1358 <signal>toggled(bool)</signal> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1359 <receiver>proxyType</receiver> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1360 <slot>setEnabled(bool)</slot> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1361 <hints> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1362 <hint type="sourcelabel"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1363 <x>249</x> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1364 <y>59</y> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1365 </hint> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1366 <hint type="destinationlabel"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1367 <x>291</x> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1368 <y>91</y> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1369 </hint> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1370 </hints> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1371 </connection> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1372 <connection> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1373 <sender>useProxyServer</sender> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1374 <signal>toggled(bool)</signal> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1375 <receiver>proxyHostName</receiver> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1376 <slot>setEnabled(bool)</slot> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1377 <hints> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1378 <hint type="sourcelabel"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1379 <x>249</x> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1380 <y>59</y> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1381 </hint> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1382 <hint type="destinationlabel"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1383 <x>291</x> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1384 <y>124</y> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1385 </hint> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1386 </hints> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1387 </connection> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1388 <connection> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1389 <sender>useProxyServer</sender> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1390 <signal>toggled(bool)</signal> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1391 <receiver>proxyPort</receiver> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1392 <slot>setEnabled(bool)</slot> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1393 <hints> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1394 <hint type="sourcelabel"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1395 <x>249</x> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1396 <y>59</y> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1397 </hint> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1398 <hint type="destinationlabel"> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
1399 <x>364</x> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
1400 <y>154</y> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1401 </hint> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1402 </hints> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1403 </connection> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1404 <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
|
1405 <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
|
1406 <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
|
1407 <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
|
1408 <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
|
1409 <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
|
1410 <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
|
1411 <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
|
1412 <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
|
1413 </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
|
1414 <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
|
1415 <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
|
1416 <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
|
1417 </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
|
1418 </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
|
1419 </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
|
1420 <connection> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1421 <sender>useProxyServer</sender> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1422 <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
|
1423 <receiver>label_7</receiver> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1424 <slot>setEnabled(bool)</slot> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1425 <hints> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1426 <hint type="sourcelabel"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1427 <x>249</x> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1428 <y>59</y> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1429 </hint> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1430 <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
|
1431 <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
|
1432 <y>212</y> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1433 </hint> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1434 </hints> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1435 </connection> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
1436 <connection> |
13609
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1437 <sender>useProxyServer</sender> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1438 <signal>toggled(bool)</signal> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1439 <receiver>proxyUserName</receiver> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1440 <slot>setEnabled(bool)</slot> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1441 <hints> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1442 <hint type="sourcelabel"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1443 <x>249</x> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1444 <y>59</y> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1445 </hint> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1446 <hint type="destinationlabel"> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
1447 <x>364</x> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
1448 <y>184</y> |
13609
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1449 </hint> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1450 </hints> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1451 </connection> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1452 <connection> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1453 <sender>useProxyServer</sender> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1454 <signal>toggled(bool)</signal> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1455 <receiver>proxyPassword</receiver> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1456 <slot>setEnabled(bool)</slot> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1457 <hints> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1458 <hint type="sourcelabel"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1459 <x>249</x> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1460 <y>59</y> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1461 </hint> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1462 <hint type="destinationlabel"> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
1463 <x>364</x> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
1464 <y>214</y> |
13609
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1465 </hint> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1466 </hints> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1467 </connection> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1468 <connection> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1469 <sender>useProxyServer</sender> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1470 <signal>toggled(bool)</signal> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1471 <receiver>label_6</receiver> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1472 <slot>setEnabled(bool)</slot> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1473 <hints> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1474 <hint type="sourcelabel"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1475 <x>249</x> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1476 <y>59</y> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1477 </hint> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1478 <hint type="destinationlabel"> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
1479 <x>68</x> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
1480 <y>182</y> |
13609
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1481 </hint> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1482 </hints> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1483 </connection> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
1484 <connection> |
15274
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1485 <sender>buttonBox</sender> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1486 <signal>accepted()</signal> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1487 <receiver>settings_dialog</receiver> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1488 <slot>accept()</slot> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1489 <hints> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1490 <hint type="sourcelabel"> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1491 <x>299</x> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1492 <y>366</y> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1493 </hint> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1494 <hint type="destinationlabel"> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1495 <x>299</x> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1496 <y>199</y> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1497 </hint> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1498 </hints> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1499 </connection> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1500 <connection> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1501 <sender>buttonBox</sender> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1502 <signal>rejected()</signal> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1503 <receiver>settings_dialog</receiver> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1504 <slot>reject()</slot> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1505 <hints> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1506 <hint type="sourcelabel"> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1507 <x>299</x> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1508 <y>366</y> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1509 </hint> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1510 <hint type="destinationlabel"> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1511 <x>299</x> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1512 <y>199</y> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1513 </hint> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1514 </hints> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
1515 </connection> |
16407
4d438dffbfac
gui: call external editor when opening a file and custom editor is selected
Torsten <ttl@justmail.de>
parents:
16402
diff
changeset
|
1516 <connection> |
4d438dffbfac
gui: call external editor when opening a file and custom editor is selected
Torsten <ttl@justmail.de>
parents:
16402
diff
changeset
|
1517 <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
|
1518 <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
|
1519 <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
|
1520 <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
|
1521 <hints> |
4d438dffbfac
gui: call external editor when opening a file and custom editor is selected
Torsten <ttl@justmail.de>
parents:
16402
diff
changeset
|
1522 <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
|
1523 <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
|
1524 <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
|
1525 </hint> |
4d438dffbfac
gui: call external editor when opening a file and custom editor is selected
Torsten <ttl@justmail.de>
parents:
16402
diff
changeset
|
1526 <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
|
1527 <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
|
1528 <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
|
1529 </hint> |
4d438dffbfac
gui: call external editor when opening a file and custom editor is selected
Torsten <ttl@justmail.de>
parents:
16402
diff
changeset
|
1530 </hints> |
4d438dffbfac
gui: call external editor when opening a file and custom editor is selected
Torsten <ttl@justmail.de>
parents:
16402
diff
changeset
|
1531 </connection> |
16679
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1532 <connection> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1533 <sender>editor_codeCompletion</sender> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1534 <signal>toggled(bool)</signal> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1535 <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
|
1536 <slot>setEnabled(bool)</slot> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1537 <hints> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1538 <hint type="sourcelabel"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1539 <x>83</x> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1540 <y>223</y> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1541 </hint> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1542 <hint type="destinationlabel"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1543 <x>288</x> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1544 <y>223</y> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1545 </hint> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1546 </hints> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1547 </connection> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1548 <connection> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1549 <sender>editor_codeCompletion</sender> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1550 <signal>toggled(bool)</signal> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1551 <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
|
1552 <slot>setEnabled(bool)</slot> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1553 <hints> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1554 <hint type="sourcelabel"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1555 <x>83</x> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1556 <y>223</y> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1557 </hint> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1558 <hint type="destinationlabel"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1559 <x>412</x> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1560 <y>223</y> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1561 </hint> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1562 </hints> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1563 </connection> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1564 <connection> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1565 <sender>editor_codeCompletion</sender> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1566 <signal>toggled(bool)</signal> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1567 <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
|
1568 <slot>setEnabled(bool)</slot> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1569 <hints> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1570 <hint type="sourcelabel"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1571 <x>83</x> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1572 <y>170</y> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1573 </hint> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1574 <hint type="destinationlabel"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1575 <x>238</x> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1576 <y>201</y> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1577 </hint> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1578 </hints> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1579 </connection> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1580 <connection> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1581 <sender>editor_codeCompletion</sender> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1582 <signal>toggled(bool)</signal> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1583 <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
|
1584 <slot>setEnabled(bool)</slot> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1585 <hints> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1586 <hint type="sourcelabel"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1587 <x>83</x> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1588 <y>170</y> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1589 </hint> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1590 <hint type="destinationlabel"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1591 <x>390</x> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1592 <y>201</y> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1593 </hint> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1594 </hints> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1595 </connection> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1596 <connection> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1597 <sender>editor_codeCompletion</sender> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1598 <signal>toggled(bool)</signal> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1599 <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
|
1600 <slot>setEnabled(bool)</slot> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1601 <hints> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1602 <hint type="sourcelabel"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1603 <x>83</x> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1604 <y>170</y> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1605 </hint> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1606 <hint type="destinationlabel"> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1607 <x>427</x> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1608 <y>229</y> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1609 </hint> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1610 </hints> |
cf939872811c
options for auto completion threshold, source and word replacement in settings
Torsten <ttl@justmail.de>
parents:
16620
diff
changeset
|
1611 </connection> |
16693
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1612 <connection> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1613 <sender>editor_highlightCurrentLine</sender> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1614 <signal>toggled(bool)</signal> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1615 <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
|
1616 <slot>setEnabled(bool)</slot> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1617 <hints> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1618 <hint type="sourcelabel"> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1619 <x>184</x> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1620 <y>86</y> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1621 </hint> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1622 <hint type="destinationlabel"> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1623 <x>515</x> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1624 <y>86</y> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1625 </hint> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1626 </hints> |
e9d0b8252a0a
make color of current line marker in the editor configurable
Torsten <ttl@justmail.de>
parents:
16679
diff
changeset
|
1627 </connection> |
16701
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1628 <connection> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1629 <sender>editor_codeCompletion</sender> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1630 <signal>toggled(bool)</signal> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1631 <receiver>editor_checkbox_ac_case</receiver> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1632 <slot>setEnabled(bool)</slot> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1633 <hints> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1634 <hint type="sourcelabel"> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1635 <x>83</x> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1636 <y>172</y> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1637 </hint> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1638 <hint type="destinationlabel"> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1639 <x>525</x> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1640 <y>203</y> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1641 </hint> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1642 </hints> |
ccfbc767ff5a
make case sensitivity of editors auto completion list configurable
Torsten <ttl@justmail.de>
parents:
16700
diff
changeset
|
1643 </connection> |
16702
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1644 <connection> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1645 <sender>editor_ws_checkbox</sender> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1646 <signal>toggled(bool)</signal> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1647 <receiver>editor_ws_indent_checkbox</receiver> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1648 <slot>setEnabled(bool)</slot> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1649 <hints> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1650 <hint type="sourcelabel"> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1651 <x>85</x> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1652 <y>119</y> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1653 </hint> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1654 <hint type="destinationlabel"> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1655 <x>282</x> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1656 <y>119</y> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1657 </hint> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1658 </hints> |
553cfdd5d660
make white space visibility in the editor configurable
Torsten <ttl@justmail.de>
parents:
16701
diff
changeset
|
1659 </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
|
1660 </connections> |
13501 | 1661 </ui> |