1139 </item> |
1139 </item> |
1140 </layout> |
1140 </layout> |
1141 </item> |
1141 </item> |
1142 </layout> |
1142 </layout> |
1143 </widget> |
1143 </widget> |
1144 <widget class="QWidget" name="runTab"> |
1144 <widget class="QWidget" name="progressTab"> |
1145 <attribute name="title"> |
1145 <attribute name="title"> |
1146 <string>Run</string> |
1146 <string>Progress</string> |
|
1147 </attribute> |
|
1148 <layout class="QHBoxLayout" name="horizontalLayout_11"> |
|
1149 <item> |
|
1150 <layout class="QVBoxLayout" name="verticalLayout_12"> |
|
1151 <item> |
|
1152 <widget class="QListWidget" name="progressList"> |
|
1153 <property name="toolTip"> |
|
1154 <string>Shows the list of files still to be checked</string> |
|
1155 </property> |
|
1156 <property name="editTriggers"> |
|
1157 <set>QAbstractItemView::NoEditTriggers</set> |
|
1158 </property> |
|
1159 <property name="alternatingRowColors"> |
|
1160 <bool>true</bool> |
|
1161 </property> |
|
1162 <property name="selectionMode"> |
|
1163 <enum>QAbstractItemView::NoSelection</enum> |
|
1164 </property> |
|
1165 <property name="textElideMode"> |
|
1166 <enum>Qt::ElideMiddle</enum> |
|
1167 </property> |
|
1168 <property name="sortingEnabled"> |
|
1169 <bool>true</bool> |
|
1170 </property> |
|
1171 </widget> |
|
1172 </item> |
|
1173 <item> |
|
1174 <widget class="E5SqueezeLabelPath" name="checkProgressLabel"> |
|
1175 <property name="sizePolicy"> |
|
1176 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
1177 <horstretch>0</horstretch> |
|
1178 <verstretch>0</verstretch> |
|
1179 </sizepolicy> |
|
1180 </property> |
|
1181 <property name="text"> |
|
1182 <string/> |
|
1183 </property> |
|
1184 </widget> |
|
1185 </item> |
|
1186 <item> |
|
1187 <widget class="QProgressBar" name="checkProgress"> |
|
1188 <property name="toolTip"> |
|
1189 <string>Shows the progress of the code style check</string> |
|
1190 </property> |
|
1191 <property name="value"> |
|
1192 <number>0</number> |
|
1193 </property> |
|
1194 <property name="orientation"> |
|
1195 <enum>Qt::Horizontal</enum> |
|
1196 </property> |
|
1197 <property name="format"> |
|
1198 <string>%v/%m Files</string> |
|
1199 </property> |
|
1200 </widget> |
|
1201 </item> |
|
1202 </layout> |
|
1203 </item> |
|
1204 <item> |
|
1205 <widget class="Line" name="line_3"> |
|
1206 <property name="lineWidth"> |
|
1207 <number>2</number> |
|
1208 </property> |
|
1209 <property name="orientation"> |
|
1210 <enum>Qt::Vertical</enum> |
|
1211 </property> |
|
1212 </widget> |
|
1213 </item> |
|
1214 <item> |
|
1215 <layout class="QVBoxLayout" name="verticalLayout_11"> |
|
1216 <item> |
|
1217 <widget class="QPushButton" name="cancelButton"> |
|
1218 <property name="text"> |
|
1219 <string>Cancel</string> |
|
1220 </property> |
|
1221 </widget> |
|
1222 </item> |
|
1223 <item> |
|
1224 <spacer name="verticalSpacer_5"> |
|
1225 <property name="orientation"> |
|
1226 <enum>Qt::Vertical</enum> |
|
1227 </property> |
|
1228 <property name="sizeHint" stdset="0"> |
|
1229 <size> |
|
1230 <width>20</width> |
|
1231 <height>40</height> |
|
1232 </size> |
|
1233 </property> |
|
1234 </spacer> |
|
1235 </item> |
|
1236 </layout> |
|
1237 </item> |
|
1238 </layout> |
|
1239 </widget> |
|
1240 <widget class="QWidget" name="resultsTab"> |
|
1241 <attribute name="title"> |
|
1242 <string>Results</string> |
1147 </attribute> |
1243 </attribute> |
1148 <layout class="QHBoxLayout" name="horizontalLayout_4"> |
1244 <layout class="QHBoxLayout" name="horizontalLayout_4"> |
1149 <item> |
1245 <item> |
1150 <layout class="QVBoxLayout" name="verticalLayout_7"> |
1246 <layout class="QVBoxLayout" name="verticalLayout_7"> |
1151 <item> |
1247 <item> |
1193 <string>Message</string> |
1289 <string>Message</string> |
1194 </property> |
1290 </property> |
1195 </column> |
1291 </column> |
1196 </widget> |
1292 </widget> |
1197 </item> |
1293 </item> |
1198 <item> |
|
1199 <widget class="E5SqueezeLabelPath" name="checkProgressLabel"> |
|
1200 <property name="sizePolicy"> |
|
1201 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
1202 <horstretch>0</horstretch> |
|
1203 <verstretch>0</verstretch> |
|
1204 </sizepolicy> |
|
1205 </property> |
|
1206 <property name="text"> |
|
1207 <string/> |
|
1208 </property> |
|
1209 </widget> |
|
1210 </item> |
|
1211 <item> |
|
1212 <widget class="QProgressBar" name="checkProgress"> |
|
1213 <property name="toolTip"> |
|
1214 <string>Shows the progress of the code style check</string> |
|
1215 </property> |
|
1216 <property name="value"> |
|
1217 <number>0</number> |
|
1218 </property> |
|
1219 <property name="orientation"> |
|
1220 <enum>Qt::Horizontal</enum> |
|
1221 </property> |
|
1222 <property name="format"> |
|
1223 <string>%v/%m Files</string> |
|
1224 </property> |
|
1225 </widget> |
|
1226 </item> |
|
1227 </layout> |
1294 </layout> |
1228 </item> |
1295 </item> |
1229 <item> |
1296 <item> |
1230 <widget class="Line" name="line_2"> |
1297 <widget class="Line" name="line_2"> |
1231 <property name="lineWidth"> |
1298 <property name="lineWidth"> |
1257 <string>&Fix Selected</string> |
1324 <string>&Fix Selected</string> |
1258 </property> |
1325 </property> |
1259 </widget> |
1326 </widget> |
1260 </item> |
1327 </item> |
1261 <item> |
1328 <item> |
|
1329 <widget class="Line" name="line_4"> |
|
1330 <property name="lineWidth"> |
|
1331 <number>2</number> |
|
1332 </property> |
|
1333 <property name="orientation"> |
|
1334 <enum>Qt::Horizontal</enum> |
|
1335 </property> |
|
1336 </widget> |
|
1337 </item> |
|
1338 <item> |
|
1339 <widget class="QPushButton" name="showButton"> |
|
1340 <property name="toolTip"> |
|
1341 <string>Press to show all files containing an issue</string> |
|
1342 </property> |
|
1343 <property name="text"> |
|
1344 <string>Show</string> |
|
1345 </property> |
|
1346 </widget> |
|
1347 </item> |
|
1348 <item> |
|
1349 <widget class="QPushButton" name="statisticsButton"> |
|
1350 <property name="toolTip"> |
|
1351 <string>Press to show some statistics for the last run</string> |
|
1352 </property> |
|
1353 <property name="text"> |
|
1354 <string>Statistics...</string> |
|
1355 </property> |
|
1356 </widget> |
|
1357 </item> |
|
1358 <item> |
1262 <spacer name="verticalSpacer_4"> |
1359 <spacer name="verticalSpacer_4"> |
1263 <property name="orientation"> |
1360 <property name="orientation"> |
1264 <enum>Qt::Vertical</enum> |
1361 <enum>Qt::Vertical</enum> |
1265 </property> |
1362 </property> |
1266 <property name="sizeHint" stdset="0"> |
1363 <property name="sizeHint" stdset="0"> |
1346 <tabstop>rsaHighRiskCombo</tabstop> |
1443 <tabstop>rsaHighRiskCombo</tabstop> |
1347 <tabstop>rsaMediumRiskCombo</tabstop> |
1444 <tabstop>rsaMediumRiskCombo</tabstop> |
1348 <tabstop>ecHighRiskCombo</tabstop> |
1445 <tabstop>ecHighRiskCombo</tabstop> |
1349 <tabstop>ecMediumRiskCombo</tabstop> |
1446 <tabstop>ecMediumRiskCombo</tabstop> |
1350 <tabstop>typedExceptionsCheckBox</tabstop> |
1447 <tabstop>typedExceptionsCheckBox</tabstop> |
1351 <tabstop>resetDefaultButton</tabstop> |
1448 <tabstop>startButton</tabstop> |
1352 <tabstop>loadDefaultButton</tabstop> |
1449 <tabstop>loadDefaultButton</tabstop> |
1353 <tabstop>storeDefaultButton</tabstop> |
1450 <tabstop>storeDefaultButton</tabstop> |
1354 <tabstop>startButton</tabstop> |
1451 <tabstop>resetDefaultButton</tabstop> |
|
1452 <tabstop>progressList</tabstop> |
|
1453 <tabstop>cancelButton</tabstop> |
1355 <tabstop>resultList</tabstop> |
1454 <tabstop>resultList</tabstop> |
|
1455 <tabstop>restartButton</tabstop> |
1356 <tabstop>fixButton</tabstop> |
1456 <tabstop>fixButton</tabstop> |
1357 <tabstop>restartButton</tabstop> |
1457 <tabstop>showButton</tabstop> |
|
1458 <tabstop>statisticsButton</tabstop> |
1358 </tabstops> |
1459 </tabstops> |
1359 <resources/> |
1460 <resources/> |
1360 <connections> |
1461 <connections> |
1361 <connection> |
1462 <connection> |
1362 <sender>repeatCheckBox</sender> |
1463 <sender>repeatCheckBox</sender> |