|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>RawMetricsDialog</class> |
|
4 <widget class="QDialog" name="RawMetricsDialog"> |
|
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="leftMargin"> |
|
34 <number>0</number> |
|
35 </property> |
|
36 <property name="topMargin"> |
|
37 <number>0</number> |
|
38 </property> |
|
39 <property name="rightMargin"> |
|
40 <number>0</number> |
|
41 </property> |
|
42 <property name="bottomMargin"> |
|
43 <number>0</number> |
|
44 </property> |
|
45 <item> |
|
46 <widget class="QLabel" name="label_2"> |
|
47 <property name="text"> |
|
48 <string>Exclude Files:</string> |
|
49 </property> |
|
50 </widget> |
|
51 </item> |
|
52 <item> |
|
53 <widget class="E5ClearableLineEdit" name="excludeFilesEdit"> |
|
54 <property name="toolTip"> |
|
55 <string>Enter filename patterns of files to be excluded separated by a comma</string> |
|
56 </property> |
|
57 </widget> |
|
58 </item> |
|
59 <item> |
|
60 <widget class="Line" name="line"> |
|
61 <property name="lineWidth"> |
|
62 <number>2</number> |
|
63 </property> |
|
64 <property name="orientation"> |
|
65 <enum>Qt::Vertical</enum> |
|
66 </property> |
|
67 </widget> |
|
68 </item> |
|
69 <item> |
|
70 <widget class="QPushButton" name="startButton"> |
|
71 <property name="toolTip"> |
|
72 <string>Press to start the code metrics run</string> |
|
73 </property> |
|
74 <property name="text"> |
|
75 <string>Start</string> |
|
76 </property> |
|
77 </widget> |
|
78 </item> |
|
79 </layout> |
|
80 </widget> |
|
81 </item> |
|
82 <item> |
|
83 <widget class="QTreeWidget" name="resultList"> |
|
84 <property name="whatsThis"> |
|
85 <string><b>Code metrics</b> |
|
86 <p>This list shows some code metrics.</p></string> |
|
87 </property> |
|
88 <property name="alternatingRowColors"> |
|
89 <bool>true</bool> |
|
90 </property> |
|
91 <column> |
|
92 <property name="text"> |
|
93 <string>Name</string> |
|
94 </property> |
|
95 </column> |
|
96 <column> |
|
97 <property name="text"> |
|
98 <string>LOC</string> |
|
99 </property> |
|
100 </column> |
|
101 <column> |
|
102 <property name="text"> |
|
103 <string>LLOC</string> |
|
104 </property> |
|
105 </column> |
|
106 <column> |
|
107 <property name="text"> |
|
108 <string>SLOC</string> |
|
109 </property> |
|
110 </column> |
|
111 <column> |
|
112 <property name="text"> |
|
113 <string>Comments</string> |
|
114 </property> |
|
115 </column> |
|
116 <column> |
|
117 <property name="text"> |
|
118 <string>Multi</string> |
|
119 </property> |
|
120 </column> |
|
121 <column> |
|
122 <property name="text"> |
|
123 <string>Empty</string> |
|
124 </property> |
|
125 </column> |
|
126 </widget> |
|
127 </item> |
|
128 <item> |
|
129 <widget class="E5SqueezeLabelPath" name="checkProgressLabel"> |
|
130 <property name="sizePolicy"> |
|
131 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
132 <horstretch>0</horstretch> |
|
133 <verstretch>0</verstretch> |
|
134 </sizepolicy> |
|
135 </property> |
|
136 <property name="text"> |
|
137 <string/> |
|
138 </property> |
|
139 </widget> |
|
140 </item> |
|
141 <item> |
|
142 <widget class="QProgressBar" name="checkProgress"> |
|
143 <property name="toolTip"> |
|
144 <string>Shows the progress of the code metrics action</string> |
|
145 </property> |
|
146 <property name="value"> |
|
147 <number>0</number> |
|
148 </property> |
|
149 <property name="orientation"> |
|
150 <enum>Qt::Horizontal</enum> |
|
151 </property> |
|
152 <property name="format"> |
|
153 <string>%v/%m Files</string> |
|
154 </property> |
|
155 </widget> |
|
156 </item> |
|
157 <item> |
|
158 <widget class="QDialogButtonBox" name="buttonBox"> |
|
159 <property name="orientation"> |
|
160 <enum>Qt::Horizontal</enum> |
|
161 </property> |
|
162 <property name="standardButtons"> |
|
163 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> |
|
164 </property> |
|
165 </widget> |
|
166 </item> |
|
167 </layout> |
|
168 </widget> |
|
169 <layoutdefault spacing="6" margin="6"/> |
|
170 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
171 <customwidgets> |
|
172 <customwidget> |
|
173 <class>E5ClearableLineEdit</class> |
|
174 <extends>QLineEdit</extends> |
|
175 <header>E5Gui/E5LineEdit.h</header> |
|
176 </customwidget> |
|
177 <customwidget> |
|
178 <class>E5SqueezeLabelPath</class> |
|
179 <extends>QLabel</extends> |
|
180 <header>E5Gui/E5SqueezeLabels.h</header> |
|
181 </customwidget> |
|
182 </customwidgets> |
|
183 <tabstops> |
|
184 <tabstop>startButton</tabstop> |
|
185 <tabstop>excludeFilesEdit</tabstop> |
|
186 <tabstop>resultList</tabstop> |
|
187 <tabstop>buttonBox</tabstop> |
|
188 </tabstops> |
|
189 <resources/> |
|
190 <connections/> |
|
191 </ui> |