Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui

changeset 4549
ab49cb7b400e
parent 4509
7797ee4a45f9
child 5508
30626def80dc
equal deleted inserted replaced
4547:7e0cb381dcbc 4549:ab49cb7b400e
22 <bool>true</bool> 22 <bool>true</bool>
23 </property> 23 </property>
24 <layout class="QVBoxLayout" name="verticalLayout_5"> 24 <layout class="QVBoxLayout" name="verticalLayout_5">
25 <item> 25 <item>
26 <widget class="QFrame" name="filterFrame"> 26 <widget class="QFrame" name="filterFrame">
27 <property name="sizePolicy">
28 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
29 <horstretch>0</horstretch>
30 <verstretch>4</verstretch>
31 </sizepolicy>
32 </property>
27 <property name="frameShape"> 33 <property name="frameShape">
28 <enum>QFrame::NoFrame</enum> 34 <enum>QFrame::NoFrame</enum>
29 </property> 35 </property>
30 <layout class="QHBoxLayout" name="horizontalLayout_5"> 36 <layout class="QHBoxLayout" name="horizontalLayout_5">
31 <item> 37 <item>
237 </property> 243 </property>
238 <widget class="QWidget" name="scrollAreaWidgetContents"> 244 <widget class="QWidget" name="scrollAreaWidgetContents">
239 <property name="geometry"> 245 <property name="geometry">
240 <rect> 246 <rect>
241 <x>0</x> 247 <x>0</x>
242 <y>-160</y> 248 <y>0</y>
243 <width>542</width> 249 <width>256</width>
244 <height>473</height> 250 <height>533</height>
245 </rect> 251 </rect>
246 </property> 252 </property>
247 <layout class="QVBoxLayout" name="verticalLayout_2"> 253 <layout class="QVBoxLayout" name="verticalLayout_2">
248 <item> 254 <item>
249 <widget class="QGroupBox" name="groupBox"> 255 <widget class="QGroupBox" name="groupBox">
590 </layout> 596 </layout>
591 </widget> 597 </widget>
592 </item> 598 </item>
593 <item> 599 <item>
594 <widget class="QTreeWidget" name="resultList"> 600 <widget class="QTreeWidget" name="resultList">
601 <property name="sizePolicy">
602 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
603 <horstretch>0</horstretch>
604 <verstretch>6</verstretch>
605 </sizepolicy>
606 </property>
595 <property name="whatsThis"> 607 <property name="whatsThis">
596 <string>&lt;b&gt;Result List&lt;/b&gt; 608 <string>&lt;b&gt;Result List&lt;/b&gt;
597 &lt;p&gt;This list shows the results of the code style check. Double clicking 609 &lt;p&gt;This list shows the results of the code style check. Double clicking
598 an entry will open this entry in an editor window and position the cursor at 610 an entry will open this entry in an editor window and position the cursor at
599 the respective line and position.&lt;/p&gt;</string> 611 the respective line and position.&lt;/p&gt;</string>

eric ide

mercurial