|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>IsortFormattingDialog</class> |
|
4 <widget class="QDialog" name="IsortFormattingDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>700</width> |
|
10 <height>650</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Formatting Imports with isort</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
22 <item> |
|
23 <spacer name="horizontalSpacer_3"> |
|
24 <property name="orientation"> |
|
25 <enum>Qt::Horizontal</enum> |
|
26 </property> |
|
27 <property name="sizeHint" stdset="0"> |
|
28 <size> |
|
29 <width>40</width> |
|
30 <height>20</height> |
|
31 </size> |
|
32 </property> |
|
33 </spacer> |
|
34 </item> |
|
35 <item> |
|
36 <widget class="QLabel" name="label_2"> |
|
37 <property name="text"> |
|
38 <string>Status Filter:</string> |
|
39 </property> |
|
40 </widget> |
|
41 </item> |
|
42 <item> |
|
43 <widget class="QComboBox" name="statusFilterComboBox"> |
|
44 <property name="minimumSize"> |
|
45 <size> |
|
46 <width>150</width> |
|
47 <height>0</height> |
|
48 </size> |
|
49 </property> |
|
50 <property name="toolTip"> |
|
51 <string>Select the status of items to be shown (empty for all).</string> |
|
52 </property> |
|
53 <property name="sizeAdjustPolicy"> |
|
54 <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum> |
|
55 </property> |
|
56 </widget> |
|
57 </item> |
|
58 </layout> |
|
59 </item> |
|
60 <item> |
|
61 <widget class="QTreeWidget" name="resultsList"> |
|
62 <property name="alternatingRowColors"> |
|
63 <bool>true</bool> |
|
64 </property> |
|
65 <property name="rootIsDecorated"> |
|
66 <bool>false</bool> |
|
67 </property> |
|
68 <property name="itemsExpandable"> |
|
69 <bool>false</bool> |
|
70 </property> |
|
71 <property name="sortingEnabled"> |
|
72 <bool>true</bool> |
|
73 </property> |
|
74 <column> |
|
75 <property name="text"> |
|
76 <string>Status</string> |
|
77 </property> |
|
78 </column> |
|
79 <column> |
|
80 <property name="text"> |
|
81 <string>File Name</string> |
|
82 </property> |
|
83 </column> |
|
84 </widget> |
|
85 </item> |
|
86 <item> |
|
87 <widget class="QGroupBox" name="statisticsGroup"> |
|
88 <property name="title"> |
|
89 <string>Statistics</string> |
|
90 </property> |
|
91 <layout class="QGridLayout" name="gridLayout"> |
|
92 <item row="0" column="0"> |
|
93 <widget class="QLabel" name="label"> |
|
94 <property name="text"> |
|
95 <string>Total Files:</string> |
|
96 </property> |
|
97 </widget> |
|
98 </item> |
|
99 <item row="0" column="1"> |
|
100 <widget class="QLabel" name="totalCountLabel"> |
|
101 <property name="text"> |
|
102 <string notr="true">0</string> |
|
103 </property> |
|
104 <property name="alignment"> |
|
105 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
106 </property> |
|
107 </widget> |
|
108 </item> |
|
109 <item row="0" column="2"> |
|
110 <spacer name="horizontalSpacer"> |
|
111 <property name="orientation"> |
|
112 <enum>Qt::Horizontal</enum> |
|
113 </property> |
|
114 <property name="sizeHint" stdset="0"> |
|
115 <size> |
|
116 <width>183</width> |
|
117 <height>20</height> |
|
118 </size> |
|
119 </property> |
|
120 </spacer> |
|
121 </item> |
|
122 <item row="0" column="3"> |
|
123 <widget class="QLabel" name="label_3"> |
|
124 <property name="text"> |
|
125 <string>Skipped</string> |
|
126 </property> |
|
127 </widget> |
|
128 </item> |
|
129 <item row="0" column="4"> |
|
130 <widget class="QLabel" name="skippedCountLabel"> |
|
131 <property name="text"> |
|
132 <string notr="true">0</string> |
|
133 </property> |
|
134 <property name="alignment"> |
|
135 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
136 </property> |
|
137 </widget> |
|
138 </item> |
|
139 <item row="0" column="5"> |
|
140 <spacer name="horizontalSpacer_2"> |
|
141 <property name="orientation"> |
|
142 <enum>Qt::Horizontal</enum> |
|
143 </property> |
|
144 <property name="sizeHint" stdset="0"> |
|
145 <size> |
|
146 <width>182</width> |
|
147 <height>20</height> |
|
148 </size> |
|
149 </property> |
|
150 </spacer> |
|
151 </item> |
|
152 <item row="0" column="6"> |
|
153 <widget class="QLabel" name="label_5"> |
|
154 <property name="text"> |
|
155 <string>Failures:</string> |
|
156 </property> |
|
157 </widget> |
|
158 </item> |
|
159 <item row="0" column="7"> |
|
160 <widget class="QLabel" name="failuresCountLabel"> |
|
161 <property name="text"> |
|
162 <string notr="true">0</string> |
|
163 </property> |
|
164 <property name="alignment"> |
|
165 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
166 </property> |
|
167 </widget> |
|
168 </item> |
|
169 <item row="1" column="0"> |
|
170 <widget class="QLabel" name="label_6"> |
|
171 <property name="text"> |
|
172 <string>Processed:</string> |
|
173 </property> |
|
174 </widget> |
|
175 </item> |
|
176 <item row="1" column="1"> |
|
177 <widget class="QLabel" name="processedCountLabel"> |
|
178 <property name="text"> |
|
179 <string notr="true">0</string> |
|
180 </property> |
|
181 <property name="alignment"> |
|
182 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
183 </property> |
|
184 </widget> |
|
185 </item> |
|
186 <item row="1" column="3"> |
|
187 <widget class="QLabel" name="reformattedLabel"> |
|
188 <property name="text"> |
|
189 <string>Resorted</string> |
|
190 </property> |
|
191 </widget> |
|
192 </item> |
|
193 <item row="1" column="4"> |
|
194 <widget class="QLabel" name="reformattedCountLabel"> |
|
195 <property name="text"> |
|
196 <string notr="true">0</string> |
|
197 </property> |
|
198 <property name="alignment"> |
|
199 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
200 </property> |
|
201 </widget> |
|
202 </item> |
|
203 <item row="1" column="6"> |
|
204 <widget class="QLabel" name="label_4"> |
|
205 <property name="text"> |
|
206 <string>Unchanged:</string> |
|
207 </property> |
|
208 </widget> |
|
209 </item> |
|
210 <item row="1" column="7"> |
|
211 <widget class="QLabel" name="unchangedCountLabel"> |
|
212 <property name="text"> |
|
213 <string notr="true">0</string> |
|
214 </property> |
|
215 <property name="alignment"> |
|
216 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
217 </property> |
|
218 </widget> |
|
219 </item> |
|
220 </layout> |
|
221 </widget> |
|
222 </item> |
|
223 <item> |
|
224 <widget class="QProgressBar" name="progressBar"> |
|
225 <property name="format"> |
|
226 <string>%v/%m Files</string> |
|
227 </property> |
|
228 </widget> |
|
229 </item> |
|
230 <item> |
|
231 <widget class="QDialogButtonBox" name="buttonBox"> |
|
232 <property name="orientation"> |
|
233 <enum>Qt::Horizontal</enum> |
|
234 </property> |
|
235 <property name="standardButtons"> |
|
236 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> |
|
237 </property> |
|
238 </widget> |
|
239 </item> |
|
240 </layout> |
|
241 </widget> |
|
242 <tabstops> |
|
243 <tabstop>resultsList</tabstop> |
|
244 <tabstop>statusFilterComboBox</tabstop> |
|
245 </tabstops> |
|
246 <resources/> |
|
247 <connections/> |
|
248 </ui> |