Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui

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

eric ide

mercurial