Plugins/CheckerPlugins/Pep8/CodeStyleStatisticsDialog.ui

changeset 2972
ae58d4b2562e
parent 2912
9ff696796092
equal deleted inserted replaced
2971:efd4a4343019 2972:ae58d4b2562e
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 <property name="text">
50 <string/>
51 </property>
52 </widget>
53 </item>
54 <item row="0" column="1">
55 <widget class="QLabel" name="filesIssues">
56 <property name="text">
57 <string/>
58 </property>
59 </widget>
60 </item>
61 <item row="1" column="0">
62 <widget class="QLabel" name="totalIssues">
63 <property name="text">
64 <string/>
65 </property>
66 </widget>
67 </item>
68 <item row="1" column="1">
69 <widget class="QLabel" name="fixedIssues">
70 <property name="text">
71 <string/>
72 </property>
73 </widget>
74 </item>
75 </layout>
76 </item>
77 <item>
78 <widget class="QDialogButtonBox" name="buttonBox">
79 <property name="orientation">
80 <enum>Qt::Horizontal</enum>
81 </property>
82 <property name="standardButtons">
83 <set>QDialogButtonBox::Close</set>
84 </property>
85 </widget>
86 </item>
87 </layout>
88 </widget>
89 <tabstops>
90 <tabstop>statisticsList</tabstop>
91 <tabstop>buttonBox</tabstop>
92 </tabstops>
93 <resources/>
94 <connections>
95 <connection>
96 <sender>buttonBox</sender>
97 <signal>accepted()</signal>
98 <receiver>CodeStyleStatisticsDialog</receiver>
99 <slot>accept()</slot>
100 <hints>
101 <hint type="sourcelabel">
102 <x>248</x>
103 <y>254</y>
104 </hint>
105 <hint type="destinationlabel">
106 <x>157</x>
107 <y>274</y>
108 </hint>
109 </hints>
110 </connection>
111 <connection>
112 <sender>buttonBox</sender>
113 <signal>rejected()</signal>
114 <receiver>CodeStyleStatisticsDialog</receiver>
115 <slot>reject()</slot>
116 <hints>
117 <hint type="sourcelabel">
118 <x>316</x>
119 <y>260</y>
120 </hint>
121 <hint type="destinationlabel">
122 <x>286</x>
123 <y>274</y>
124 </hint>
125 </hints>
126 </connection>
127 </connections>
128 </ui>

eric ide

mercurial