|
1 <ui version="4.0" > |
|
2 <class>ViewmanagerPage</class> |
|
3 <widget class="QWidget" name="ViewmanagerPage" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>406</width> |
|
9 <height>315</height> |
|
10 </rect> |
|
11 </property> |
|
12 <layout class="QVBoxLayout" > |
|
13 <item> |
|
14 <widget class="QLabel" name="headerLabel" > |
|
15 <property name="text" > |
|
16 <string><b>Configure viewmanager</b></string> |
|
17 </property> |
|
18 </widget> |
|
19 </item> |
|
20 <item> |
|
21 <widget class="Line" name="line9_2" > |
|
22 <property name="frameShape" > |
|
23 <enum>QFrame::HLine</enum> |
|
24 </property> |
|
25 <property name="frameShadow" > |
|
26 <enum>QFrame::Sunken</enum> |
|
27 </property> |
|
28 <property name="orientation" > |
|
29 <enum>Qt::Horizontal</enum> |
|
30 </property> |
|
31 </widget> |
|
32 </item> |
|
33 <item> |
|
34 <widget class="QLabel" name="TextLabel1_2_2_2_3" > |
|
35 <property name="text" > |
|
36 <string><font color="#FF0000"><b>Note:</b> This setting is activated at the next startup of the application.</font></string> |
|
37 </property> |
|
38 </widget> |
|
39 </item> |
|
40 <item> |
|
41 <layout class="QHBoxLayout" > |
|
42 <item> |
|
43 <widget class="QLabel" name="windowLabel" > |
|
44 <property name="text" > |
|
45 <string>Window view:</string> |
|
46 </property> |
|
47 <property name="buddy" > |
|
48 <cstring>windowComboBox</cstring> |
|
49 </property> |
|
50 </widget> |
|
51 </item> |
|
52 <item> |
|
53 <widget class="QComboBox" name="windowComboBox" > |
|
54 <property name="sizePolicy" > |
|
55 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > |
|
56 <horstretch>0</horstretch> |
|
57 <verstretch>0</verstretch> |
|
58 </sizepolicy> |
|
59 </property> |
|
60 <property name="toolTip" > |
|
61 <string>Select the window view type.</string> |
|
62 </property> |
|
63 <property name="whatsThis" > |
|
64 <string>The kind of window view can be selected from this list. The picture below gives an example of the selected view type.</string> |
|
65 </property> |
|
66 </widget> |
|
67 </item> |
|
68 </layout> |
|
69 </item> |
|
70 <item> |
|
71 <widget class="QLabel" name="previewPixmap" > |
|
72 <property name="toolTip" > |
|
73 <string>Preview of selected window view</string> |
|
74 </property> |
|
75 <property name="whatsThis" > |
|
76 <string>This displays a small preview of the selected window view. This is the way the source windows are displayed in the application.</string> |
|
77 </property> |
|
78 <property name="pixmap" > |
|
79 <pixmap/> |
|
80 </property> |
|
81 <property name="scaledContents" > |
|
82 <bool>false</bool> |
|
83 </property> |
|
84 <property name="alignment" > |
|
85 <set>Qt::AlignCenter</set> |
|
86 </property> |
|
87 </widget> |
|
88 </item> |
|
89 <item> |
|
90 <widget class="Line" name="line" > |
|
91 <property name="orientation" > |
|
92 <enum>Qt::Horizontal</enum> |
|
93 </property> |
|
94 </widget> |
|
95 </item> |
|
96 <item> |
|
97 <widget class="QGroupBox" name="tabViewGroupBox" > |
|
98 <property name="enabled" > |
|
99 <bool>false</bool> |
|
100 </property> |
|
101 <property name="title" > |
|
102 <string>Tabbed View</string> |
|
103 </property> |
|
104 <layout class="QVBoxLayout" > |
|
105 <item> |
|
106 <layout class="QHBoxLayout" > |
|
107 <item> |
|
108 <widget class="QLabel" name="filenameLengthLabel" > |
|
109 <property name="text" > |
|
110 <string>Filename Length of Tab:</string> |
|
111 </property> |
|
112 </widget> |
|
113 </item> |
|
114 <item> |
|
115 <widget class="QSpinBox" name="filenameLengthSpinBox" > |
|
116 <property name="toolTip" > |
|
117 <string>Enter the number of characters to be shown in the tab.</string> |
|
118 </property> |
|
119 <property name="minimum" > |
|
120 <number>1</number> |
|
121 </property> |
|
122 <property name="maximum" > |
|
123 <number>100</number> |
|
124 </property> |
|
125 <property name="value" > |
|
126 <number>40</number> |
|
127 </property> |
|
128 </widget> |
|
129 </item> |
|
130 <item> |
|
131 <spacer> |
|
132 <property name="orientation" > |
|
133 <enum>Qt::Horizontal</enum> |
|
134 </property> |
|
135 <property name="sizeHint" stdset="0" > |
|
136 <size> |
|
137 <width>81</width> |
|
138 <height>20</height> |
|
139 </size> |
|
140 </property> |
|
141 </spacer> |
|
142 </item> |
|
143 </layout> |
|
144 </item> |
|
145 <item> |
|
146 <widget class="QCheckBox" name="filenameOnlyCheckBox" > |
|
147 <property name="toolTip" > |
|
148 <string>Select to display the filename only</string> |
|
149 </property> |
|
150 <property name="text" > |
|
151 <string>Show filename only</string> |
|
152 </property> |
|
153 </widget> |
|
154 </item> |
|
155 </layout> |
|
156 </widget> |
|
157 </item> |
|
158 <item> |
|
159 <widget class="QGroupBox" name="groupBox_7" > |
|
160 <property name="title" > |
|
161 <string>Recent Files</string> |
|
162 </property> |
|
163 <layout class="QHBoxLayout" > |
|
164 <item> |
|
165 <widget class="QLabel" name="label" > |
|
166 <property name="text" > |
|
167 <string>Number of recent files:</string> |
|
168 </property> |
|
169 </widget> |
|
170 </item> |
|
171 <item> |
|
172 <widget class="QSpinBox" name="recentFilesSpinBox" > |
|
173 <property name="toolTip" > |
|
174 <string>Enter the number of recent files to remember</string> |
|
175 </property> |
|
176 <property name="alignment" > |
|
177 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
178 </property> |
|
179 <property name="minimum" > |
|
180 <number>5</number> |
|
181 </property> |
|
182 <property name="maximum" > |
|
183 <number>50</number> |
|
184 </property> |
|
185 </widget> |
|
186 </item> |
|
187 <item> |
|
188 <spacer> |
|
189 <property name="orientation" > |
|
190 <enum>Qt::Horizontal</enum> |
|
191 </property> |
|
192 <property name="sizeHint" stdset="0" > |
|
193 <size> |
|
194 <width>40</width> |
|
195 <height>20</height> |
|
196 </size> |
|
197 </property> |
|
198 </spacer> |
|
199 </item> |
|
200 </layout> |
|
201 </widget> |
|
202 </item> |
|
203 <item> |
|
204 <spacer> |
|
205 <property name="orientation" > |
|
206 <enum>Qt::Vertical</enum> |
|
207 </property> |
|
208 <property name="sizeHint" stdset="0" > |
|
209 <size> |
|
210 <width>388</width> |
|
211 <height>20</height> |
|
212 </size> |
|
213 </property> |
|
214 </spacer> |
|
215 </item> |
|
216 </layout> |
|
217 </widget> |
|
218 <resources/> |
|
219 <connections/> |
|
220 </ui> |