Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui

changeset 6788
eb1f1de204da
parent 6786
701b511ba8f5
equal deleted inserted replaced
6787:3de088ae0782 6788:eb1f1de204da
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>700</width> 9 <width>700</width>
10 <height>800</height> 10 <height>700</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Code Style Check Result</string> 14 <string>Code Style Check Result</string>
15 </property> 15 </property>
255 </property> 255 </property>
256 <widget class="QWidget" name="scrollAreaWidgetContents"> 256 <widget class="QWidget" name="scrollAreaWidgetContents">
257 <property name="geometry"> 257 <property name="geometry">
258 <rect> 258 <rect>
259 <x>0</x> 259 <x>0</x>
260 <y>0</y> 260 <y>-581</y>
261 <width>561</width> 261 <width>549</width>
262 <height>743</height> 262 <height>916</height>
263 </rect> 263 </rect>
264 </property> 264 </property>
265 <layout class="QVBoxLayout" name="verticalLayout_3"> 265 <layout class="QVBoxLayout" name="verticalLayout_3">
266 <item> 266 <item>
267 <widget class="QGroupBox" name="groupBox"> 267 <widget class="QGroupBox" name="groupBox">
601 </column> 601 </column>
602 </widget> 602 </widget>
603 </item> 603 </item>
604 <item> 604 <item>
605 <layout class="QVBoxLayout" name="verticalLayout_5"> 605 <layout class="QVBoxLayout" name="verticalLayout_5">
606 <item> 606 <item alignment="Qt::AlignHCenter">
607 <widget class="QToolButton" name="addBuiltinButton"> 607 <widget class="QToolButton" name="addBuiltinButton">
608 <property name="toolTip"> 608 <property name="toolTip">
609 <string>Press to add a built-in assignment to be ignored</string> 609 <string>Press to add a built-in assignment to be ignored</string>
610 </property> 610 </property>
611 <property name="text"> 611 <property name="text">
612 <string notr="true">+</string> 612 <string notr="true">+</string>
613 </property> 613 </property>
614 </widget> 614 </widget>
615 </item> 615 </item>
616 <item> 616 <item alignment="Qt::AlignHCenter">
617 <widget class="QToolButton" name="deleteBuiltinButton"> 617 <widget class="QToolButton" name="deleteBuiltinButton">
618 <property name="toolTip"> 618 <property name="toolTip">
619 <string>Press to delete the selected entries</string> 619 <string>Press to delete the selected entries</string>
620 </property> 620 </property>
621 <property name="text"> 621 <property name="text">
927 <tabstop>noFixIssuesSelectButton</tabstop> 927 <tabstop>noFixIssuesSelectButton</tabstop>
928 <tabstop>repeatCheckBox</tabstop> 928 <tabstop>repeatCheckBox</tabstop>
929 <tabstop>fixIssuesCheckBox</tabstop> 929 <tabstop>fixIssuesCheckBox</tabstop>
930 <tabstop>ignoredCheckBox</tabstop> 930 <tabstop>ignoredCheckBox</tabstop>
931 <tabstop>scrollArea</tabstop> 931 <tabstop>scrollArea</tabstop>
932 <tabstop>lineLengthSpinBox</tabstop>
933 <tabstop>docLineLengthSpinBox</tabstop>
932 <tabstop>blankBeforeTopLevelSpinBox</tabstop> 934 <tabstop>blankBeforeTopLevelSpinBox</tabstop>
933 <tabstop>blankBeforeMethodSpinBox</tabstop> 935 <tabstop>blankBeforeMethodSpinBox</tabstop>
934 <tabstop>hangClosingCheckBox</tabstop> 936 <tabstop>hangClosingCheckBox</tabstop>
935 <tabstop>docTypeComboBox</tabstop> 937 <tabstop>docTypeComboBox</tabstop>
936 <tabstop>encodingsEdit</tabstop> 938 <tabstop>encodingsEdit</tabstop>

eric ide

mercurial