src/eric7/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui

branch
eric7
changeset 9925
a267ac36dd69
parent 9335
ec381c083dbd
child 10304
ff7d3d6b952d
equal deleted inserted replaced
9924:b41c9a7bcbbb 9925:a267ac36dd69
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>650</width> 9 <width>650</width>
10 <height>500</height> 10 <height>600</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Syntax Check Result</string> 14 <string>Syntax Check Result</string>
15 </property> 15 </property>
22 <bool>true</bool> 22 <bool>true</bool>
23 </property> 23 </property>
24 <layout class="QVBoxLayout" name="verticalLayout"> 24 <layout class="QVBoxLayout" name="verticalLayout">
25 <item> 25 <item>
26 <widget class="QFrame" name="filterFrame"> 26 <widget class="QFrame" name="filterFrame">
27 <property name="frameShape"> 27 <layout class="QGridLayout" name="gridLayout">
28 <enum>QFrame::NoFrame</enum>
29 </property>
30 <property name="frameShadow">
31 <enum>QFrame::Raised</enum>
32 </property>
33 <layout class="QHBoxLayout" name="horizontalLayout">
34 <property name="leftMargin"> 28 <property name="leftMargin">
35 <number>0</number> 29 <number>0</number>
36 </property> 30 </property>
37 <property name="topMargin"> 31 <property name="topMargin">
38 <number>0</number> 32 <number>0</number>
41 <number>0</number> 35 <number>0</number>
42 </property> 36 </property>
43 <property name="bottomMargin"> 37 <property name="bottomMargin">
44 <number>0</number> 38 <number>0</number>
45 </property> 39 </property>
46 <item> 40 <item row="0" column="0">
47 <widget class="QLabel" name="label_2"> 41 <widget class="QLabel" name="label_2">
48 <property name="text"> 42 <property name="text">
49 <string>Exclude Files:</string> 43 <string>Exclude Files:</string>
50 </property> 44 </property>
51 </widget> 45 </widget>
52 </item> 46 </item>
53 <item> 47 <item row="0" column="1">
54 <widget class="QLineEdit" name="excludeFilesEdit"> 48 <widget class="QLineEdit" name="excludeFilesEdit">
55 <property name="toolTip"> 49 <property name="toolTip">
56 <string>Enter filename patterns of files to be excluded separated by a comma</string> 50 <string>Enter filename patterns of files to be excluded separated by a comma</string>
57 </property> 51 </property>
58 <property name="clearButtonEnabled"> 52 <property name="clearButtonEnabled">
59 <bool>true</bool> 53 <bool>true</bool>
60 </property> 54 </property>
61 </widget> 55 </widget>
62 </item> 56 </item>
63 <item> 57 <item row="0" column="2" rowspan="2">
64 <widget class="Line" name="line"> 58 <widget class="Line" name="line">
65 <property name="lineWidth"> 59 <property name="lineWidth">
66 <number>2</number> 60 <number>2</number>
67 </property> 61 </property>
68 <property name="orientation"> 62 <property name="orientation">
69 <enum>Qt::Vertical</enum> 63 <enum>Qt::Vertical</enum>
70 </property> 64 </property>
71 </widget> 65 </widget>
72 </item> 66 </item>
73 <item> 67 <item row="0" column="3">
74 <widget class="QPushButton" name="startButton"> 68 <widget class="QPushButton" name="startButton">
75 <property name="toolTip"> 69 <property name="toolTip">
76 <string>Press to start the syntax check run</string> 70 <string>Press to start the syntax check run</string>
77 </property> 71 </property>
78 <property name="text"> 72 <property name="text">
79 <string>Start</string> 73 <string>Start</string>
74 </property>
75 </widget>
76 </item>
77 <item row="1" column="0">
78 <widget class="QLabel" name="label_3">
79 <property name="text">
80 <string>Additional 'builtins':</string>
81 </property>
82 </widget>
83 </item>
84 <item row="1" column="1">
85 <widget class="QLineEdit" name="builtinsEdit">
86 <property name="toolTip">
87 <string>Enter additional 'builtins' names separated by whitespace.</string>
88 </property>
89 <property name="clearButtonEnabled">
90 <bool>true</bool>
80 </property> 91 </property>
81 </widget> 92 </widget>
82 </item> 93 </item>
83 </layout> 94 </layout>
84 </widget> 95 </widget>
142 </item> 153 </item>
143 </layout> 154 </layout>
144 </widget> 155 </widget>
145 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> 156 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
146 <tabstops> 157 <tabstops>
158 <tabstop>excludeFilesEdit</tabstop>
159 <tabstop>builtinsEdit</tabstop>
147 <tabstop>startButton</tabstop> 160 <tabstop>startButton</tabstop>
148 <tabstop>excludeFilesEdit</tabstop>
149 <tabstop>resultList</tabstop> 161 <tabstop>resultList</tabstop>
150 <tabstop>buttonBox</tabstop>
151 </tabstops> 162 </tabstops>
152 <resources/> 163 <resources/>
153 <connections/> 164 <connections/>
154 </ui> 165 </ui>

eric ide

mercurial