|
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><b>Syntax Check Results</b> |
|
18 <p>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.</p></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="margin"> |
|
35 <number>0</number> |
|
36 </property> |
|
37 <item> |
|
38 <widget class="QLabel" name="label_2"> |
|
39 <property name="text"> |
|
40 <string>Exclude Files:</string> |
|
41 </property> |
|
42 </widget> |
|
43 </item> |
|
44 <item> |
|
45 <widget class="E5ClearableLineEdit" name="excludeFilesEdit"> |
|
46 <property name="toolTip"> |
|
47 <string>Enter filename patterns of files to be excluded separated by a comma</string> |
|
48 </property> |
|
49 </widget> |
|
50 </item> |
|
51 <item> |
|
52 <widget class="Line" name="line"> |
|
53 <property name="lineWidth"> |
|
54 <number>2</number> |
|
55 </property> |
|
56 <property name="orientation"> |
|
57 <enum>Qt::Vertical</enum> |
|
58 </property> |
|
59 </widget> |
|
60 </item> |
|
61 <item> |
|
62 <widget class="QPushButton" name="startButton"> |
|
63 <property name="toolTip"> |
|
64 <string>Press to start the syntax check run</string> |
|
65 </property> |
|
66 <property name="text"> |
|
67 <string>Start</string> |
|
68 </property> |
|
69 </widget> |
|
70 </item> |
|
71 </layout> |
|
72 </widget> |
|
73 </item> |
|
74 <item> |
|
75 <widget class="QTreeWidget" name="resultList"> |
|
76 <property name="whatsThis"> |
|
77 <string><b>Result List</b> |
|
78 <p>This list shows the results of the syntax check. Double clicking |
|
79 an entry will open this entry in an editor window and position the cursor at |
|
80 the respective line.</p></string> |
|
81 </property> |
|
82 <property name="alternatingRowColors"> |
|
83 <bool>true</bool> |
|
84 </property> |
|
85 <property name="sortingEnabled"> |
|
86 <bool>true</bool> |
|
87 </property> |
|
88 <column> |
|
89 <property name="text"> |
|
90 <string>File/Line</string> |
|
91 </property> |
|
92 </column> |
|
93 <column> |
|
94 <property name="text"> |
|
95 <string>Message</string> |
|
96 </property> |
|
97 </column> |
|
98 <column> |
|
99 <property name="text"> |
|
100 <string>Source</string> |
|
101 </property> |
|
102 </column> |
|
103 </widget> |
|
104 </item> |
|
105 <item> |
|
106 <widget class="E5SqueezeLabelPath" name="checkProgressLabel"> |
|
107 <property name="sizePolicy"> |
|
108 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
109 <horstretch>0</horstretch> |
|
110 <verstretch>0</verstretch> |
|
111 </sizepolicy> |
|
112 </property> |
|
113 <property name="text"> |
|
114 <string/> |
|
115 </property> |
|
116 </widget> |
|
117 </item> |
|
118 <item> |
|
119 <widget class="QProgressBar" name="checkProgress"> |
|
120 <property name="toolTip"> |
|
121 <string>Shows the progress of the syntax check action</string> |
|
122 </property> |
|
123 <property name="value"> |
|
124 <number>0</number> |
|
125 </property> |
|
126 <property name="orientation"> |
|
127 <enum>Qt::Horizontal</enum> |
|
128 </property> |
|
129 <property name="format"> |
|
130 <string>%v/%m Files</string> |
|
131 </property> |
|
132 </widget> |
|
133 </item> |
|
134 <item> |
|
135 <widget class="QDialogButtonBox" name="buttonBox"> |
|
136 <property name="orientation"> |
|
137 <enum>Qt::Horizontal</enum> |
|
138 </property> |
|
139 <property name="standardButtons"> |
|
140 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> |
|
141 </property> |
|
142 </widget> |
|
143 </item> |
|
144 </layout> |
|
145 </widget> |
|
146 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
147 <customwidgets> |
|
148 <customwidget> |
|
149 <class>E5SqueezeLabelPath</class> |
|
150 <extends>QLabel</extends> |
|
151 <header>E5Gui/E5SqueezeLabels.h</header> |
|
152 </customwidget> |
|
153 <customwidget> |
|
154 <class>E5ClearableLineEdit</class> |
|
155 <extends>QLineEdit</extends> |
|
156 <header>E5Gui/E5LineEdit.h</header> |
|
157 </customwidget> |
|
158 </customwidgets> |
|
159 <tabstops> |
|
160 <tabstop>startButton</tabstop> |
|
161 <tabstop>excludeFilesEdit</tabstop> |
|
162 <tabstop>resultList</tabstop> |
|
163 <tabstop>buttonBox</tabstop> |
|
164 </tabstops> |
|
165 <resources/> |
|
166 <connections/> |
|
167 </ui> |