Plugins/CheckerPlugins/Pep8/Pep8Dialog.ui

changeset 847
cc18fbcde9fc
parent 832
eb5ff61f927b
child 849
996367a89673
equal deleted inserted replaced
846:869c200be26e 847:cc18fbcde9fc
60 <property name="orientation"> 60 <property name="orientation">
61 <enum>Qt::Vertical</enum> 61 <enum>Qt::Vertical</enum>
62 </property> 62 </property>
63 </widget> 63 </widget>
64 </item> 64 </item>
65 <item row="0" column="5" colspan="2"> 65 <item row="0" column="5" rowspan="4">
66 <widget class="QPushButton" name="startButton"> 66 <layout class="QVBoxLayout" name="verticalLayout_2">
67 <property name="toolTip">
68 <string>Press to start the PEP 8 check run</string>
69 </property>
70 <property name="text">
71 <string>Start</string>
72 </property>
73 </widget>
74 </item>
75 <item row="1" column="0">
76 <widget class="QLabel" name="label">
77 <property name="text">
78 <string>Exclude Messages:</string>
79 </property>
80 </widget>
81 </item>
82 <item row="1" column="1">
83 <widget class="QLineEdit" name="excludeMessagesEdit">
84 <property name="toolTip">
85 <string>Enter message codes or categories to be excluded separated by a comma</string>
86 </property>
87 </widget>
88 </item>
89 <item row="1" column="2">
90 <widget class="QToolButton" name="clearButtonExcludeMessages">
91 <property name="toolTip">
92 <string>Press to clear the exclude messages edit</string>
93 </property>
94 <property name="text">
95 <string/>
96 </property>
97 </widget>
98 </item>
99 <item row="1" column="3">
100 <widget class="QToolButton" name="excludeMessagesSelectButton">
101 <property name="toolTip">
102 <string>Press to select the messages from a list</string>
103 </property>
104 <property name="text">
105 <string>...</string>
106 </property>
107 </widget>
108 </item>
109 <item row="1" column="6" rowspan="3">
110 <spacer name="verticalSpacer">
111 <property name="orientation">
112 <enum>Qt::Vertical</enum>
113 </property>
114 <property name="sizeHint" stdset="0">
115 <size>
116 <width>20</width>
117 <height>80</height>
118 </size>
119 </property>
120 </spacer>
121 </item>
122 <item row="2" column="0">
123 <widget class="QLabel" name="label_3">
124 <property name="text">
125 <string>Included Messages:</string>
126 </property>
127 </widget>
128 </item>
129 <item row="2" column="1">
130 <widget class="QLineEdit" name="includeMessagesEdit">
131 <property name="toolTip">
132 <string>Enter message codes or categories to be included separated by a comma</string>
133 </property>
134 </widget>
135 </item>
136 <item row="2" column="2">
137 <widget class="QToolButton" name="clearButtonIncludeMessages">
138 <property name="toolTip">
139 <string>Press to clear the include messages edit</string>
140 </property>
141 <property name="text">
142 <string/>
143 </property>
144 </widget>
145 </item>
146 <item row="2" column="3">
147 <widget class="QToolButton" name="includeMessagesSelectButton">
148 <property name="toolTip">
149 <string>Press to select the messages from a list</string>
150 </property>
151 <property name="text">
152 <string>...</string>
153 </property>
154 </widget>
155 </item>
156 <item row="3" column="0" colspan="4">
157 <layout class="QHBoxLayout" name="horizontalLayout">
158 <item> 67 <item>
159 <widget class="QCheckBox" name="repeatCheckBox"> 68 <widget class="QPushButton" name="startButton">
160 <property name="toolTip"> 69 <property name="toolTip">
161 <string>Select to repeat each message type</string> 70 <string>Press to start the PEP 8 check run</string>
162 </property> 71 </property>
163 <property name="text"> 72 <property name="text">
164 <string>Repeat messages</string> 73 <string>Start</string>
165 </property> 74 </property>
166 </widget> 75 </widget>
167 </item> 76 </item>
168 <item> 77 <item>
169 <spacer name="horizontalSpacer"> 78 <spacer name="verticalSpacer">
170 <property name="orientation"> 79 <property name="orientation">
171 <enum>Qt::Horizontal</enum> 80 <enum>Qt::Vertical</enum>
172 </property> 81 </property>
173 <property name="sizeHint" stdset="0"> 82 <property name="sizeHint" stdset="0">
174 <size> 83 <size>
175 <width>40</width> 84 <width>20</width>
176 <height>20</height> 85 <height>18</height>
177 </size> 86 </size>
178 </property> 87 </property>
179 </spacer> 88 </spacer>
180 </item> 89 </item>
181 <item> 90 <item>
197 <string>Store Defaults</string> 106 <string>Store Defaults</string>
198 </property> 107 </property>
199 </widget> 108 </widget>
200 </item> 109 </item>
201 </layout> 110 </layout>
111 </item>
112 <item row="1" column="0">
113 <widget class="QLabel" name="label">
114 <property name="text">
115 <string>Exclude Messages:</string>
116 </property>
117 </widget>
118 </item>
119 <item row="1" column="1">
120 <widget class="QLineEdit" name="excludeMessagesEdit">
121 <property name="toolTip">
122 <string>Enter message codes or categories to be excluded separated by a comma</string>
123 </property>
124 </widget>
125 </item>
126 <item row="1" column="2">
127 <widget class="QToolButton" name="clearButtonExcludeMessages">
128 <property name="toolTip">
129 <string>Press to clear the exclude messages edit</string>
130 </property>
131 <property name="text">
132 <string/>
133 </property>
134 </widget>
135 </item>
136 <item row="1" column="3">
137 <widget class="QToolButton" name="excludeMessagesSelectButton">
138 <property name="toolTip">
139 <string>Press to select the messages from a list</string>
140 </property>
141 <property name="text">
142 <string>...</string>
143 </property>
144 </widget>
145 </item>
146 <item row="2" column="0">
147 <widget class="QLabel" name="label_3">
148 <property name="text">
149 <string>Included Messages:</string>
150 </property>
151 </widget>
152 </item>
153 <item row="2" column="1">
154 <widget class="QLineEdit" name="includeMessagesEdit">
155 <property name="toolTip">
156 <string>Enter message codes or categories to be included separated by a comma</string>
157 </property>
158 </widget>
159 </item>
160 <item row="2" column="2">
161 <widget class="QToolButton" name="clearButtonIncludeMessages">
162 <property name="toolTip">
163 <string>Press to clear the include messages edit</string>
164 </property>
165 <property name="text">
166 <string/>
167 </property>
168 </widget>
169 </item>
170 <item row="2" column="3">
171 <widget class="QToolButton" name="includeMessagesSelectButton">
172 <property name="toolTip">
173 <string>Press to select the messages from a list</string>
174 </property>
175 <property name="text">
176 <string>...</string>
177 </property>
178 </widget>
179 </item>
180 <item row="3" column="0" colspan="4">
181 <widget class="QCheckBox" name="repeatCheckBox">
182 <property name="toolTip">
183 <string>Select to repeat each message type</string>
184 </property>
185 <property name="text">
186 <string>Repeat messages</string>
187 </property>
188 </widget>
202 </item> 189 </item>
203 </layout> 190 </layout>
204 </widget> 191 </widget>
205 </item> 192 </item>
206 <item> 193 <item>
264 </widget> 251 </widget>
265 <layoutdefault spacing="6" margin="6"/> 252 <layoutdefault spacing="6" margin="6"/>
266 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> 253 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
267 <tabstops> 254 <tabstops>
268 <tabstop>startButton</tabstop> 255 <tabstop>startButton</tabstop>
256 <tabstop>loadDefaultButton</tabstop>
269 <tabstop>excludeFilesEdit</tabstop> 257 <tabstop>excludeFilesEdit</tabstop>
270 <tabstop>clearButton</tabstop> 258 <tabstop>clearButton</tabstop>
271 <tabstop>excludeMessagesEdit</tabstop> 259 <tabstop>excludeMessagesEdit</tabstop>
272 <tabstop>clearButtonExcludeMessages</tabstop> 260 <tabstop>clearButtonExcludeMessages</tabstop>
273 <tabstop>excludeMessagesSelectButton</tabstop> 261 <tabstop>excludeMessagesSelectButton</tabstop>
274 <tabstop>includeMessagesEdit</tabstop> 262 <tabstop>includeMessagesEdit</tabstop>
275 <tabstop>clearButtonIncludeMessages</tabstop> 263 <tabstop>clearButtonIncludeMessages</tabstop>
276 <tabstop>includeMessagesSelectButton</tabstop> 264 <tabstop>includeMessagesSelectButton</tabstop>
277 <tabstop>repeatCheckBox</tabstop> 265 <tabstop>repeatCheckBox</tabstop>
278 <tabstop>loadDefaultButton</tabstop>
279 <tabstop>storeDefaultButton</tabstop> 266 <tabstop>storeDefaultButton</tabstop>
280 <tabstop>resultList</tabstop> 267 <tabstop>resultList</tabstop>
281 <tabstop>buttonBox</tabstop> 268 <tabstop>buttonBox</tabstop>
282 </tabstops> 269 </tabstops>
283 <resources/> 270 <resources/>

eric ide

mercurial