PyLint/PyLintExecDialog.ui

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

eric ide

mercurial