eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.ui

branch
eric7
changeset 8312
800c432b34c8
parent 8206
adf11836cfce
equal deleted inserted replaced
8311:4e8b98454baa 8312:800c432b34c8
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>Code</string>
31 </property>
32 </column>
33 <column>
34 <property name="text">
35 <string>Open</string>
36 </property>
37 </column>
38 <column>
39 <property name="text">
40 <string>Ignored</string>
41 </property>
42 </column>
43 <column>
44 <property name="text">
45 <string>Message</string>
46 </property>
47 </column>
48 </widget>
49 </item>
50 <item>
51 <layout class="QGridLayout" name="gridLayout">
52 <item row="0" column="0">
53 <widget class="QLabel" name="filesChecked"/>
54 </item>
55 <item row="0" column="1">
56 <widget class="QLabel" name="filesIssues"/>
57 </item>
58 <item row="1" column="0">
59 <widget class="QLabel" name="totalIssues"/>
60 </item>
61 <item row="1" column="1">
62 <widget class="QLabel" name="ignoredIssues"/>
63 </item>
64 <item row="2" column="0">
65 <widget class="QLabel" name="fixedIssues"/>
66 </item>
67 <item row="2" column="1">
68 <widget class="QLabel" name="securityOk"/>
69 </item>
70 </layout>
71 </item>
72 <item>
73 <widget class="QDialogButtonBox" name="buttonBox">
74 <property name="orientation">
75 <enum>Qt::Horizontal</enum>
76 </property>
77 <property name="standardButtons">
78 <set>QDialogButtonBox::Close</set>
79 </property>
80 </widget>
81 </item>
82 </layout>
83 </widget>
84 <tabstops>
85 <tabstop>statisticsList</tabstop>
86 <tabstop>buttonBox</tabstop>
87 </tabstops>
88 <resources/>
89 <connections>
90 <connection>
91 <sender>buttonBox</sender>
92 <signal>accepted()</signal>
93 <receiver>CodeStyleStatisticsDialog</receiver>
94 <slot>accept()</slot>
95 <hints>
96 <hint type="sourcelabel">
97 <x>248</x>
98 <y>254</y>
99 </hint>
100 <hint type="destinationlabel">
101 <x>157</x>
102 <y>274</y>
103 </hint>
104 </hints>
105 </connection>
106 <connection>
107 <sender>buttonBox</sender>
108 <signal>rejected()</signal>
109 <receiver>CodeStyleStatisticsDialog</receiver>
110 <slot>reject()</slot>
111 <hints>
112 <hint type="sourcelabel">
113 <x>316</x>
114 <y>260</y>
115 </hint>
116 <hint type="destinationlabel">
117 <x>286</x>
118 <y>274</y>
119 </hint>
120 </hints>
121 </connection>
122 </connections>
123 </ui>

eric ide

mercurial