Preferences/ConfigurationPages/EditorSyntaxPage.ui

changeset 2908
c6e9a57eb44b
parent 2907
108abcc64724
equal deleted inserted replaced
2907:108abcc64724 2908:c6e9a57eb44b
33 <enum>Qt::Horizontal</enum> 33 <enum>Qt::Horizontal</enum>
34 </property> 34 </property>
35 </widget> 35 </widget>
36 </item> 36 </item>
37 <item> 37 <item>
38 <widget class="QGroupBox" name="onlineCheckBox"> 38 <widget class="QGroupBox" name="automaticSyntaxCheckCheckBox">
39 <property name="toolTip"> 39 <property name="toolTip">
40 <string>Select to enable the online syntax checker</string> 40 <string>Select, whether source files should be checked automatically for syntax errors</string>
41 </property> 41 </property>
42 <property name="whatsThis"> 42 <property name="whatsThis">
43 <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> 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> 44 </property>
45 <property name="title"> 45 <property name="title">
46 <string>Online Syntax Check</string> 46 <string>Automatic Syntax Check</string>
47 </property> 47 </property>
48 <property name="checkable"> 48 <property name="checkable">
49 <bool>true</bool> 49 <bool>true</bool>
50 </property> 50 </property>
51 <layout class="QHBoxLayout" name="horizontalLayout"> 51 <layout class="QVBoxLayout" name="verticalLayout_3">
52 <item> 52 <item>
53 <widget class="QLabel" name="label"> 53 <widget class="QGroupBox" name="onlineCheckBox">
54 <property name="text"> 54 <property name="toolTip">
55 <string>Timeout Interval:</string> 55 <string>Select to enable the online syntax checker</string>
56 </property> 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>
57 </widget> 110 </widget>
58 </item> 111 </item>
59 <item> 112 <item>
60 <widget class="QSpinBox" name="onlineTimeoutSpinBox"> 113 <widget class="QGroupBox" name="groupBox_2">
61 <property name="toolTip"> 114 <property name="title">
62 <string>Enter the timeout for the online syntax checker</string> 115 <string>PyFlakes</string>
63 </property> 116 </property>
64 <property name="whatsThis"> 117 <layout class="QVBoxLayout" name="verticalLayout">
65 <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> 118 <item>
66 </property> 119 <widget class="QCheckBox" name="includeCheckBox">
67 <property name="alignment"> 120 <property name="toolTip">
68 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 121 <string>Select to include a PyFlakes check after the syntax check</string>
69 </property> 122 </property>
70 <property name="buttonSymbols"> 123 <property name="text">
71 <enum>QAbstractSpinBox::PlusMinus</enum> 124 <string>Include PyFlakes Checks after syntax check</string>
72 </property> 125 </property>
73 <property name="suffix"> 126 </widget>
74 <string> s</string> 127 </item>
75 </property> 128 <item>
76 </widget> 129 <widget class="QCheckBox" name="ignoreStarImportCheckBox">
77 </item> 130 <property name="toolTip">
78 <item> 131 <string>Select to suppress star import warnings</string>
79 <spacer name="horizontalSpacer"> 132 </property>
80 <property name="orientation"> 133 <property name="text">
81 <enum>Qt::Horizontal</enum> 134 <string>Suppress star import warnings</string>
82 </property> 135 </property>
83 <property name="sizeHint" stdset="0"> 136 </widget>
84 <size> 137 </item>
85 <width>205</width> 138 </layout>
86 <height>20</height>
87 </size>
88 </property>
89 </spacer>
90 </item>
91 </layout>
92 </widget>
93 </item>
94 <item>
95 <widget class="QGroupBox" name="groupBox">
96 <property name="title">
97 <string>Automatic Syntax Check</string>
98 </property>
99 <layout class="QHBoxLayout" name="horizontalLayout_2">
100 <item>
101 <widget class="QCheckBox" name="automaticSyntaxCheckCheckBox">
102 <property name="toolTip">
103 <string>Select, whether source files should be checked automatically for syntax errors</string>
104 </property>
105 <property name="whatsThis">
106 <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>
107 </property>
108 <property name="text">
109 <string>Automatic Syntax Check</string>
110 </property>
111 </widget>
112 </item>
113 </layout>
114 </widget>
115 </item>
116 <item>
117 <widget class="QGroupBox" name="groupBox_2">
118 <property name="title">
119 <string>PyFlakes</string>
120 </property>
121 <layout class="QVBoxLayout" name="verticalLayout">
122 <item>
123 <widget class="QCheckBox" name="includeCheckBox">
124 <property name="toolTip">
125 <string>Select to include a PyFlakes check after the syntax check</string>
126 </property>
127 <property name="text">
128 <string>Include PyFlakes Checks after syntax check</string>
129 </property>
130 </widget>
131 </item>
132 <item>
133 <widget class="QCheckBox" name="ignoreStarImportCheckBox">
134 <property name="toolTip">
135 <string>Select to suppress star import warnings</string>
136 </property>
137 <property name="text">
138 <string>Suppress star import warnings</string>
139 </property>
140 </widget> 139 </widget>
141 </item> 140 </item>
142 </layout> 141 </layout>
143 </widget> 142 </widget>
144 </item> 143 </item>

eric ide

mercurial