Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui

changeset 6786
701b511ba8f5
parent 6264
04a671fa4adb
child 6788
eb1f1de204da
equal deleted inserted replaced
6783:d8a0d75aaf01 6786:701b511ba8f5
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>0</y>
261 <width>549</width> 261 <width>561</width>
262 <height>883</height> 262 <height>743</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">
268 <property name="title"> 268 <property name="title">
269 <string>Source Style</string> 269 <string>Source Style</string>
270 </property> 270 </property>
271 <layout class="QVBoxLayout" name="verticalLayout_2"> 271 <layout class="QVBoxLayout" name="verticalLayout_2">
272 <item> 272 <item>
273 <layout class="QHBoxLayout" name="horizontalLayout_2"> 273 <layout class="QGridLayout" name="gridLayout_5">
274 <item> 274 <item row="0" column="0">
275 <widget class="QLabel" name="label_5"> 275 <widget class="QLabel" name="label_5">
276 <property name="text"> 276 <property name="text">
277 <string>Max. Line Length:</string> 277 <string>Max. Line Length:</string>
278 </property> 278 </property>
279 </widget> 279 </widget>
280 </item> 280 </item>
281 <item> 281 <item row="0" column="1">
282 <widget class="QSpinBox" name="lineLengthSpinBox"> 282 <widget class="QSpinBox" name="lineLengthSpinBox">
283 <property name="toolTip"> 283 <property name="toolTip">
284 <string>Enter the maximum allowed line length (PEP-8: 79 characters)</string> 284 <string>Enter the maximum allowed line length (PEP-8: 79 characters)</string>
285 </property> 285 </property>
286 <property name="alignment"> 286 <property name="alignment">
295 <property name="value"> 295 <property name="value">
296 <number>79</number> 296 <number>79</number>
297 </property> 297 </property>
298 </widget> 298 </widget>
299 </item> 299 </item>
300 <item> 300 <item row="1" column="0">
301 <widget class="QLabel" name="label_17">
302 <property name="text">
303 <string>Max. Documentation Line Length:</string>
304 </property>
305 </widget>
306 </item>
307 <item row="1" column="1">
308 <widget class="QSpinBox" name="docLineLengthSpinBox">
309 <property name="toolTip">
310 <string>Enter the maximum allowed line length (PEP-8: 79 characters)</string>
311 </property>
312 <property name="alignment">
313 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
314 </property>
315 <property name="minimum">
316 <number>60</number>
317 </property>
318 <property name="maximum">
319 <number>119</number>
320 </property>
321 <property name="value">
322 <number>79</number>
323 </property>
324 </widget>
325 </item>
326 <item row="0" column="2">
301 <spacer name="horizontalSpacer_3"> 327 <spacer name="horizontalSpacer_3">
302 <property name="orientation"> 328 <property name="orientation">
303 <enum>Qt::Horizontal</enum> 329 <enum>Qt::Horizontal</enum>
304 </property> 330 </property>
305 <property name="sizeHint" stdset="0"> 331 <property name="sizeHint" stdset="0">
901 <tabstop>noFixIssuesSelectButton</tabstop> 927 <tabstop>noFixIssuesSelectButton</tabstop>
902 <tabstop>repeatCheckBox</tabstop> 928 <tabstop>repeatCheckBox</tabstop>
903 <tabstop>fixIssuesCheckBox</tabstop> 929 <tabstop>fixIssuesCheckBox</tabstop>
904 <tabstop>ignoredCheckBox</tabstop> 930 <tabstop>ignoredCheckBox</tabstop>
905 <tabstop>scrollArea</tabstop> 931 <tabstop>scrollArea</tabstop>
906 <tabstop>lineLengthSpinBox</tabstop>
907 <tabstop>blankBeforeTopLevelSpinBox</tabstop> 932 <tabstop>blankBeforeTopLevelSpinBox</tabstop>
908 <tabstop>blankBeforeMethodSpinBox</tabstop> 933 <tabstop>blankBeforeMethodSpinBox</tabstop>
909 <tabstop>hangClosingCheckBox</tabstop> 934 <tabstop>hangClosingCheckBox</tabstop>
910 <tabstop>docTypeComboBox</tabstop> 935 <tabstop>docTypeComboBox</tabstop>
911 <tabstop>encodingsEdit</tabstop> 936 <tabstop>encodingsEdit</tabstop>

eric ide

mercurial