|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>BlackFormattingDialog</class> |
|
4 <widget class="QDialog" name="BlackFormattingDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>700</width> |
|
10 <height>600</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Code Formatting with Black</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <widget class="QTreeWidget" name="resultsList"> |
|
22 <property name="alternatingRowColors"> |
|
23 <bool>true</bool> |
|
24 </property> |
|
25 <property name="rootIsDecorated"> |
|
26 <bool>false</bool> |
|
27 </property> |
|
28 <property name="itemsExpandable"> |
|
29 <bool>false</bool> |
|
30 </property> |
|
31 <property name="sortingEnabled"> |
|
32 <bool>true</bool> |
|
33 </property> |
|
34 <column> |
|
35 <property name="text"> |
|
36 <string>Status</string> |
|
37 </property> |
|
38 </column> |
|
39 <column> |
|
40 <property name="text"> |
|
41 <string>File Name</string> |
|
42 </property> |
|
43 </column> |
|
44 </widget> |
|
45 </item> |
|
46 <item> |
|
47 <widget class="QGroupBox" name="groupBox"> |
|
48 <property name="title"> |
|
49 <string>Statistics</string> |
|
50 </property> |
|
51 <layout class="QGridLayout" name="gridLayout"> |
|
52 <item row="0" column="0"> |
|
53 <widget class="QLabel" name="label"> |
|
54 <property name="text"> |
|
55 <string>Total Files:</string> |
|
56 </property> |
|
57 </widget> |
|
58 </item> |
|
59 <item row="0" column="1"> |
|
60 <widget class="QLabel" name="totalCountLabel"> |
|
61 <property name="text"> |
|
62 <string notr="true">0</string> |
|
63 </property> |
|
64 <property name="alignment"> |
|
65 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
66 </property> |
|
67 </widget> |
|
68 </item> |
|
69 <item row="0" column="2"> |
|
70 <spacer name="horizontalSpacer"> |
|
71 <property name="orientation"> |
|
72 <enum>Qt::Horizontal</enum> |
|
73 </property> |
|
74 <property name="sizeHint" stdset="0"> |
|
75 <size> |
|
76 <width>183</width> |
|
77 <height>20</height> |
|
78 </size> |
|
79 </property> |
|
80 </spacer> |
|
81 </item> |
|
82 <item row="0" column="3"> |
|
83 <widget class="QLabel" name="label_3"> |
|
84 <property name="text"> |
|
85 <string>Excluded:</string> |
|
86 </property> |
|
87 </widget> |
|
88 </item> |
|
89 <item row="0" column="4"> |
|
90 <widget class="QLabel" name="excludedCountLabel"> |
|
91 <property name="text"> |
|
92 <string notr="true">0</string> |
|
93 </property> |
|
94 <property name="alignment"> |
|
95 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
96 </property> |
|
97 </widget> |
|
98 </item> |
|
99 <item row="0" column="5"> |
|
100 <spacer name="horizontalSpacer_2"> |
|
101 <property name="orientation"> |
|
102 <enum>Qt::Horizontal</enum> |
|
103 </property> |
|
104 <property name="sizeHint" stdset="0"> |
|
105 <size> |
|
106 <width>182</width> |
|
107 <height>20</height> |
|
108 </size> |
|
109 </property> |
|
110 </spacer> |
|
111 </item> |
|
112 <item row="0" column="6"> |
|
113 <widget class="QLabel" name="label_5"> |
|
114 <property name="text"> |
|
115 <string>Failures:</string> |
|
116 </property> |
|
117 </widget> |
|
118 </item> |
|
119 <item row="0" column="7"> |
|
120 <widget class="QLabel" name="failuresCountLabel"> |
|
121 <property name="text"> |
|
122 <string notr="true">0</string> |
|
123 </property> |
|
124 <property name="alignment"> |
|
125 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
126 </property> |
|
127 </widget> |
|
128 </item> |
|
129 <item row="1" column="0"> |
|
130 <widget class="QLabel" name="label_6"> |
|
131 <property name="text"> |
|
132 <string>Processed:</string> |
|
133 </property> |
|
134 </widget> |
|
135 </item> |
|
136 <item row="1" column="1"> |
|
137 <widget class="QLabel" name="processedCountLabel"> |
|
138 <property name="text"> |
|
139 <string notr="true">0</string> |
|
140 </property> |
|
141 <property name="alignment"> |
|
142 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
143 </property> |
|
144 </widget> |
|
145 </item> |
|
146 <item row="1" column="3"> |
|
147 <widget class="QLabel" name="reformattedLabel"> |
|
148 <property name="text"> |
|
149 <string>Reformatted:</string> |
|
150 </property> |
|
151 </widget> |
|
152 </item> |
|
153 <item row="1" column="4"> |
|
154 <widget class="QLabel" name="reformattedCountLabel"> |
|
155 <property name="text"> |
|
156 <string notr="true">0</string> |
|
157 </property> |
|
158 <property name="alignment"> |
|
159 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
160 </property> |
|
161 </widget> |
|
162 </item> |
|
163 <item row="1" column="6"> |
|
164 <widget class="QLabel" name="label_4"> |
|
165 <property name="text"> |
|
166 <string>Unchanged:</string> |
|
167 </property> |
|
168 </widget> |
|
169 </item> |
|
170 <item row="1" column="7"> |
|
171 <widget class="QLabel" name="unchangedCountLabel"> |
|
172 <property name="text"> |
|
173 <string notr="true">0</string> |
|
174 </property> |
|
175 <property name="alignment"> |
|
176 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
177 </property> |
|
178 </widget> |
|
179 </item> |
|
180 </layout> |
|
181 </widget> |
|
182 </item> |
|
183 <item> |
|
184 <widget class="QProgressBar" name="progressBar"> |
|
185 <property name="format"> |
|
186 <string>%v/%m Files</string> |
|
187 </property> |
|
188 </widget> |
|
189 </item> |
|
190 <item> |
|
191 <widget class="QDialogButtonBox" name="buttonBox"> |
|
192 <property name="orientation"> |
|
193 <enum>Qt::Horizontal</enum> |
|
194 </property> |
|
195 <property name="standardButtons"> |
|
196 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> |
|
197 </property> |
|
198 </widget> |
|
199 </item> |
|
200 </layout> |
|
201 </widget> |
|
202 <resources/> |
|
203 <connections/> |
|
204 </ui> |