Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui

changeset 0
de9c2efb9d02
child 90
6de42151f9e6
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <ui version="4.0" >
2 <class>SyntaxCheckerDialog</class>
3 <widget class="QDialog" name="SyntaxCheckerDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>572</width>
9 <height>424</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Syntax Check Result</string>
14 </property>
15 <property name="whatsThis" >
16 <string>&lt;b>Syntax Check Results&lt;/b>
17 &lt;p>This dialog shows the results of the syntax check. Double clicking an
18 entry will open an editor window and position the cursor at the respective line.&lt;/p></string>
19 </property>
20 <property name="sizeGripEnabled" >
21 <bool>true</bool>
22 </property>
23 <layout class="QVBoxLayout" >
24 <item>
25 <widget class="QTreeWidget" name="resultList" >
26 <property name="whatsThis" >
27 <string>&lt;b>Result List&lt;/b>
28 &lt;p>This list shows the results of the syntax check. Double clicking
29 an entry will open this entry in an editor window and position the cursor at
30 the respective line.&lt;/p></string>
31 </property>
32 <property name="alternatingRowColors" >
33 <bool>true</bool>
34 </property>
35 <property name="rootIsDecorated" >
36 <bool>false</bool>
37 </property>
38 <property name="itemsExpandable" >
39 <bool>false</bool>
40 </property>
41 <property name="sortingEnabled" >
42 <bool>true</bool>
43 </property>
44 <column>
45 <property name="text" >
46 <string>Filename</string>
47 </property>
48 </column>
49 <column>
50 <property name="text" >
51 <string>#</string>
52 </property>
53 </column>
54 <column>
55 <property name="text" >
56 <string>Syntax Error</string>
57 </property>
58 </column>
59 <column>
60 <property name="text" >
61 <string>Source</string>
62 </property>
63 </column>
64 </widget>
65 </item>
66 <item>
67 <widget class="QProgressBar" name="checkProgress" >
68 <property name="toolTip" >
69 <string>Shows the progress of the syntax check action</string>
70 </property>
71 <property name="value" >
72 <number>0</number>
73 </property>
74 <property name="orientation" >
75 <enum>Qt::Horizontal</enum>
76 </property>
77 </widget>
78 </item>
79 <item>
80 <widget class="QDialogButtonBox" name="buttonBox" >
81 <property name="orientation" >
82 <enum>Qt::Horizontal</enum>
83 </property>
84 <property name="standardButtons" >
85 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
86 </property>
87 </widget>
88 </item>
89 </layout>
90 </widget>
91 <layoutdefault spacing="6" margin="6" />
92 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
93 <tabstops>
94 <tabstop>resultList</tabstop>
95 </tabstops>
96 <resources/>
97 <connections/>
98 </ui>

eric ide

mercurial