|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>EditorLanguageTabIndentOverrideDialog</class> |
|
4 <widget class="QDialog" name="EditorLanguageTabIndentOverrideDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>400</width> |
|
10 <height>145</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Tab and Indent Override</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QGridLayout" name="gridLayout"> |
|
20 <item row="0" column="0"> |
|
21 <widget class="QLabel" name="label"> |
|
22 <property name="text"> |
|
23 <string>Lexer Language:</string> |
|
24 </property> |
|
25 </widget> |
|
26 </item> |
|
27 <item row="0" column="1" colspan="2"> |
|
28 <widget class="QComboBox" name="languageComboBox"> |
|
29 <property name="sizePolicy"> |
|
30 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
31 <horstretch>0</horstretch> |
|
32 <verstretch>0</verstretch> |
|
33 </sizepolicy> |
|
34 </property> |
|
35 <property name="toolTip"> |
|
36 <string>Select the lexer language to override</string> |
|
37 </property> |
|
38 </widget> |
|
39 </item> |
|
40 <item row="1" column="0"> |
|
41 <widget class="QLabel" name="pygmentsLabel"> |
|
42 <property name="text"> |
|
43 <string>Alternative Lexer:</string> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item row="1" column="1" colspan="2"> |
|
48 <widget class="QComboBox" name="pygmentsLexerCombo"> |
|
49 <property name="toolTip"> |
|
50 <string>Select the alternative lexer to override</string> |
|
51 </property> |
|
52 </widget> |
|
53 </item> |
|
54 <item row="2" column="0"> |
|
55 <widget class="QLabel" name="label_2"> |
|
56 <property name="text"> |
|
57 <string>Tab Width:</string> |
|
58 </property> |
|
59 </widget> |
|
60 </item> |
|
61 <item row="2" column="1"> |
|
62 <widget class="QSpinBox" name="tabWidthSpinBox"> |
|
63 <property name="toolTip"> |
|
64 <string>Enter the tab width</string> |
|
65 </property> |
|
66 <property name="alignment"> |
|
67 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
68 </property> |
|
69 <property name="minimum"> |
|
70 <number>1</number> |
|
71 </property> |
|
72 <property name="maximum"> |
|
73 <number>20</number> |
|
74 </property> |
|
75 </widget> |
|
76 </item> |
|
77 <item row="2" column="2"> |
|
78 <spacer name="horizontalSpacer"> |
|
79 <property name="orientation"> |
|
80 <enum>Qt::Horizontal</enum> |
|
81 </property> |
|
82 <property name="sizeHint" stdset="0"> |
|
83 <size> |
|
84 <width>208</width> |
|
85 <height>20</height> |
|
86 </size> |
|
87 </property> |
|
88 </spacer> |
|
89 </item> |
|
90 <item row="3" column="0"> |
|
91 <widget class="QLabel" name="TextLabel13_2_3"> |
|
92 <property name="text"> |
|
93 <string>Indentation width:</string> |
|
94 </property> |
|
95 </widget> |
|
96 </item> |
|
97 <item row="3" column="1"> |
|
98 <widget class="QSpinBox" name="indentWidthSpinBox"> |
|
99 <property name="toolTip"> |
|
100 <string>Enter the indentation width</string> |
|
101 </property> |
|
102 <property name="alignment"> |
|
103 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
104 </property> |
|
105 <property name="minimum"> |
|
106 <number>1</number> |
|
107 </property> |
|
108 <property name="maximum"> |
|
109 <number>20</number> |
|
110 </property> |
|
111 </widget> |
|
112 </item> |
|
113 <item row="3" column="2"> |
|
114 <spacer name="horizontalSpacer_2"> |
|
115 <property name="orientation"> |
|
116 <enum>Qt::Horizontal</enum> |
|
117 </property> |
|
118 <property name="sizeHint" stdset="0"> |
|
119 <size> |
|
120 <width>208</width> |
|
121 <height>20</height> |
|
122 </size> |
|
123 </property> |
|
124 </spacer> |
|
125 </item> |
|
126 <item row="4" column="0" colspan="3"> |
|
127 <widget class="QDialogButtonBox" name="buttonBox"> |
|
128 <property name="orientation"> |
|
129 <enum>Qt::Horizontal</enum> |
|
130 </property> |
|
131 <property name="standardButtons"> |
|
132 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
133 </property> |
|
134 </widget> |
|
135 </item> |
|
136 </layout> |
|
137 </widget> |
|
138 <tabstops> |
|
139 <tabstop>languageComboBox</tabstop> |
|
140 <tabstop>pygmentsLexerCombo</tabstop> |
|
141 <tabstop>tabWidthSpinBox</tabstop> |
|
142 <tabstop>indentWidthSpinBox</tabstop> |
|
143 </tabstops> |
|
144 <resources/> |
|
145 <connections> |
|
146 <connection> |
|
147 <sender>buttonBox</sender> |
|
148 <signal>accepted()</signal> |
|
149 <receiver>EditorLanguageTabIndentOverrideDialog</receiver> |
|
150 <slot>accept()</slot> |
|
151 <hints> |
|
152 <hint type="sourcelabel"> |
|
153 <x>248</x> |
|
154 <y>254</y> |
|
155 </hint> |
|
156 <hint type="destinationlabel"> |
|
157 <x>157</x> |
|
158 <y>274</y> |
|
159 </hint> |
|
160 </hints> |
|
161 </connection> |
|
162 <connection> |
|
163 <sender>buttonBox</sender> |
|
164 <signal>rejected()</signal> |
|
165 <receiver>EditorLanguageTabIndentOverrideDialog</receiver> |
|
166 <slot>reject()</slot> |
|
167 <hints> |
|
168 <hint type="sourcelabel"> |
|
169 <x>316</x> |
|
170 <y>260</y> |
|
171 </hint> |
|
172 <hint type="destinationlabel"> |
|
173 <x>286</x> |
|
174 <y>274</y> |
|
175 </hint> |
|
176 </hints> |
|
177 </connection> |
|
178 </connections> |
|
179 </ui> |