|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>CodeMetricsDialog</class> |
|
4 <widget class="QDialog" name="CodeMetricsDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>832</width> |
|
10 <height>587</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Code Metrics</string> |
|
15 </property> |
|
16 <property name="whatsThis"> |
|
17 <string><b>Code Metrics</b> |
|
18 <p>This dialog shows some code metrics.</p></string> |
|
19 </property> |
|
20 <property name="sizeGripEnabled"> |
|
21 <bool>true</bool> |
|
22 </property> |
|
23 <layout class="QVBoxLayout" name="verticalLayout"> |
|
24 <item> |
|
25 <widget class="QFrame" name="filterFrame"> |
|
26 <property name="frameShape"> |
|
27 <enum>QFrame::NoFrame</enum> |
|
28 </property> |
|
29 <property name="frameShadow"> |
|
30 <enum>QFrame::Raised</enum> |
|
31 </property> |
|
32 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
33 <property name="margin"> |
|
34 <number>0</number> |
|
35 </property> |
|
36 <item> |
|
37 <widget class="QLabel" name="label_2"> |
|
38 <property name="text"> |
|
39 <string>Exclude Files:</string> |
|
40 </property> |
|
41 </widget> |
|
42 </item> |
|
43 <item> |
|
44 <widget class="E5ClearableLineEdit" name="excludeFilesEdit"> |
|
45 <property name="toolTip"> |
|
46 <string>Enter filename patterns of files to be excluded separated by a comma</string> |
|
47 </property> |
|
48 </widget> |
|
49 </item> |
|
50 <item> |
|
51 <widget class="Line" name="line"> |
|
52 <property name="lineWidth"> |
|
53 <number>2</number> |
|
54 </property> |
|
55 <property name="orientation"> |
|
56 <enum>Qt::Vertical</enum> |
|
57 </property> |
|
58 </widget> |
|
59 </item> |
|
60 <item> |
|
61 <widget class="QPushButton" name="startButton"> |
|
62 <property name="toolTip"> |
|
63 <string>Press to start the code metrics run</string> |
|
64 </property> |
|
65 <property name="text"> |
|
66 <string>Start</string> |
|
67 </property> |
|
68 </widget> |
|
69 </item> |
|
70 </layout> |
|
71 </widget> |
|
72 </item> |
|
73 <item> |
|
74 <widget class="QTreeWidget" name="resultList"> |
|
75 <property name="whatsThis"> |
|
76 <string><b>Code metrics</b> |
|
77 <p>This list shows some code metrics.</p></string> |
|
78 </property> |
|
79 <property name="alternatingRowColors"> |
|
80 <bool>true</bool> |
|
81 </property> |
|
82 <column> |
|
83 <property name="text"> |
|
84 <string>Name</string> |
|
85 </property> |
|
86 </column> |
|
87 <column> |
|
88 <property name="text"> |
|
89 <string>Start</string> |
|
90 </property> |
|
91 </column> |
|
92 <column> |
|
93 <property name="text"> |
|
94 <string>End</string> |
|
95 </property> |
|
96 </column> |
|
97 <column> |
|
98 <property name="text"> |
|
99 <string>Lines</string> |
|
100 </property> |
|
101 </column> |
|
102 <column> |
|
103 <property name="text"> |
|
104 <string>Lines of code</string> |
|
105 </property> |
|
106 </column> |
|
107 <column> |
|
108 <property name="text"> |
|
109 <string>Comments</string> |
|
110 </property> |
|
111 </column> |
|
112 <column> |
|
113 <property name="text"> |
|
114 <string>Empty</string> |
|
115 </property> |
|
116 </column> |
|
117 </widget> |
|
118 </item> |
|
119 <item> |
|
120 <widget class="QTreeWidget" name="summaryList"> |
|
121 <property name="sizePolicy"> |
|
122 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
123 <horstretch>0</horstretch> |
|
124 <verstretch>0</verstretch> |
|
125 </sizepolicy> |
|
126 </property> |
|
127 <property name="whatsThis"> |
|
128 <string><b>Summary</b> |
|
129 <p>This shows some overall code metrics.</p></string> |
|
130 </property> |
|
131 <property name="alternatingRowColors"> |
|
132 <bool>true</bool> |
|
133 </property> |
|
134 <column> |
|
135 <property name="text"> |
|
136 <string>Summary</string> |
|
137 </property> |
|
138 </column> |
|
139 <column> |
|
140 <property name="text"> |
|
141 <string>#</string> |
|
142 </property> |
|
143 </column> |
|
144 </widget> |
|
145 </item> |
|
146 <item> |
|
147 <widget class="QProgressBar" name="checkProgress"> |
|
148 <property name="toolTip"> |
|
149 <string>Shows the progress of the code metrics action</string> |
|
150 </property> |
|
151 <property name="value"> |
|
152 <number>0</number> |
|
153 </property> |
|
154 <property name="orientation"> |
|
155 <enum>Qt::Horizontal</enum> |
|
156 </property> |
|
157 <property name="format"> |
|
158 <string>%v/%m Files</string> |
|
159 </property> |
|
160 </widget> |
|
161 </item> |
|
162 <item> |
|
163 <widget class="QDialogButtonBox" name="buttonBox"> |
|
164 <property name="orientation"> |
|
165 <enum>Qt::Horizontal</enum> |
|
166 </property> |
|
167 <property name="standardButtons"> |
|
168 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> |
|
169 </property> |
|
170 </widget> |
|
171 </item> |
|
172 </layout> |
|
173 </widget> |
|
174 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
175 <customwidgets> |
|
176 <customwidget> |
|
177 <class>E5ClearableLineEdit</class> |
|
178 <extends>QLineEdit</extends> |
|
179 <header>E5Gui/E5LineEdit.h</header> |
|
180 </customwidget> |
|
181 </customwidgets> |
|
182 <tabstops> |
|
183 <tabstop>startButton</tabstop> |
|
184 <tabstop>excludeFilesEdit</tabstop> |
|
185 <tabstop>resultList</tabstop> |
|
186 <tabstop>summaryList</tabstop> |
|
187 <tabstop>buttonBox</tabstop> |
|
188 </tabstops> |
|
189 <resources/> |
|
190 <connections/> |
|
191 </ui> |