PyLint/PyLintExecDialog.ui

changeset 11
a8e908641c20
parent 0
1c1ac27f3cf1
equal deleted inserted replaced
10:398979610d9b 11:a8e908641c20
1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
2 <class>PyLintExecDialog</class> 3 <class>PyLintExecDialog</class>
3 <widget class="QWidget" name="PyLintExecDialog" > 4 <widget class="QWidget" name="PyLintExecDialog">
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>753</width> 9 <width>753</width>
9 <height>605</height> 10 <height>605</height>
10 </rect> 11 </rect>
11 </property> 12 </property>
12 <property name="sizePolicy" > 13 <property name="sizePolicy">
13 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" > 14 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
14 <horstretch>0</horstretch> 15 <horstretch>0</horstretch>
15 <verstretch>3</verstretch> 16 <verstretch>3</verstretch>
16 </sizepolicy> 17 </sizepolicy>
17 </property> 18 </property>
18 <property name="windowTitle" > 19 <property name="windowTitle">
19 <string>PyLint Results</string> 20 <string>PyLint Results</string>
20 </property> 21 </property>
21 <layout class="QVBoxLayout" name="verticalLayout_3" > 22 <layout class="QVBoxLayout" name="verticalLayout_3">
22 <item> 23 <item>
23 <widget class="QGroupBox" name="resultsGroup" > 24 <widget class="QGroupBox" name="resultsGroup">
24 <property name="sizePolicy" > 25 <property name="sizePolicy">
25 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > 26 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
26 <horstretch>0</horstretch> 27 <horstretch>0</horstretch>
27 <verstretch>3</verstretch> 28 <verstretch>3</verstretch>
28 </sizepolicy> 29 </sizepolicy>
29 </property> 30 </property>
30 <property name="title" > 31 <property name="title">
31 <string>Results</string> 32 <string>Results</string>
32 </property> 33 </property>
33 <layout class="QVBoxLayout" name="verticalLayout" > 34 <layout class="QVBoxLayout" name="verticalLayout">
34 <item> 35 <item>
35 <widget class="QTextEdit" name="contents" > 36 <widget class="QTextEdit" name="contents">
36 <property name="sizePolicy" > 37 <property name="sizePolicy">
37 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" > 38 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
38 <horstretch>0</horstretch> 39 <horstretch>0</horstretch>
39 <verstretch>3</verstretch> 40 <verstretch>3</verstretch>
40 </sizepolicy> 41 </sizepolicy>
41 </property> 42 </property>
42 <property name="whatsThis" > 43 <property name="whatsThis">
43 <string>&lt;b>PyLint Execution&lt;/b> 44 <string>&lt;b&gt;PyLint Execution&lt;/b&gt;
44 &lt;p>This shows the results of the PyLint run.&lt;/p></string> 45 &lt;p&gt;This shows the results of the PyLint run.&lt;/p&gt;</string>
45 </property> 46 </property>
46 <property name="tabChangesFocus" > 47 <property name="tabChangesFocus">
47 <bool>true</bool> 48 <bool>true</bool>
48 </property> 49 </property>
49 <property name="readOnly" > 50 <property name="readOnly">
50 <bool>true</bool> 51 <bool>true</bool>
51 </property> 52 </property>
52 </widget> 53 </widget>
53 </item> 54 </item>
54 <item> 55 <item>
55 <widget class="QTreeWidget" name="messageList" > 56 <widget class="QTreeWidget" name="messageList">
56 <property name="sizePolicy" > 57 <property name="sizePolicy">
57 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" > 58 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
58 <horstretch>0</horstretch> 59 <horstretch>0</horstretch>
59 <verstretch>3</verstretch> 60 <verstretch>3</verstretch>
60 </sizepolicy> 61 </sizepolicy>
61 </property> 62 </property>
62 <property name="alternatingRowColors" > 63 <property name="alternatingRowColors">
63 <bool>true</bool> 64 <bool>true</bool>
64 </property> 65 </property>
65 <property name="rootIsDecorated" > 66 <property name="rootIsDecorated">
66 <bool>false</bool> 67 <bool>false</bool>
67 </property> 68 </property>
68 <property name="itemsExpandable" > 69 <property name="itemsExpandable">
69 <bool>false</bool> 70 <bool>false</bool>
70 </property> 71 </property>
71 <property name="sortingEnabled" > 72 <property name="sortingEnabled">
72 <bool>true</bool> 73 <bool>true</bool>
73 </property> 74 </property>
74 <column> 75 <column>
75 <property name="text" > 76 <property name="text">
76 <string>File</string> 77 <string>File/Line</string>
77 </property> 78 </property>
78 </column> 79 </column>
79 <column> 80 <column>
80 <property name="text" > 81 <property name="text">
81 <string>Line</string>
82 </property>
83 </column>
84 <column>
85 <property name="text" >
86 <string>Type</string> 82 <string>Type</string>
87 </property> 83 </property>
88 </column> 84 </column>
89 <column> 85 <column>
90 <property name="text" > 86 <property name="text">
91 <string>Message</string> 87 <string>Message</string>
92 </property> 88 </property>
93 </column> 89 </column>
94 <column> 90 <column>
95 <property name="text" > 91 <property name="text">
96 <string/> 92 <string/>
97 </property> 93 </property>
98 </column> 94 </column>
99 </widget> 95 </widget>
100 </item> 96 </item>
101 </layout> 97 </layout>
102 </widget> 98 </widget>
103 </item> 99 </item>
104 <item> 100 <item>
105 <widget class="QGroupBox" name="errorGroup" > 101 <widget class="QGroupBox" name="errorGroup">
106 <property name="sizePolicy" > 102 <property name="sizePolicy">
107 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > 103 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
108 <horstretch>0</horstretch> 104 <horstretch>0</horstretch>
109 <verstretch>1</verstretch> 105 <verstretch>1</verstretch>
110 </sizepolicy> 106 </sizepolicy>
111 </property> 107 </property>
112 <property name="title" > 108 <property name="title">
113 <string>Errors</string> 109 <string>Errors</string>
114 </property> 110 </property>
115 <layout class="QVBoxLayout" name="verticalLayout_2" > 111 <layout class="QVBoxLayout" name="verticalLayout_2">
116 <item> 112 <item>
117 <widget class="QTextEdit" name="errors" > 113 <widget class="QTextEdit" name="errors">
118 <property name="sizePolicy" > 114 <property name="sizePolicy">
119 <sizepolicy vsizetype="Preferred" hsizetype="Expanding" > 115 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
120 <horstretch>0</horstretch> 116 <horstretch>0</horstretch>
121 <verstretch>1</verstretch> 117 <verstretch>1</verstretch>
122 </sizepolicy> 118 </sizepolicy>
123 </property> 119 </property>
124 <property name="whatsThis" > 120 <property name="whatsThis">
125 <string>&lt;b>PyLint Execution&lt;/b> 121 <string>&lt;b&gt;PyLint Execution&lt;/b&gt;
126 &lt;p>This shows the errors of the PyLint run.&lt;/p></string> 122 &lt;p&gt;This shows the errors of the PyLint run.&lt;/p&gt;</string>
127 </property> 123 </property>
128 <property name="tabChangesFocus" > 124 <property name="tabChangesFocus">
129 <bool>true</bool> 125 <bool>true</bool>
130 </property> 126 </property>
131 <property name="readOnly" > 127 <property name="readOnly">
132 <bool>true</bool> 128 <bool>true</bool>
133 </property> 129 </property>
134 </widget> 130 </widget>
135 </item> 131 </item>
136 </layout> 132 </layout>
137 </widget> 133 </widget>
138 </item> 134 </item>
139 <item> 135 <item>
140 <widget class="QDialogButtonBox" name="buttonBox" > 136 <widget class="QDialogButtonBox" name="buttonBox">
141 <property name="orientation" > 137 <property name="orientation">
142 <enum>Qt::Horizontal</enum> 138 <enum>Qt::Horizontal</enum>
143 </property> 139 </property>
144 <property name="standardButtons" > 140 <property name="standardButtons">
145 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> 141 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
146 </property> 142 </property>
147 </widget> 143 </widget>
148 </item> 144 </item>
149 </layout> 145 </layout>
150 </widget> 146 </widget>
151 <layoutdefault spacing="6" margin="11" /> 147 <layoutdefault spacing="6" margin="11"/>
152 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> 148 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
153 <tabstops> 149 <tabstops>
154 <tabstop>contents</tabstop> 150 <tabstop>contents</tabstop>
155 <tabstop>messageList</tabstop> 151 <tabstop>messageList</tabstop>
156 <tabstop>errors</tabstop> 152 <tabstop>errors</tabstop>

eric ide

mercurial