src/eric7/Preferences/ConfigurationPages/EditorSyntaxPage.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
child 9924
b41c9a7bcbbb
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>EditorSyntaxPage</class>
4 <widget class="QWidget" name="EditorSyntaxPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>307</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string notr="true"/>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout_2">
17 <item>
18 <widget class="QLabel" name="headerLabel">
19 <property name="text">
20 <string>&lt;b&gt;Configure Code Checker settings&lt;/b&gt;</string>
21 </property>
22 </widget>
23 </item>
24 <item>
25 <widget class="Line" name="line2">
26 <property name="frameShape">
27 <enum>QFrame::HLine</enum>
28 </property>
29 <property name="frameShadow">
30 <enum>QFrame::Sunken</enum>
31 </property>
32 <property name="orientation">
33 <enum>Qt::Horizontal</enum>
34 </property>
35 </widget>
36 </item>
37 <item>
38 <widget class="QGroupBox" name="automaticSyntaxCheckCheckBox">
39 <property name="toolTip">
40 <string>Select, whether source files should be checked automatically for syntax errors</string>
41 </property>
42 <property name="whatsThis">
43 <string>&lt;b&gt;Automatic Syntax Check&lt;/b&gt;&lt;p&gt;Select to enable the automatic syntax checker. The syntax is checked, when a file is loaded or saved or the programming language of the editor is selected.&lt;/p&gt;</string>
44 </property>
45 <property name="title">
46 <string>Automatic Syntax Check</string>
47 </property>
48 <property name="checkable">
49 <bool>true</bool>
50 </property>
51 <layout class="QVBoxLayout" name="verticalLayout_3">
52 <item>
53 <widget class="QGroupBox" name="onlineCheckBox">
54 <property name="toolTip">
55 <string>Select to enable the online syntax checker</string>
56 </property>
57 <property name="whatsThis">
58 <string>&lt;b&gt;Online Syntax Check&lt;/b&gt;&lt;p&gt;Select this to enable syntax checks while typing. The check is performed, if typing is interrupted for the configured timeout period.&lt;/p&gt;</string>
59 </property>
60 <property name="title">
61 <string>Online Syntax Check</string>
62 </property>
63 <property name="checkable">
64 <bool>true</bool>
65 </property>
66 <layout class="QHBoxLayout" name="horizontalLayout">
67 <item>
68 <widget class="QLabel" name="label">
69 <property name="text">
70 <string>Timeout Interval:</string>
71 </property>
72 </widget>
73 </item>
74 <item>
75 <widget class="QSpinBox" name="onlineTimeoutSpinBox">
76 <property name="toolTip">
77 <string>Enter the timeout for the online syntax checker</string>
78 </property>
79 <property name="whatsThis">
80 <string>&lt;b&gt;Timeout Interval&lt;/b&gt;&lt;p&gt;Enter the timeout interval for the online syntax check. The check is performed, if typing is interrupted for the configured timeout period.&lt;/p&gt;</string>
81 </property>
82 <property name="alignment">
83 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
84 </property>
85 <property name="buttonSymbols">
86 <enum>QAbstractSpinBox::PlusMinus</enum>
87 </property>
88 <property name="suffix">
89 <string> s</string>
90 </property>
91 <property name="value">
92 <number>5</number>
93 </property>
94 </widget>
95 </item>
96 <item>
97 <spacer name="horizontalSpacer">
98 <property name="orientation">
99 <enum>Qt::Horizontal</enum>
100 </property>
101 <property name="sizeHint" stdset="0">
102 <size>
103 <width>205</width>
104 <height>20</height>
105 </size>
106 </property>
107 </spacer>
108 </item>
109 </layout>
110 </widget>
111 </item>
112 <item>
113 <widget class="QGroupBox" name="groupBox_2">
114 <property name="title">
115 <string>PyFlakes</string>
116 </property>
117 <layout class="QVBoxLayout" name="verticalLayout">
118 <item>
119 <widget class="QCheckBox" name="includeCheckBox">
120 <property name="toolTip">
121 <string>Select to include a PyFlakes check after the syntax check</string>
122 </property>
123 <property name="text">
124 <string>Include PyFlakes Checks after syntax check</string>
125 </property>
126 </widget>
127 </item>
128 <item>
129 <widget class="QCheckBox" name="ignoreStarImportCheckBox">
130 <property name="toolTip">
131 <string>Select to suppress star import warnings</string>
132 </property>
133 <property name="text">
134 <string>Suppress star import warnings</string>
135 </property>
136 </widget>
137 </item>
138 </layout>
139 </widget>
140 </item>
141 </layout>
142 </widget>
143 </item>
144 <item>
145 <spacer name="verticalSpacer">
146 <property name="orientation">
147 <enum>Qt::Vertical</enum>
148 </property>
149 <property name="sizeHint" stdset="0">
150 <size>
151 <width>20</width>
152 <height>108</height>
153 </size>
154 </property>
155 </spacer>
156 </item>
157 </layout>
158 </widget>
159 <resources/>
160 <connections/>
161 </ui>

eric ide

mercurial