--- a/Plugins/CheckerPlugins/Pep8/Pep8StatisticsDialog.ui Tue Jan 18 19:32:48 2011 +0100 +++ b/Plugins/CheckerPlugins/Pep8/Pep8StatisticsDialog.ui Tue Jan 18 19:49:44 2011 +0100 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>531</width> - <height>300</height> + <height>372</height> </rect> </property> <property name="windowTitle"> @@ -43,28 +43,35 @@ </widget> </item> <item> - <layout class="QHBoxLayout" name="horizontalLayout"> - <item> - <widget class="QLabel" name="total"> - <property name="text"> - <string/> - </property> - </widget> - </item> - <item> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> <widget class="QLabel" name="filesChecked"> <property name="text"> <string/> </property> </widget> </item> - <item> + <item row="0" column="1"> <widget class="QLabel" name="filesIssues"> <property name="text"> <string/> </property> </widget> </item> + <item row="1" column="0"> + <widget class="QLabel" name="totalIssues"> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QLabel" name="fixedIssues"> + <property name="text"> + <string/> + </property> + </widget> + </item> </layout> </item> <item>