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

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8358
144a6b854f70
child 9335
ec381c083dbd
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SyntaxCheckerDialog</class>
4 <widget class="QDialog" name="SyntaxCheckerDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>650</width>
10 <height>500</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Syntax Check Result</string>
15 </property>
16 <property name="whatsThis">
17 <string>&lt;b&gt;Syntax Check Results&lt;/b&gt;
18 &lt;p&gt;This dialog shows the results of the syntax check. Double clicking an
19 entry will open an editor window and position the cursor at the respective line.&lt;/p&gt;</string>
20 </property>
21 <property name="sizeGripEnabled">
22 <bool>true</bool>
23 </property>
24 <layout class="QVBoxLayout" name="verticalLayout">
25 <item>
26 <widget class="QFrame" name="filterFrame">
27 <property name="frameShape">
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">
35 <number>0</number>
36 </property>
37 <property name="topMargin">
38 <number>0</number>
39 </property>
40 <property name="rightMargin">
41 <number>0</number>
42 </property>
43 <property name="bottomMargin">
44 <number>0</number>
45 </property>
46 <item>
47 <widget class="QLabel" name="label_2">
48 <property name="text">
49 <string>Exclude Files:</string>
50 </property>
51 </widget>
52 </item>
53 <item>
54 <widget class="QLineEdit" name="excludeFilesEdit">
55 <property name="toolTip">
56 <string>Enter filename patterns of files to be excluded separated by a comma</string>
57 </property>
58 <property name="clearButtonEnabled">
59 <bool>true</bool>
60 </property>
61 </widget>
62 </item>
63 <item>
64 <widget class="Line" name="line">
65 <property name="lineWidth">
66 <number>2</number>
67 </property>
68 <property name="orientation">
69 <enum>Qt::Vertical</enum>
70 </property>
71 </widget>
72 </item>
73 <item>
74 <widget class="QPushButton" name="startButton">
75 <property name="toolTip">
76 <string>Press to start the syntax check run</string>
77 </property>
78 <property name="text">
79 <string>Start</string>
80 </property>
81 </widget>
82 </item>
83 </layout>
84 </widget>
85 </item>
86 <item>
87 <widget class="QTreeWidget" name="resultList">
88 <property name="whatsThis">
89 <string>&lt;b&gt;Result List&lt;/b&gt;
90 &lt;p&gt;This list shows the results of the syntax check. Double clicking
91 an entry will open this entry in an editor window and position the cursor at
92 the respective line.&lt;/p&gt;</string>
93 </property>
94 <property name="alternatingRowColors">
95 <bool>true</bool>
96 </property>
97 <property name="sortingEnabled">
98 <bool>true</bool>
99 </property>
100 <column>
101 <property name="text">
102 <string>File/Line</string>
103 </property>
104 </column>
105 <column>
106 <property name="text">
107 <string>Message</string>
108 </property>
109 </column>
110 <column>
111 <property name="text">
112 <string>Source</string>
113 </property>
114 </column>
115 </widget>
116 </item>
117 <item>
118 <widget class="EricSqueezeLabelPath" name="checkProgressLabel">
119 <property name="sizePolicy">
120 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
121 <horstretch>0</horstretch>
122 <verstretch>0</verstretch>
123 </sizepolicy>
124 </property>
125 <property name="text">
126 <string/>
127 </property>
128 </widget>
129 </item>
130 <item>
131 <widget class="QProgressBar" name="checkProgress">
132 <property name="toolTip">
133 <string>Shows the progress of the syntax check action</string>
134 </property>
135 <property name="value">
136 <number>0</number>
137 </property>
138 <property name="orientation">
139 <enum>Qt::Horizontal</enum>
140 </property>
141 <property name="format">
142 <string>%v/%m Files</string>
143 </property>
144 </widget>
145 </item>
146 <item>
147 <widget class="QDialogButtonBox" name="buttonBox">
148 <property name="orientation">
149 <enum>Qt::Horizontal</enum>
150 </property>
151 <property name="standardButtons">
152 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
153 </property>
154 </widget>
155 </item>
156 </layout>
157 </widget>
158 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
159 <customwidgets>
160 <customwidget>
161 <class>EricSqueezeLabelPath</class>
162 <extends>QLabel</extends>
163 <header>EricWidgets/EricSqueezeLabels.h</header>
164 </customwidget>
165 </customwidgets>
166 <tabstops>
167 <tabstop>startButton</tabstop>
168 <tabstop>excludeFilesEdit</tabstop>
169 <tabstop>resultList</tabstop>
170 <tabstop>buttonBox</tabstop>
171 </tabstops>
172 <resources/>
173 <connections/>
174 </ui>

eric ide

mercurial