|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>CyclomaticComplexityDialog</class> |
|
4 <widget class="QDialog" name="CyclomaticComplexityDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>900</width> |
|
10 <height>700</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Cyclomatic Complexity</string> |
|
15 </property> |
|
16 <property name="whatsThis"> |
|
17 <string><b>Cyclomatic Complexity</b> |
|
18 <p>This dialog shows the cyclomatic complexity and rank.</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="alternatingRowColors"> |
|
85 <bool>true</bool> |
|
86 </property> |
|
87 <column> |
|
88 <property name="text"> |
|
89 <string>Type</string> |
|
90 </property> |
|
91 </column> |
|
92 <column> |
|
93 <property name="text"> |
|
94 <string>Name</string> |
|
95 </property> |
|
96 </column> |
|
97 <column> |
|
98 <property name="text"> |
|
99 <string>Complexity</string> |
|
100 </property> |
|
101 </column> |
|
102 <column> |
|
103 <property name="text"> |
|
104 <string>Rank</string> |
|
105 </property> |
|
106 </column> |
|
107 <column> |
|
108 <property name="text"> |
|
109 <string>Start</string> |
|
110 </property> |
|
111 </column> |
|
112 </widget> |
|
113 </item> |
|
114 <item> |
|
115 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
116 <item> |
|
117 <widget class="QLabel" name="summaryLabel"> |
|
118 <property name="alignment"> |
|
119 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
|
120 </property> |
|
121 <property name="wordWrap"> |
|
122 <bool>true</bool> |
|
123 </property> |
|
124 </widget> |
|
125 </item> |
|
126 <item> |
|
127 <widget class="QLabel" name="typeLabel"> |
|
128 <property name="maximumSize"> |
|
129 <size> |
|
130 <width>200</width> |
|
131 <height>16777215</height> |
|
132 </size> |
|
133 </property> |
|
134 <property name="alignment"> |
|
135 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
|
136 </property> |
|
137 <property name="wordWrap"> |
|
138 <bool>true</bool> |
|
139 </property> |
|
140 </widget> |
|
141 </item> |
|
142 <item> |
|
143 <widget class="QLabel" name="explanationLabel"> |
|
144 <property name="alignment"> |
|
145 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
|
146 </property> |
|
147 <property name="wordWrap"> |
|
148 <bool>true</bool> |
|
149 </property> |
|
150 </widget> |
|
151 </item> |
|
152 </layout> |
|
153 </item> |
|
154 <item> |
|
155 <widget class="E5SqueezeLabelPath" name="checkProgressLabel"> |
|
156 <property name="sizePolicy"> |
|
157 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
158 <horstretch>0</horstretch> |
|
159 <verstretch>0</verstretch> |
|
160 </sizepolicy> |
|
161 </property> |
|
162 <property name="text"> |
|
163 <string/> |
|
164 </property> |
|
165 </widget> |
|
166 </item> |
|
167 <item> |
|
168 <widget class="QProgressBar" name="checkProgress"> |
|
169 <property name="toolTip"> |
|
170 <string>Shows the progress of the code metrics action</string> |
|
171 </property> |
|
172 <property name="value"> |
|
173 <number>0</number> |
|
174 </property> |
|
175 <property name="orientation"> |
|
176 <enum>Qt::Horizontal</enum> |
|
177 </property> |
|
178 <property name="format"> |
|
179 <string>%v/%m Files</string> |
|
180 </property> |
|
181 </widget> |
|
182 </item> |
|
183 <item> |
|
184 <widget class="QDialogButtonBox" name="buttonBox"> |
|
185 <property name="orientation"> |
|
186 <enum>Qt::Horizontal</enum> |
|
187 </property> |
|
188 <property name="standardButtons"> |
|
189 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> |
|
190 </property> |
|
191 </widget> |
|
192 </item> |
|
193 </layout> |
|
194 </widget> |
|
195 <layoutdefault spacing="6" margin="6"/> |
|
196 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
197 <customwidgets> |
|
198 <customwidget> |
|
199 <class>E5ClearableLineEdit</class> |
|
200 <extends>QLineEdit</extends> |
|
201 <header>E5Gui/E5LineEdit.h</header> |
|
202 </customwidget> |
|
203 <customwidget> |
|
204 <class>E5SqueezeLabelPath</class> |
|
205 <extends>QLabel</extends> |
|
206 <header>E5Gui/E5SqueezeLabels.h</header> |
|
207 </customwidget> |
|
208 </customwidgets> |
|
209 <tabstops> |
|
210 <tabstop>startButton</tabstop> |
|
211 <tabstop>excludeFilesEdit</tabstop> |
|
212 <tabstop>resultList</tabstop> |
|
213 <tabstop>buttonBox</tabstop> |
|
214 </tabstops> |
|
215 <resources/> |
|
216 <connections/> |
|
217 </ui> |