annotate gui/src/settings-dialog.ui @ 14707:674740c44c09 gui

Changed various files to matche file naming conventions.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Thu, 31 May 2012 22:19:53 +0200
parents gui/src/settingsdialog.ui@f86884be20fc
children f50591409306
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13501
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
2 <ui version="4.0">
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
3 <class>SettingsDialog</class>
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
4 <widget class="QDialog" name="SettingsDialog">
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
5 <property name="windowModality">
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
6 <enum>Qt::ApplicationModal</enum>
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
7 </property>
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
8 <property name="geometry">
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
9 <rect>
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
10 <x>0</x>
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
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
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
14 </rect>
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
15 </property>
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
16 <property name="minimumSize">
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
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
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
20 </size>
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
21 </property>
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
22 <property name="maximumSize">
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
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
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
26 </size>
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
27 </property>
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
28 <property name="windowTitle">
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
29 <string>Settings</string>
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
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
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
33 <widget class="QTabWidget" name="tabWidget">
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
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
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
36 </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
37 <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
38 <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
39 <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
40 </attribute>
14599
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
41 <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
42 <item>
14599
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
43 <layout class="QVBoxLayout" name="verticalLayout_5">
13659
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
44 <item>
14599
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
45 <layout class="QHBoxLayout" name="horizontalLayout_4">
13659
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
46 <item>
14599
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
47 <widget class="QLabel" name="label_8">
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
48 <property name="text">
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
49 <string>Font</string>
13659
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
50 </property>
14599
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
51 </widget>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
52 </item>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
53 <item>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
54 <widget class="QFontComboBox" name="editor_fontName">
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
55 <property name="editable">
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
56 <bool>false</bool>
13659
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
57 </property>
14677
2fb96afd7b34 Now only monospaced fonts are allowed for editor font.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14662
diff changeset
58 <property name="fontFilters">
2fb96afd7b34 Now only monospaced fonts are allowed for editor font.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14662
diff changeset
59 <set>QFontComboBox::MonospacedFonts</set>
2fb96afd7b34 Now only monospaced fonts are allowed for editor font.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14662
diff changeset
60 </property>
13659
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
61 </widget>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
62 </item>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
63 <item>
14599
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
64 <widget class="QLabel" name="label_9">
13659
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
65 <property name="text">
14599
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
66 <string>Font Size</string>
13659
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
67 </property>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
68 </widget>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
69 </item>
14599
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
70 <item>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
71 <widget class="QSpinBox" name="editor_fontSize">
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
72 <property name="minimum">
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
73 <number>2</number>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
74 </property>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
75 <property name="maximum">
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
76 <number>96</number>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
77 </property>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
78 <property name="value">
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
79 <number>10</number>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
80 </property>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
81 </widget>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
82 </item>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
83 <item>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
84 <spacer name="horizontalSpacer_4">
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
85 <property name="orientation">
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
86 <enum>Qt::Horizontal</enum>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
87 </property>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
88 <property name="sizeHint" stdset="0">
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
89 <size>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
90 <width>40</width>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
91 <height>20</height>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
92 </size>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
93 </property>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
94 </spacer>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
95 </item>
13659
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
96 </layout>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
97 </item>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
98 <item>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
99 <widget class="QCheckBox" name="editor_showLineNumbers">
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
100 <property name="enabled">
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
101 <bool>true</bool>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
102 </property>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
103 <property name="text">
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
104 <string>Show line numbers</string>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
105 </property>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
106 <property name="checked">
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
107 <bool>false</bool>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
108 </property>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
109 </widget>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
110 </item>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
111 <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
112 <widget class="QCheckBox" name="editor_highlightCurrentLine">
13659
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
113 <property name="enabled">
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
114 <bool>true</bool>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
115 </property>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
116 <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
117 <string>Highlight current line</string>
13659
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
118 </property>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
119 <property name="checked">
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
120 <bool>false</bool>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
121 </property>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
122 </widget>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
123 </item>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
124 <item>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
125 <widget class="QCheckBox" name="editor_codeCompletion">
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
126 <property name="enabled">
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
127 <bool>true</bool>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
128 </property>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
129 <property name="text">
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
130 <string>Code completion</string>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
131 </property>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
132 <property name="checked">
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
133 <bool>false</bool>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
134 </property>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
135 </widget>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
136 </item>
13672
c9501268a194 filename with or without full path in tabs of the editor
ttl <ttl@justmail.de>
parents: 13668
diff changeset
137 <item>
c9501268a194 filename with or without full path in tabs of the editor
ttl <ttl@justmail.de>
parents: 13668
diff changeset
138 <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
139 <property name="text">
c9501268a194 filename with or without full path in tabs of the editor
ttl <ttl@justmail.de>
parents: 13668
diff changeset
140 <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
141 </property>
c9501268a194 filename with or without full path in tabs of the editor
ttl <ttl@justmail.de>
parents: 13668
diff changeset
142 </widget>
c9501268a194 filename with or without full path in tabs of the editor
ttl <ttl@justmail.de>
parents: 13668
diff changeset
143 </item>
13659
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
144 </layout>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
145 </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
146 <item>
14599
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
147 <spacer name="verticalSpacer">
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
148 <property name="orientation">
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
149 <enum>Qt::Vertical</enum>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
150 </property>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
151 <property name="sizeHint" stdset="0">
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
152 <size>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
153 <width>20</width>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
154 <height>40</height>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
155 </size>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
156 </property>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
157 </spacer>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
158 </item>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
159 <item>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
160 <layout class="QHBoxLayout" name="horizontalLayout">
13659
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
161 <item>
14599
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
162 <widget class="QCheckBox" name="useCustomFileEditor">
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
163 <property name="enabled">
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
164 <bool>true</bool>
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="text">
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
167 <string>Use custom file editor:</string>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
168 </property>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
169 </widget>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
170 </item>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
171 <item>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
172 <widget class="QLineEdit" name="customFileEditor">
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
173 <property name="enabled">
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
174 <bool>false</bool>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
175 </property>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
176 <property name="text">
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
177 <string>emacs</string>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
178 </property>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
179 </widget>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
180 </item>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
181 </layout>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
182 </item>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
183 </layout>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
184 </widget>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
185 <widget class="QWidget" name="tab_5">
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
186 <attribute name="title">
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
187 <string>Terminal</string>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
188 </attribute>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
189 <layout class="QVBoxLayout" name="verticalLayout">
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
190 <item>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
191 <layout class="QHBoxLayout" name="horizontalLayout_5">
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
192 <item>
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
193 <widget class="QLabel" name="label_11">
13659
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
194 <property name="text">
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
195 <string>Font</string>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
196 </property>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
197 </widget>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
198 </item>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
199 <item>
14599
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
200 <widget class="QFontComboBox" name="terminal_fontName">
13659
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
201 <property name="editable">
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
202 <bool>false</bool>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
203 </property>
14662
6573ba8f094f Now only monospaced fonts can be selected in the settings window.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14599
diff changeset
204 <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
205 <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
206 </property>
13659
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>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
209 <item>
14599
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
210 <widget class="QLabel" name="label_12">
13659
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
211 <property name="text">
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
212 <string>Font Size</string>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
213 </property>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
214 </widget>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
215 </item>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
216 <item>
14599
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
217 <widget class="QSpinBox" name="terminal_fontSize">
13659
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
218 <property name="minimum">
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
219 <number>2</number>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
220 </property>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
221 <property name="maximum">
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
222 <number>96</number>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
223 </property>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
224 <property name="value">
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
225 <number>10</number>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
226 </property>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
227 </widget>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
228 </item>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
229 <item>
14599
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
230 <spacer name="horizontalSpacer_5">
13659
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
231 <property name="orientation">
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
232 <enum>Qt::Horizontal</enum>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
233 </property>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
234 <property name="sizeHint" stdset="0">
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
235 <size>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
236 <width>40</width>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
237 <height>20</height>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
238 </size>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
239 </property>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
240 </spacer>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
241 </item>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
242 </layout>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
243 </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
244 <item>
14599
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
245 <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
246 <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
247 <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
248 </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
249 <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
250 <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
251 <width>20</width>
14599
97cb9286919c Cleaned up code.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14588
diff changeset
252 <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
253 </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
254 </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
255 </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
256 </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
257 </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
258 </widget>
13536
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
259 <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
260 <attribute name="title">
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
261 <string>File Browser</string>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
262 </attribute>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
263 <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
264 <item>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
265 <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
266 <property name="text">
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
267 <string>Show filenames</string>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
268 </property>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
269 </widget>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
270 </item>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
271 <item>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
272 <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
273 <property name="text">
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
274 <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
275 </property>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
276 </widget>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
277 </item>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
278 <item>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
279 <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
280 <property name="text">
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
281 <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
282 </property>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
283 </widget>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
284 </item>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
285 <item>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
286 <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
287 <property name="text">
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
288 <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
289 </property>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
290 </widget>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
291 </item>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
292 <item>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
293 <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
294 <property name="text">
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
295 <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
296 </property>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
297 </widget>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
298 </item>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
299 <item>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
300 <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
301 <property name="text">
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
302 <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
303 </property>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
304 </widget>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
305 </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
306 <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
307 <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
308 <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
309 <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
310 </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
311 <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
312 <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
313 <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
314 <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
315 </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
316 </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
317 </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
318 </item>
13536
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
319 </layout>
869c62c15e95 Few minor improvements, added advanced settings for file browser.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13531
diff changeset
320 </widget>
13606
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
321 <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
322 <attribute name="title">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
323 <string>Network</string>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
324 </attribute>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
325 <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
326 <item>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
327 <widget class="QCheckBox" name="useProxyServer">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
328 <property name="text">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
329 <string>Use proxy server</string>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
330 </property>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
331 </widget>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
332 </item>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
333 <item>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
334 <layout class="QFormLayout" name="formLayout">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
335 <item row="0" column="0">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
336 <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
337 <property name="enabled">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
338 <bool>false</bool>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
339 </property>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
340 <property name="text">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
341 <string>Proxy Type:</string>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
342 </property>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
343 </widget>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
344 </item>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
345 <item row="0" column="1">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
346 <widget class="QComboBox" name="proxyType">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
347 <property name="enabled">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
348 <bool>false</bool>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
349 </property>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
350 <item>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
351 <property name="text">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
352 <string>HttpProxy</string>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
353 </property>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
354 </item>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
355 <item>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
356 <property name="text">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
357 <string>Socks5Proxy</string>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
358 </property>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
359 </item>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
360 </widget>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
361 </item>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
362 <item row="1" column="0">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
363 <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
364 <property name="enabled">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
365 <bool>false</bool>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
366 </property>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
367 <property name="text">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
368 <string>Hostname:</string>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
369 </property>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
370 </widget>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
371 </item>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
372 <item row="1" column="1">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
373 <widget class="QLineEdit" name="proxyHostName">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
374 <property name="enabled">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
375 <bool>false</bool>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
376 </property>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
377 </widget>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
378 </item>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
379 <item row="2" column="0">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
380 <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
381 <property name="enabled">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
382 <bool>false</bool>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
383 </property>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
384 <property name="text">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
385 <string>Port:</string>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
386 </property>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
387 </widget>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
388 </item>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
389 <item row="2" column="1">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
390 <widget class="QLineEdit" name="proxyPort">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
391 <property name="enabled">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
392 <bool>false</bool>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
393 </property>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
394 </widget>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
395 </item>
13609
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
396 <item row="3" column="0">
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
397 <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
398 <property name="enabled">
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
399 <bool>false</bool>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
400 </property>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
401 <property name="text">
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
402 <string>Username:</string>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
403 </property>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
404 </widget>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
405 </item>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
406 <item row="3" column="1">
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
407 <widget class="QLineEdit" name="proxyUserName">
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
408 <property name="enabled">
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
409 <bool>false</bool>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
410 </property>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
411 </widget>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
412 </item>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
413 <item row="4" column="0">
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
414 <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
415 <property name="enabled">
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
416 <bool>false</bool>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
417 </property>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
418 <property name="text">
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
419 <string>Password:</string>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
420 </property>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
421 </widget>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
422 </item>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
423 <item row="4" column="1">
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
424 <widget class="QLineEdit" name="proxyPassword">
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
425 <property name="enabled">
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
426 <bool>false</bool>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
427 </property>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
428 <property name="echoMode">
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
429 <enum>QLineEdit::Password</enum>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
430 </property>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
431 </widget>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
432 </item>
13606
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
433 </layout>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
434 </item>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
435 </layout>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
436 </widget>
13501
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
437 </widget>
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
438 </item>
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
439 </layout>
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
440 </widget>
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
441 <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
442 <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
443 <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
444 <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
445 <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
446 <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
447 <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
448 <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
449 <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
450 <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
451 <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
452 </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
453 <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
454 <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
455 <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
456 </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
457 </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
458 </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
459 <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
460 <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
461 <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
462 <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
463 <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
464 <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
465 <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
466 <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
467 <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
468 </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
469 <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
470 <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
471 <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
472 </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
473 </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
474 </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
475 <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
476 <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
477 <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
478 <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
479 <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
480 <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
481 <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
482 <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
483 <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
484 </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
485 <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
486 <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
487 <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
488 </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
489 </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
490 </connection>
13606
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
491 <connection>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
492 <sender>useProxyServer</sender>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
493 <signal>toggled(bool)</signal>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
494 <receiver>proxyType</receiver>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
495 <slot>setEnabled(bool)</slot>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
496 <hints>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
497 <hint type="sourcelabel">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
498 <x>249</x>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
499 <y>59</y>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
500 </hint>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
501 <hint type="destinationlabel">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
502 <x>291</x>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
503 <y>91</y>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
504 </hint>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
505 </hints>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
506 </connection>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
507 <connection>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
508 <sender>useProxyServer</sender>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
509 <signal>toggled(bool)</signal>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
510 <receiver>proxyHostName</receiver>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
511 <slot>setEnabled(bool)</slot>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
512 <hints>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
513 <hint type="sourcelabel">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
514 <x>249</x>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
515 <y>59</y>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
516 </hint>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
517 <hint type="destinationlabel">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
518 <x>291</x>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
519 <y>124</y>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
520 </hint>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
521 </hints>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
522 </connection>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
523 <connection>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
524 <sender>useProxyServer</sender>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
525 <signal>toggled(bool)</signal>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
526 <receiver>proxyPort</receiver>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
527 <slot>setEnabled(bool)</slot>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
528 <hints>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
529 <hint type="sourcelabel">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
530 <x>249</x>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
531 <y>59</y>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
532 </hint>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
533 <hint type="destinationlabel">
13659
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
534 <x>364</x>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
535 <y>154</y>
13606
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
536 </hint>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
537 </hints>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
538 </connection>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
539 <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
540 <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
541 <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
542 <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
543 <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
544 <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
545 <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
546 <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
547 <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
548 </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
549 <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
550 <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
551 <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
552 </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
553 </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
554 </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
555 <connection>
13606
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
556 <sender>useProxyServer</sender>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
557 <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
558 <receiver>label_7</receiver>
13606
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
559 <slot>setEnabled(bool)</slot>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
560 <hints>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
561 <hint type="sourcelabel">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
562 <x>249</x>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
563 <y>59</y>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
564 </hint>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
565 <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
566 <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
567 <y>212</y>
13606
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
568 </hint>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
569 </hints>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
570 </connection>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
571 <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
572 <sender>editor_showLineNumbers</sender>
13606
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
573 <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
574 <receiver>editor_showLineNumbers</receiver>
13606
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
575 <slot>setEnabled(bool)</slot>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
576 <hints>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
577 <hint type="sourcelabel">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
578 <x>249</x>
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
579 <y>87</y>
13606
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
580 </hint>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
581 <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
582 <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
583 <y>87</y>
13606
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
584 </hint>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
585 </hints>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
586 </connection>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
587 <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
588 <sender>editor_highlightCurrentLine</sender>
13606
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
589 <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
590 <receiver>editor_highlightCurrentLine</receiver>
13606
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
591 <slot>setEnabled(bool)</slot>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
592 <hints>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
593 <hint type="sourcelabel">
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
594 <x>249</x>
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
595 <y>112</y>
13606
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
596 </hint>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
597 <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
598 <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
599 <y>112</y>
13606
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
600 </hint>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
601 </hints>
ac9ef5a29460 Added proxy network settings tab and translators file.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13538
diff changeset
602 </connection>
13609
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
603 <connection>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
604 <sender>useProxyServer</sender>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
605 <signal>toggled(bool)</signal>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
606 <receiver>proxyUserName</receiver>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
607 <slot>setEnabled(bool)</slot>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
608 <hints>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
609 <hint type="sourcelabel">
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
610 <x>249</x>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
611 <y>59</y>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
612 </hint>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
613 <hint type="destinationlabel">
13659
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
614 <x>364</x>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
615 <y>184</y>
13609
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
616 </hint>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
617 </hints>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
618 </connection>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
619 <connection>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
620 <sender>useProxyServer</sender>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
621 <signal>toggled(bool)</signal>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
622 <receiver>proxyPassword</receiver>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
623 <slot>setEnabled(bool)</slot>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
624 <hints>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
625 <hint type="sourcelabel">
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
626 <x>249</x>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
627 <y>59</y>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
628 </hint>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
629 <hint type="destinationlabel">
13659
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
630 <x>364</x>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
631 <y>214</y>
13609
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
632 </hint>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
633 </hints>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
634 </connection>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
635 <connection>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
636 <sender>useProxyServer</sender>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
637 <signal>toggled(bool)</signal>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
638 <receiver>label_6</receiver>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
639 <slot>setEnabled(bool)</slot>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
640 <hints>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
641 <hint type="sourcelabel">
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
642 <x>249</x>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
643 <y>59</y>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
644 </hint>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
645 <hint type="destinationlabel">
13659
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
646 <x>68</x>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
647 <y>182</y>
13609
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
648 </hint>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
649 </hints>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
650 </connection>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
651 <connection>
13659
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
652 <sender>editor_codeCompletion</sender>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
653 <signal>toggled(bool)</signal>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
654 <receiver>editor_codeCompletion</receiver>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
655 <slot>setEnabled(bool)</slot>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
656 <hints>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
657 <hint type="sourcelabel">
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
658 <x>249</x>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
659 <y>137</y>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
660 </hint>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
661 <hint type="destinationlabel">
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
662 <x>249</x>
d98c6ef06dff included some editor setting into the setting dialog
ttl <ttl@justmail.de>
parents: 13609
diff changeset
663 <y>137</y>
13609
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
664 </hint>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
665 </hints>
b355901aade4 Added username and password field to proxy settings.
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 13606
diff changeset
666 </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
667 </connections>
13501
86d6c3b90ad7 Added new gui files.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
668 </ui>