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