|
1 <ui version="4.0" > |
|
2 <class>CodeMetricsDialog</class> |
|
3 <widget class="QDialog" name="CodeMetricsDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>832</width> |
|
9 <height>587</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Code Metrics</string> |
|
14 </property> |
|
15 <property name="whatsThis" > |
|
16 <string><b>Code Metrics</b> |
|
17 <p>This dialog shows some code metrics.</p></string> |
|
18 </property> |
|
19 <property name="sizeGripEnabled" > |
|
20 <bool>true</bool> |
|
21 </property> |
|
22 <layout class="QVBoxLayout" > |
|
23 <item> |
|
24 <widget class="QTreeWidget" name="resultList" > |
|
25 <property name="whatsThis" > |
|
26 <string><b>Code metrics</b> |
|
27 <p>This list shows some code metrics.</p></string> |
|
28 </property> |
|
29 <property name="alternatingRowColors" > |
|
30 <bool>true</bool> |
|
31 </property> |
|
32 <column> |
|
33 <property name="text" > |
|
34 <string>Name</string> |
|
35 </property> |
|
36 </column> |
|
37 <column> |
|
38 <property name="text" > |
|
39 <string>Start</string> |
|
40 </property> |
|
41 </column> |
|
42 <column> |
|
43 <property name="text" > |
|
44 <string>End</string> |
|
45 </property> |
|
46 </column> |
|
47 <column> |
|
48 <property name="text" > |
|
49 <string>Lines</string> |
|
50 </property> |
|
51 </column> |
|
52 <column> |
|
53 <property name="text" > |
|
54 <string>Lines of code</string> |
|
55 </property> |
|
56 </column> |
|
57 <column> |
|
58 <property name="text" > |
|
59 <string>Comments</string> |
|
60 </property> |
|
61 </column> |
|
62 <column> |
|
63 <property name="text" > |
|
64 <string>Empty</string> |
|
65 </property> |
|
66 </column> |
|
67 </widget> |
|
68 </item> |
|
69 <item> |
|
70 <widget class="QTreeWidget" name="summaryList" > |
|
71 <property name="sizePolicy" > |
|
72 <sizepolicy vsizetype="Preferred" hsizetype="Expanding" > |
|
73 <horstretch>0</horstretch> |
|
74 <verstretch>0</verstretch> |
|
75 </sizepolicy> |
|
76 </property> |
|
77 <property name="whatsThis" > |
|
78 <string><b>Summary</b> |
|
79 <p>This shows some overall code metrics.</p></string> |
|
80 </property> |
|
81 <property name="alternatingRowColors" > |
|
82 <bool>true</bool> |
|
83 </property> |
|
84 <column> |
|
85 <property name="text" > |
|
86 <string>Summary</string> |
|
87 </property> |
|
88 </column> |
|
89 <column> |
|
90 <property name="text" > |
|
91 <string>#</string> |
|
92 </property> |
|
93 </column> |
|
94 </widget> |
|
95 </item> |
|
96 <item> |
|
97 <widget class="QProgressBar" name="checkProgress" > |
|
98 <property name="toolTip" > |
|
99 <string>Shows the progress of the code metrics action</string> |
|
100 </property> |
|
101 <property name="value" > |
|
102 <number>0</number> |
|
103 </property> |
|
104 <property name="orientation" > |
|
105 <enum>Qt::Horizontal</enum> |
|
106 </property> |
|
107 </widget> |
|
108 </item> |
|
109 <item> |
|
110 <widget class="QDialogButtonBox" name="buttonBox" > |
|
111 <property name="orientation" > |
|
112 <enum>Qt::Horizontal</enum> |
|
113 </property> |
|
114 <property name="standardButtons" > |
|
115 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> |
|
116 </property> |
|
117 </widget> |
|
118 </item> |
|
119 </layout> |
|
120 </widget> |
|
121 <layoutdefault spacing="6" margin="6" /> |
|
122 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
123 <resources/> |
|
124 <connections/> |
|
125 </ui> |