src/eric7/Preferences/ConfigurationPages/InterfaceLightPage.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8876
2001accf55b3
child 9413
80c06d472826
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>InterfaceLightPage</class>
4 <widget class="QWidget" name="InterfaceLightPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>555</width>
10 <height>365</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout">
14 <item>
15 <widget class="QLabel" name="headerLabel">
16 <property name="text">
17 <string>&lt;b&gt;Configure User Interface&lt;/b&gt;</string>
18 </property>
19 </widget>
20 </item>
21 <item>
22 <widget class="Line" name="line9">
23 <property name="frameShape">
24 <enum>QFrame::HLine</enum>
25 </property>
26 <property name="frameShadow">
27 <enum>QFrame::Sunken</enum>
28 </property>
29 <property name="orientation">
30 <enum>Qt::Horizontal</enum>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <layout class="QGridLayout" name="gridLayout">
36 <item row="0" column="0">
37 <widget class="QLabel" name="label_2">
38 <property name="text">
39 <string>Style:</string>
40 </property>
41 </widget>
42 </item>
43 <item row="0" column="1">
44 <widget class="QComboBox" name="styleComboBox">
45 <property name="toolTip">
46 <string>Select the interface style</string>
47 </property>
48 </widget>
49 </item>
50 <item row="1" column="0">
51 <widget class="QLabel" name="label_3">
52 <property name="text">
53 <string>Style Sheet:</string>
54 </property>
55 </widget>
56 </item>
57 <item row="1" column="1">
58 <widget class="EricPathPicker" name="styleSheetPicker" native="true">
59 <property name="sizePolicy">
60 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
61 <horstretch>0</horstretch>
62 <verstretch>0</verstretch>
63 </sizepolicy>
64 </property>
65 <property name="focusPolicy">
66 <enum>Qt::StrongFocus</enum>
67 </property>
68 <property name="toolTip">
69 <string>Enter the path of the style sheet file</string>
70 </property>
71 </widget>
72 </item>
73 <item row="2" column="0">
74 <widget class="QLabel" name="label_6">
75 <property name="text">
76 <string>Style Icons Path:</string>
77 </property>
78 </widget>
79 </item>
80 <item row="2" column="1">
81 <widget class="EricPathPicker" name="styleIconsPathPicker" native="true">
82 <property name="sizePolicy">
83 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
84 <horstretch>0</horstretch>
85 <verstretch>0</verstretch>
86 </sizepolicy>
87 </property>
88 <property name="focusPolicy">
89 <enum>Qt::StrongFocus</enum>
90 </property>
91 <property name="toolTip">
92 <string>Enter the path to the icons used within the style sheet (empty for default)</string>
93 </property>
94 </widget>
95 </item>
96 </layout>
97 </item>
98 <item>
99 <widget class="Line" name="line9_2">
100 <property name="frameShape">
101 <enum>QFrame::HLine</enum>
102 </property>
103 <property name="frameShadow">
104 <enum>QFrame::Sunken</enum>
105 </property>
106 <property name="orientation">
107 <enum>Qt::Horizontal</enum>
108 </property>
109 </widget>
110 </item>
111 <item>
112 <widget class="QLabel" name="TextLabel1_2_2_2">
113 <property name="text">
114 <string>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; All settings below are activated at the next startup of the application.&lt;/font&gt;</string>
115 </property>
116 </widget>
117 </item>
118 <item>
119 <layout class="QHBoxLayout" name="horizontalLayout">
120 <item>
121 <widget class="QLabel" name="languageLabel">
122 <property name="sizePolicy">
123 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
124 <horstretch>0</horstretch>
125 <verstretch>0</verstretch>
126 </sizepolicy>
127 </property>
128 <property name="text">
129 <string>Language:</string>
130 </property>
131 <property name="buddy">
132 <cstring>languageComboBox</cstring>
133 </property>
134 </widget>
135 </item>
136 <item>
137 <widget class="QComboBox" name="languageComboBox">
138 <property name="sizePolicy">
139 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
140 <horstretch>0</horstretch>
141 <verstretch>0</verstretch>
142 </sizepolicy>
143 </property>
144 <property name="toolTip">
145 <string>Select the interface language.</string>
146 </property>
147 <property name="whatsThis">
148 <string>The interface language can be selected from this list. If &quot;system&quot; is selected, the interface language is determined by the system. The selection of &quot;none&quot; means, that the default language will be used.</string>
149 </property>
150 </widget>
151 </item>
152 </layout>
153 </item>
154 <item>
155 <spacer>
156 <property name="orientation">
157 <enum>Qt::Vertical</enum>
158 </property>
159 <property name="sizeHint" stdset="0">
160 <size>
161 <width>537</width>
162 <height>41</height>
163 </size>
164 </property>
165 </spacer>
166 </item>
167 </layout>
168 </widget>
169 <customwidgets>
170 <customwidget>
171 <class>EricPathPicker</class>
172 <extends>QWidget</extends>
173 <header>EricWidgets/EricPathPicker.h</header>
174 <container>1</container>
175 </customwidget>
176 </customwidgets>
177 <tabstops>
178 <tabstop>styleComboBox</tabstop>
179 <tabstop>styleSheetPicker</tabstop>
180 <tabstop>styleIconsPathPicker</tabstop>
181 </tabstops>
182 <resources/>
183 <connections/>
184 </ui>

eric ide

mercurial