Mercurial > hg > octave-nkf
annotate libgui/src/settings-dialog.ui @ 15787:b081fbe80174
provide separate icons for gui's floating widgets
* resource.qrc: add new icons to the list of resources
* settings-dialog.ui: new tab with radio buttons for icon set
* settings-dialog.cc: configure radio buttons in settings_dialog(),
write the selected icon set to settings file in write_changed_settings()
* resource-manager.h: added constasnts for the icon sets
* main-window.cc: set the icons for all dock-widgets in notice-settings()
* libgui/src/icons: added 12 icons (two sets of 6 icons)
author | Torsten <ttl@justmail.de> |
---|---|
date | Fri, 14 Dec 2012 13:18:14 +0100 |
parents | 75f28de3a387 |
children | 22ab4fe661d7 |
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> | |
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
|
12 <width>600</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
|
13 <height>400</height> |
13501 | 14 </rect> |
15 </property> | |
16 <property name="minimumSize"> | |
17 <size> | |
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
|
18 <width>600</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
|
19 <height>400</height> |
13501 | 20 </size> |
21 </property> | |
22 <property name="maximumSize"> | |
23 <size> | |
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
|
24 <width>600</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
|
25 <height>400</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"> | |
14677
2fb96afd7b34
Now only monospaced fonts are allowed for editor font.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14662
diff
changeset
|
35 <number>0</number> |
13501 | 36 </property> |
15787
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
37 <widget class="QWidget" name="tab_4"> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
38 <property name="enabled"> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
39 <bool>true</bool> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
40 </property> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
41 <attribute name="title"> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
42 <string>General</string> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
43 </attribute> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
44 <widget class="QGroupBox" name="groupBox"> |
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> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
47 <x>10</x> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
48 <y>10</y> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
49 <width>551</width> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
50 <height>81</height> |
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> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
53 <property name="sizePolicy"> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
54 <sizepolicy hsizetype="Expanding" vsizetype="Minimum"> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
55 <horstretch>0</horstretch> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
56 <verstretch>0</verstretch> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
57 </sizepolicy> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
58 </property> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
59 <property name="title"> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
60 <string>Icon set for dock widget</string> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
61 </property> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
62 <property name="alignment"> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
63 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
64 </property> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
65 <property name="flat"> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
66 <bool>false</bool> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
67 </property> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
68 <property name="checkable"> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
69 <bool>false</bool> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
70 </property> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
71 <widget class="QRadioButton" name="general_icon_octave"> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
72 <property name="geometry"> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
73 <rect> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
74 <x>0</x> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
75 <y>20</y> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
76 <width>151</width> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
77 <height>21</height> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
78 </rect> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
79 </property> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
80 <property name="text"> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
81 <string>Octave logo only</string> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
82 </property> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
83 <property name="checked"> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
84 <bool>true</bool> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
85 </property> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
86 </widget> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
87 <widget class="QRadioButton" name="general_icon_letter"> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
88 <property name="geometry"> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
89 <rect> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
90 <x>0</x> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
91 <y>40</y> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
92 <width>151</width> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
93 <height>21</height> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
94 </rect> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
95 </property> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
96 <property name="text"> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
97 <string>Letter icons</string> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
98 </property> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
99 </widget> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
100 <widget class="QRadioButton" name="general_icon_graphic"> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
101 <property name="geometry"> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
102 <rect> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
103 <x>0</x> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
104 <y>60</y> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
105 <width>151</width> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
106 <height>21</height> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
107 </rect> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
108 </property> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
109 <property name="text"> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
110 <string>Graphic icons</string> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
111 </property> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
112 </widget> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
113 </widget> |
b081fbe80174
provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents:
15364
diff
changeset
|
114 </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
|
115 <widget class="QWidget" name="tab"> |
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
116 <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
|
117 <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
|
118 </attribute> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
119 <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
|
120 <item> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
121 <layout class="QVBoxLayout" name="verticalLayout_5"> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
122 <item> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
123 <layout class="QHBoxLayout" name="horizontalLayout_4"> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
124 <item> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
125 <widget class="QLabel" name="label_8"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
126 <property name="text"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
127 <string>Font</string> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
128 </property> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
129 </widget> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
130 </item> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
131 <item> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
132 <widget class="QFontComboBox" name="editor_fontName"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
133 <property name="editable"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
134 <bool>false</bool> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
135 </property> |
14677
2fb96afd7b34
Now only monospaced fonts are allowed for editor font.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14662
diff
changeset
|
136 <property name="fontFilters"> |
2fb96afd7b34
Now only monospaced fonts are allowed for editor font.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14662
diff
changeset
|
137 <set>QFontComboBox::MonospacedFonts</set> |
2fb96afd7b34
Now only monospaced fonts are allowed for editor font.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14662
diff
changeset
|
138 </property> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
139 </widget> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
140 </item> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
141 <item> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
142 <widget class="QLabel" name="label_9"> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
143 <property name="text"> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
144 <string>Font Size</string> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
145 </property> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
146 </widget> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
147 </item> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
148 <item> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
149 <widget class="QSpinBox" name="editor_fontSize"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
150 <property name="minimum"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
151 <number>2</number> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
152 </property> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
153 <property name="maximum"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
154 <number>96</number> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
155 </property> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
156 <property name="value"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
157 <number>10</number> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
158 </property> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
159 </widget> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
160 </item> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
161 <item> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
162 <spacer name="horizontalSpacer_4"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
163 <property name="orientation"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
164 <enum>Qt::Horizontal</enum> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
165 </property> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
166 <property name="sizeHint" stdset="0"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
167 <size> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
168 <width>40</width> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
169 <height>20</height> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
170 </size> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
171 </property> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
172 </spacer> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
173 </item> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
174 </layout> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
175 </item> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
176 <item> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
177 <widget class="QCheckBox" name="editor_showLineNumbers"> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
178 <property name="enabled"> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
179 <bool>true</bool> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
180 </property> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
181 <property name="text"> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
182 <string>Show line numbers</string> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
183 </property> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
184 </widget> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
185 </item> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
186 <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
|
187 <widget class="QCheckBox" name="editor_highlightCurrentLine"> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
188 <property name="enabled"> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
189 <bool>true</bool> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
190 </property> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
191 <property name="text"> |
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
|
192 <string>Highlight current line</string> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
193 </property> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
194 </widget> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
195 </item> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
196 <item> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
197 <widget class="QCheckBox" name="editor_codeCompletion"> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
198 <property name="enabled"> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
199 <bool>true</bool> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
200 </property> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
201 <property name="text"> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
202 <string>Code completion</string> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
203 </property> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
204 <property name="checked"> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
205 <bool>false</bool> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
206 </property> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
207 </widget> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
208 </item> |
13672
c9501268a194
filename with or without full path in tabs of the editor
ttl <ttl@justmail.de>
parents:
13668
diff
changeset
|
209 <item> |
c9501268a194
filename with or without full path in tabs of the editor
ttl <ttl@justmail.de>
parents:
13668
diff
changeset
|
210 <widget class="QCheckBox" name="editor_longWindowTitle"> |
c9501268a194
filename with or without full path in tabs of the editor
ttl <ttl@justmail.de>
parents:
13668
diff
changeset
|
211 <property name="text"> |
c9501268a194
filename with or without full path in tabs of the editor
ttl <ttl@justmail.de>
parents:
13668
diff
changeset
|
212 <string>Show complete path in window title</string> |
c9501268a194
filename with or without full path in tabs of the editor
ttl <ttl@justmail.de>
parents:
13668
diff
changeset
|
213 </property> |
c9501268a194
filename with or without full path in tabs of the editor
ttl <ttl@justmail.de>
parents:
13668
diff
changeset
|
214 </widget> |
c9501268a194
filename with or without full path in tabs of the editor
ttl <ttl@justmail.de>
parents:
13668
diff
changeset
|
215 </item> |
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
|
216 <item> |
842ab161c10a
GUI: new setting to restore tabs from previous session; allow silent load file
Thorsten Liebig <Thorsten.Liebig@gmx.de>
parents:
15274
diff
changeset
|
217 <widget class="QCheckBox" name="editor_restoreSession"> |
842ab161c10a
GUI: new setting to restore tabs from previous session; allow silent load file
Thorsten Liebig <Thorsten.Liebig@gmx.de>
parents:
15274
diff
changeset
|
218 <property name="text"> |
842ab161c10a
GUI: new setting to restore tabs from previous session; allow silent load file
Thorsten Liebig <Thorsten.Liebig@gmx.de>
parents:
15274
diff
changeset
|
219 <string>Restore tabs from previous session on startup</string> |
842ab161c10a
GUI: new setting to restore tabs from previous session; allow silent load file
Thorsten Liebig <Thorsten.Liebig@gmx.de>
parents:
15274
diff
changeset
|
220 </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
|
221 </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
|
222 </item> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
223 </layout> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
224 </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
|
225 <item> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
226 <spacer name="verticalSpacer"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
227 <property name="orientation"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
228 <enum>Qt::Vertical</enum> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
229 </property> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
230 <property name="sizeHint" stdset="0"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
231 <size> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
232 <width>20</width> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
233 <height>40</height> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
234 </size> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
235 </property> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
236 </spacer> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
237 </item> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
238 <item> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
239 <layout class="QHBoxLayout" name="horizontalLayout"> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
240 <item> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
241 <widget class="QCheckBox" name="useCustomFileEditor"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
242 <property name="enabled"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
243 <bool>true</bool> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
244 </property> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
245 <property name="text"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
246 <string>Use custom file editor:</string> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
247 </property> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
248 </widget> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
249 </item> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
250 <item> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
251 <widget class="QLineEdit" name="customFileEditor"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
252 <property name="enabled"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
253 <bool>false</bool> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
254 </property> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
255 <property name="text"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
256 <string>emacs</string> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
257 </property> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
258 </widget> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
259 </item> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
260 </layout> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
261 </item> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
262 </layout> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
263 </widget> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
264 <widget class="QWidget" name="tab_5"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
265 <attribute name="title"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
266 <string>Terminal</string> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
267 </attribute> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
268 <layout class="QVBoxLayout" name="verticalLayout"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
269 <item> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
270 <layout class="QHBoxLayout" name="horizontalLayout_5"> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
271 <item> |
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
272 <widget class="QLabel" name="label_11"> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
273 <property name="text"> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
274 <string>Font</string> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
275 </property> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
276 </widget> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
277 </item> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
278 <item> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
279 <widget class="QFontComboBox" name="terminal_fontName"> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
280 <property name="editable"> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
281 <bool>false</bool> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
282 </property> |
14662
6573ba8f094f
Now only monospaced fonts can be selected in the settings window.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14599
diff
changeset
|
283 <property name="fontFilters"> |
6573ba8f094f
Now only monospaced fonts can be selected in the settings window.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14599
diff
changeset
|
284 <set>QFontComboBox::MonospacedFonts</set> |
6573ba8f094f
Now only monospaced fonts can be selected in the settings window.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14599
diff
changeset
|
285 </property> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
286 </widget> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
287 </item> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
288 <item> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
289 <widget class="QLabel" name="label_12"> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
290 <property name="text"> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
291 <string>Font Size</string> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
292 </property> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
293 </widget> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
294 </item> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
295 <item> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
296 <widget class="QSpinBox" name="terminal_fontSize"> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
297 <property name="minimum"> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
298 <number>2</number> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
299 </property> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
300 <property name="maximum"> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
301 <number>96</number> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
302 </property> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
303 <property name="value"> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
304 <number>10</number> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
305 </property> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
306 </widget> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
307 </item> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
308 <item> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
309 <spacer name="horizontalSpacer_5"> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
310 <property name="orientation"> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
311 <enum>Qt::Horizontal</enum> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
312 </property> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
313 <property name="sizeHint" stdset="0"> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
314 <size> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
315 <width>40</width> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
316 <height>20</height> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
317 </size> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
318 </property> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
319 </spacer> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
320 </item> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
321 </layout> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
322 </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
|
323 <item> |
14998
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
324 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
325 <item> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
326 <widget class="QLabel" name="label"> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
327 <property name="text"> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
328 <string>Cursor type:</string> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
329 </property> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
330 </widget> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
331 </item> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
332 <item> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
333 <widget class="QComboBox" name="terminal_cursorType"/> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
334 </item> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
335 <item> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
336 <spacer name="horizontalSpacer"> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
337 <property name="orientation"> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
338 <enum>Qt::Horizontal</enum> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
339 </property> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
340 <property name="sizeHint" stdset="0"> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
341 <size> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
342 <width>40</width> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
343 <height>20</height> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
344 </size> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
345 </property> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
346 </spacer> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
347 </item> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
348 </layout> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
349 </item> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
350 <item> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
351 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
352 <item> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
353 <widget class="QCheckBox" name="terminal_cursorBlinking"> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
354 <property name="text"> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
355 <string>Cursor blinking</string> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
356 </property> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
357 </widget> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
358 </item> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
359 <item> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
360 <spacer name="horizontalSpacer_2"> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
361 <property name="orientation"> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
362 <enum>Qt::Horizontal</enum> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
363 </property> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
364 <property name="sizeHint" stdset="0"> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
365 <size> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
366 <width>40</width> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
367 <height>20</height> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
368 </size> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
369 </property> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
370 </spacer> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
371 </item> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
372 </layout> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
373 </item> |
de3a318128f2
Added support for changing the terminal cursor and the cursor blinking.
Jacob Dawid <jacob.dawid@gmail.com>
parents:
14709
diff
changeset
|
374 <item> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
375 <spacer name="verticalSpacer_3"> |
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
|
376 <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
|
377 <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
|
378 </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
|
379 <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
|
380 <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
|
381 <width>20</width> |
14599
97cb9286919c
Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
14588
diff
changeset
|
382 <height>321</height> |
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
|
383 </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
|
384 </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
|
385 </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
|
386 </item> |
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
|
387 </layout> |
bb3676025b36
User can set a custom file editor instead of the built-in one.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13501
diff
changeset
|
388 </widget> |
13536
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
389 <widget class="QWidget" name="tab_2"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
390 <attribute name="title"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
391 <string>File Browser</string> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
392 </attribute> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
393 <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
|
394 <item> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
395 <widget class="QCheckBox" name="showFilenames"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
396 <property name="text"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
397 <string>Show filenames</string> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
398 </property> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
399 </widget> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
400 </item> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
401 <item> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
402 <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
|
403 <property name="text"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
404 <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
|
405 </property> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
406 </widget> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
407 </item> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
408 <item> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
409 <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
|
410 <property name="text"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
411 <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
|
412 </property> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
413 </widget> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
414 </item> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
415 <item> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
416 <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
|
417 <property name="text"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
418 <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
|
419 </property> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
420 </widget> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
421 </item> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
422 <item> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
423 <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
|
424 <property name="text"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
425 <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
|
426 </property> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
427 </widget> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
428 </item> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
429 <item> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
430 <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
|
431 <property name="text"> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
432 <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
|
433 </property> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
434 </widget> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
435 </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
|
436 <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
|
437 <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
|
438 <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
|
439 <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
|
440 </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
|
441 <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
|
442 <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
|
443 <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
|
444 <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
|
445 </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
|
446 </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
|
447 </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
|
448 </item> |
13536
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
449 </layout> |
869c62c15e95
Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13531
diff
changeset
|
450 </widget> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
451 <widget class="QWidget" name="tab_3"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
452 <attribute name="title"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
453 <string>Network</string> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
454 </attribute> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
455 <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
|
456 <item> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
457 <widget class="QCheckBox" name="useProxyServer"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
458 <property name="text"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
459 <string>Use proxy server</string> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
460 </property> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
461 </widget> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
462 </item> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
463 <item> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
464 <layout class="QFormLayout" name="formLayout"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
465 <item row="0" column="0"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
466 <widget class="QLabel" name="label_3"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
467 <property name="enabled"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
468 <bool>false</bool> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
469 </property> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
470 <property name="text"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
471 <string>Proxy Type:</string> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
472 </property> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
473 </widget> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
474 </item> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
475 <item row="0" column="1"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
476 <widget class="QComboBox" name="proxyType"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
477 <property name="enabled"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
478 <bool>false</bool> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
479 </property> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
480 <item> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
481 <property name="text"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
482 <string>HttpProxy</string> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
483 </property> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
484 </item> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
485 <item> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
486 <property name="text"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
487 <string>Socks5Proxy</string> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
488 </property> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
489 </item> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
490 </widget> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
491 </item> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
492 <item row="1" column="0"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
493 <widget class="QLabel" name="label_4"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
494 <property name="enabled"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
495 <bool>false</bool> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
496 </property> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
497 <property name="text"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
498 <string>Hostname:</string> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
499 </property> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
500 </widget> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
501 </item> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
502 <item row="1" column="1"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
503 <widget class="QLineEdit" name="proxyHostName"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
504 <property name="enabled"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
505 <bool>false</bool> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
506 </property> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
507 </widget> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
508 </item> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
509 <item row="2" column="0"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
510 <widget class="QLabel" name="label_5"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
511 <property name="enabled"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
512 <bool>false</bool> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
513 </property> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
514 <property name="text"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
515 <string>Port:</string> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
516 </property> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
517 </widget> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
518 </item> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
519 <item row="2" column="1"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
520 <widget class="QLineEdit" name="proxyPort"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
521 <property name="enabled"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
522 <bool>false</bool> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
523 </property> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
524 </widget> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
525 </item> |
13609
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
526 <item row="3" column="0"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
527 <widget class="QLabel" name="label_6"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
528 <property name="enabled"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
529 <bool>false</bool> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
530 </property> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
531 <property name="text"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
532 <string>Username:</string> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
533 </property> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
534 </widget> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
535 </item> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
536 <item row="3" column="1"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
537 <widget class="QLineEdit" name="proxyUserName"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
538 <property name="enabled"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
539 <bool>false</bool> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
540 </property> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
541 </widget> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
542 </item> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
543 <item row="4" column="0"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
544 <widget class="QLabel" name="label_7"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
545 <property name="enabled"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
546 <bool>false</bool> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
547 </property> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
548 <property name="text"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
549 <string>Password:</string> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
550 </property> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
551 </widget> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
552 </item> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
553 <item row="4" column="1"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
554 <widget class="QLineEdit" name="proxyPassword"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
555 <property name="enabled"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
556 <bool>false</bool> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
557 </property> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
558 <property name="echoMode"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
559 <enum>QLineEdit::Password</enum> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
560 </property> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
561 </widget> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
562 </item> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
563 </layout> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
564 </item> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
565 </layout> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
566 </widget> |
13501 | 567 </widget> |
568 </item> | |
15274
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
569 <item> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
570 <widget class="QDialogButtonBox" name="buttonBox"> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
571 <property name="standardButtons"> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
572 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
573 </property> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
574 </widget> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
575 </item> |
13501 | 576 </layout> |
577 </widget> | |
578 <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
|
579 <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
|
580 <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
|
581 <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
|
582 <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
|
583 <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
|
584 <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
|
585 <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
|
586 <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
|
587 <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
|
588 <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
|
589 </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
|
590 <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
|
591 <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
|
592 <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
|
593 </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
|
594 </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
|
595 </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
|
596 <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
|
597 <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
|
598 <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
|
599 <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
|
600 <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
|
601 <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
|
602 <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
|
603 <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
|
604 <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
|
605 </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
|
606 <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
|
607 <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
|
608 <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
|
609 </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
|
610 </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
|
611 </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
|
612 <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
|
613 <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
|
614 <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
|
615 <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
|
616 <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
|
617 <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
|
618 <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
|
619 <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
|
620 <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
|
621 </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
|
622 <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
|
623 <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
|
624 <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
|
625 </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
|
626 </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
|
627 </connection> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
628 <connection> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
629 <sender>useProxyServer</sender> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
630 <signal>toggled(bool)</signal> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
631 <receiver>proxyType</receiver> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
632 <slot>setEnabled(bool)</slot> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
633 <hints> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
634 <hint type="sourcelabel"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
635 <x>249</x> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
636 <y>59</y> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
637 </hint> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
638 <hint type="destinationlabel"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
639 <x>291</x> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
640 <y>91</y> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
641 </hint> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
642 </hints> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
643 </connection> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
644 <connection> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
645 <sender>useProxyServer</sender> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
646 <signal>toggled(bool)</signal> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
647 <receiver>proxyHostName</receiver> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
648 <slot>setEnabled(bool)</slot> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
649 <hints> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
650 <hint type="sourcelabel"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
651 <x>249</x> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
652 <y>59</y> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
653 </hint> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
654 <hint type="destinationlabel"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
655 <x>291</x> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
656 <y>124</y> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
657 </hint> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
658 </hints> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
659 </connection> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
660 <connection> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
661 <sender>useProxyServer</sender> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
662 <signal>toggled(bool)</signal> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
663 <receiver>proxyPort</receiver> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
664 <slot>setEnabled(bool)</slot> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
665 <hints> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
666 <hint type="sourcelabel"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
667 <x>249</x> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
668 <y>59</y> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
669 </hint> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
670 <hint type="destinationlabel"> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
671 <x>364</x> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
672 <y>154</y> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
673 </hint> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
674 </hints> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
675 </connection> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
676 <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
|
677 <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
|
678 <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
|
679 <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
|
680 <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
|
681 <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
|
682 <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
|
683 <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
|
684 <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
|
685 </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
|
686 <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
|
687 <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
|
688 <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
|
689 </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
|
690 </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
|
691 </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
|
692 <connection> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
693 <sender>useProxyServer</sender> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
694 <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
|
695 <receiver>label_7</receiver> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
696 <slot>setEnabled(bool)</slot> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
697 <hints> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
698 <hint type="sourcelabel"> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
699 <x>249</x> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
700 <y>59</y> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
701 </hint> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
702 <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
|
703 <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
|
704 <y>212</y> |
13606
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
705 </hint> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
706 </hints> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
707 </connection> |
ac9ef5a29460
Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13538
diff
changeset
|
708 <connection> |
13609
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
709 <sender>useProxyServer</sender> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
710 <signal>toggled(bool)</signal> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
711 <receiver>proxyUserName</receiver> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
712 <slot>setEnabled(bool)</slot> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
713 <hints> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
714 <hint type="sourcelabel"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
715 <x>249</x> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
716 <y>59</y> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
717 </hint> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
718 <hint type="destinationlabel"> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
719 <x>364</x> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
720 <y>184</y> |
13609
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
721 </hint> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
722 </hints> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
723 </connection> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
724 <connection> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
725 <sender>useProxyServer</sender> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
726 <signal>toggled(bool)</signal> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
727 <receiver>proxyPassword</receiver> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
728 <slot>setEnabled(bool)</slot> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
729 <hints> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
730 <hint type="sourcelabel"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
731 <x>249</x> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
732 <y>59</y> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
733 </hint> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
734 <hint type="destinationlabel"> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
735 <x>364</x> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
736 <y>214</y> |
13609
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
737 </hint> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
738 </hints> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
739 </connection> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
740 <connection> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
741 <sender>useProxyServer</sender> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
742 <signal>toggled(bool)</signal> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
743 <receiver>label_6</receiver> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
744 <slot>setEnabled(bool)</slot> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
745 <hints> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
746 <hint type="sourcelabel"> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
747 <x>249</x> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
748 <y>59</y> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
749 </hint> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
750 <hint type="destinationlabel"> |
13659
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
751 <x>68</x> |
d98c6ef06dff
included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents:
13609
diff
changeset
|
752 <y>182</y> |
13609
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
753 </hint> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
754 </hints> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
755 </connection> |
b355901aade4
Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
13606
diff
changeset
|
756 <connection> |
15274
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
757 <sender>buttonBox</sender> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
758 <signal>accepted()</signal> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
759 <receiver>settings_dialog</receiver> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
760 <slot>accept()</slot> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
761 <hints> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
762 <hint type="sourcelabel"> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
763 <x>299</x> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
764 <y>366</y> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
765 </hint> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
766 <hint type="destinationlabel"> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
767 <x>299</x> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
768 <y>199</y> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
769 </hint> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
770 </hints> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
771 </connection> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
772 <connection> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
773 <sender>buttonBox</sender> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
774 <signal>rejected()</signal> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
775 <receiver>settings_dialog</receiver> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
776 <slot>reject()</slot> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
777 <hints> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
778 <hint type="sourcelabel"> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
779 <x>299</x> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
780 <y>366</y> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
781 </hint> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
782 <hint type="destinationlabel"> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
783 <x>299</x> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
784 <y>199</y> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
785 </hint> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
786 </hints> |
c5d09a57ceb2
provide buttons for the settings dialog (bug #36981)
Torsten <ttl@justmail.de>
parents:
15196
diff
changeset
|
787 </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
|
788 </connections> |
13501 | 789 </ui> |