|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>CodeStyleStatisticsDialog</class> |
|
4 <widget class="QDialog" name="CodeStyleStatisticsDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>531</width> |
|
10 <height>372</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Code Style Checker Statistics</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout"> |
|
17 <item> |
|
18 <widget class="QTreeWidget" name="statisticsList"> |
|
19 <property name="alternatingRowColors"> |
|
20 <bool>true</bool> |
|
21 </property> |
|
22 <property name="rootIsDecorated"> |
|
23 <bool>false</bool> |
|
24 </property> |
|
25 <property name="wordWrap"> |
|
26 <bool>true</bool> |
|
27 </property> |
|
28 <column> |
|
29 <property name="text"> |
|
30 <string>Count</string> |
|
31 </property> |
|
32 </column> |
|
33 <column> |
|
34 <property name="text"> |
|
35 <string>Code</string> |
|
36 </property> |
|
37 </column> |
|
38 <column> |
|
39 <property name="text"> |
|
40 <string>Message</string> |
|
41 </property> |
|
42 </column> |
|
43 </widget> |
|
44 </item> |
|
45 <item> |
|
46 <layout class="QGridLayout" name="gridLayout"> |
|
47 <item row="0" column="0"> |
|
48 <widget class="QLabel" name="filesChecked"/> |
|
49 </item> |
|
50 <item row="0" column="1"> |
|
51 <widget class="QLabel" name="filesIssues"/> |
|
52 </item> |
|
53 <item row="1" column="0"> |
|
54 <widget class="QLabel" name="totalIssues"/> |
|
55 </item> |
|
56 <item row="1" column="1"> |
|
57 <widget class="QLabel" name="ignoredIssues"/> |
|
58 </item> |
|
59 <item row="2" column="0"> |
|
60 <widget class="QLabel" name="fixedIssues"/> |
|
61 </item> |
|
62 </layout> |
|
63 </item> |
|
64 <item> |
|
65 <widget class="QDialogButtonBox" name="buttonBox"> |
|
66 <property name="orientation"> |
|
67 <enum>Qt::Horizontal</enum> |
|
68 </property> |
|
69 <property name="standardButtons"> |
|
70 <set>QDialogButtonBox::Close</set> |
|
71 </property> |
|
72 </widget> |
|
73 </item> |
|
74 </layout> |
|
75 </widget> |
|
76 <tabstops> |
|
77 <tabstop>statisticsList</tabstop> |
|
78 <tabstop>buttonBox</tabstop> |
|
79 </tabstops> |
|
80 <resources/> |
|
81 <connections> |
|
82 <connection> |
|
83 <sender>buttonBox</sender> |
|
84 <signal>accepted()</signal> |
|
85 <receiver>CodeStyleStatisticsDialog</receiver> |
|
86 <slot>accept()</slot> |
|
87 <hints> |
|
88 <hint type="sourcelabel"> |
|
89 <x>248</x> |
|
90 <y>254</y> |
|
91 </hint> |
|
92 <hint type="destinationlabel"> |
|
93 <x>157</x> |
|
94 <y>274</y> |
|
95 </hint> |
|
96 </hints> |
|
97 </connection> |
|
98 <connection> |
|
99 <sender>buttonBox</sender> |
|
100 <signal>rejected()</signal> |
|
101 <receiver>CodeStyleStatisticsDialog</receiver> |
|
102 <slot>reject()</slot> |
|
103 <hints> |
|
104 <hint type="sourcelabel"> |
|
105 <x>316</x> |
|
106 <y>260</y> |
|
107 </hint> |
|
108 <hint type="destinationlabel"> |
|
109 <x>286</x> |
|
110 <y>274</y> |
|
111 </hint> |
|
112 </hints> |
|
113 </connection> |
|
114 </connections> |
|
115 </ui> |