1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>PipListDialog</class> |
|
4 <widget class="QDialog" name="PipListDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>600</width> |
|
10 <height>650</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Package List</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
20 <item> |
|
21 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
22 <item> |
|
23 <widget class="QLabel" name="label_2"> |
|
24 <property name="text"> |
|
25 <string>Virtual Environment:</string> |
|
26 </property> |
|
27 </widget> |
|
28 </item> |
|
29 <item> |
|
30 <widget class="QComboBox" name="venvComboBox"> |
|
31 <property name="sizePolicy"> |
|
32 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
33 <horstretch>0</horstretch> |
|
34 <verstretch>0</verstretch> |
|
35 </sizepolicy> |
|
36 </property> |
|
37 <property name="toolTip"> |
|
38 <string>Select the virtual environment to be used</string> |
|
39 </property> |
|
40 </widget> |
|
41 </item> |
|
42 </layout> |
|
43 </item> |
|
44 <item> |
|
45 <layout class="QGridLayout" name="gridLayout"> |
|
46 <item row="0" column="0"> |
|
47 <widget class="QLabel" name="infoLabel"> |
|
48 <property name="text"> |
|
49 <string notr="true">TextLabel</string> |
|
50 </property> |
|
51 </widget> |
|
52 </item> |
|
53 <item row="0" column="1"> |
|
54 <spacer name="horizontalSpacer"> |
|
55 <property name="orientation"> |
|
56 <enum>Qt::Horizontal</enum> |
|
57 </property> |
|
58 <property name="sizeHint" stdset="0"> |
|
59 <size> |
|
60 <width>40</width> |
|
61 <height>20</height> |
|
62 </size> |
|
63 </property> |
|
64 </spacer> |
|
65 </item> |
|
66 <item row="0" column="2"> |
|
67 <widget class="QCheckBox" name="localCheckBox"> |
|
68 <property name="toolTip"> |
|
69 <string>Select to show only locally-installed packages</string> |
|
70 </property> |
|
71 <property name="text"> |
|
72 <string>Local packages only</string> |
|
73 </property> |
|
74 <property name="checked"> |
|
75 <bool>true</bool> |
|
76 </property> |
|
77 </widget> |
|
78 </item> |
|
79 <item row="0" column="3"> |
|
80 <widget class="QCheckBox" name="notRequiredCheckBox"> |
|
81 <property name="toolTip"> |
|
82 <string>Select to list packages that are not dependencies of installed packages</string> |
|
83 </property> |
|
84 <property name="text"> |
|
85 <string>Not required Packages</string> |
|
86 </property> |
|
87 </widget> |
|
88 </item> |
|
89 <item row="1" column="2"> |
|
90 <widget class="QCheckBox" name="userCheckBox"> |
|
91 <property name="toolTip"> |
|
92 <string>Select to show only packages installed to the user-site</string> |
|
93 </property> |
|
94 <property name="text"> |
|
95 <string>User-Site only</string> |
|
96 </property> |
|
97 </widget> |
|
98 </item> |
|
99 </layout> |
|
100 </item> |
|
101 <item> |
|
102 <widget class="QSplitter" name="splitter"> |
|
103 <property name="orientation"> |
|
104 <enum>Qt::Vertical</enum> |
|
105 </property> |
|
106 <property name="childrenCollapsible"> |
|
107 <bool>false</bool> |
|
108 </property> |
|
109 <widget class="QTreeWidget" name="packageList"> |
|
110 <property name="sizePolicy"> |
|
111 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
112 <horstretch>0</horstretch> |
|
113 <verstretch>3</verstretch> |
|
114 </sizepolicy> |
|
115 </property> |
|
116 <property name="alternatingRowColors"> |
|
117 <bool>true</bool> |
|
118 </property> |
|
119 <property name="selectionMode"> |
|
120 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
121 </property> |
|
122 <property name="rootIsDecorated"> |
|
123 <bool>false</bool> |
|
124 </property> |
|
125 <property name="itemsExpandable"> |
|
126 <bool>false</bool> |
|
127 </property> |
|
128 <property name="sortingEnabled"> |
|
129 <bool>true</bool> |
|
130 </property> |
|
131 <column> |
|
132 <property name="text"> |
|
133 <string notr="true">1</string> |
|
134 </property> |
|
135 </column> |
|
136 </widget> |
|
137 <widget class="QWidget" name="widget" native="true"> |
|
138 <property name="sizePolicy"> |
|
139 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
|
140 <horstretch>0</horstretch> |
|
141 <verstretch>1</verstretch> |
|
142 </sizepolicy> |
|
143 </property> |
|
144 <layout class="QVBoxLayout" name="verticalLayout"> |
|
145 <property name="leftMargin"> |
|
146 <number>0</number> |
|
147 </property> |
|
148 <property name="topMargin"> |
|
149 <number>0</number> |
|
150 </property> |
|
151 <property name="rightMargin"> |
|
152 <number>0</number> |
|
153 </property> |
|
154 <property name="bottomMargin"> |
|
155 <number>0</number> |
|
156 </property> |
|
157 <item> |
|
158 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
159 <item> |
|
160 <widget class="QCheckBox" name="verboseCheckBox"> |
|
161 <property name="toolTip"> |
|
162 <string>Select to show verbose package information</string> |
|
163 </property> |
|
164 <property name="text"> |
|
165 <string>Verbose Package Information</string> |
|
166 </property> |
|
167 </widget> |
|
168 </item> |
|
169 <item> |
|
170 <widget class="QCheckBox" name="installedFilesCheckBox"> |
|
171 <property name="toolTip"> |
|
172 <string>Select to show information about installed files</string> |
|
173 </property> |
|
174 <property name="text"> |
|
175 <string>Installed Files Information</string> |
|
176 </property> |
|
177 </widget> |
|
178 </item> |
|
179 </layout> |
|
180 </item> |
|
181 <item> |
|
182 <widget class="QTreeWidget" name="infoWidget"> |
|
183 <property name="sizePolicy"> |
|
184 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
185 <horstretch>0</horstretch> |
|
186 <verstretch>1</verstretch> |
|
187 </sizepolicy> |
|
188 </property> |
|
189 <property name="alternatingRowColors"> |
|
190 <bool>true</bool> |
|
191 </property> |
|
192 <property name="rootIsDecorated"> |
|
193 <bool>false</bool> |
|
194 </property> |
|
195 <property name="itemsExpandable"> |
|
196 <bool>false</bool> |
|
197 </property> |
|
198 <property name="allColumnsShowFocus"> |
|
199 <bool>true</bool> |
|
200 </property> |
|
201 <property name="wordWrap"> |
|
202 <bool>true</bool> |
|
203 </property> |
|
204 <property name="columnCount"> |
|
205 <number>2</number> |
|
206 </property> |
|
207 <attribute name="headerVisible"> |
|
208 <bool>false</bool> |
|
209 </attribute> |
|
210 <attribute name="headerStretchLastSection"> |
|
211 <bool>false</bool> |
|
212 </attribute> |
|
213 <column> |
|
214 <property name="text"> |
|
215 <string notr="true">1</string> |
|
216 </property> |
|
217 </column> |
|
218 <column> |
|
219 <property name="text"> |
|
220 <string notr="true">2</string> |
|
221 </property> |
|
222 </column> |
|
223 </widget> |
|
224 </item> |
|
225 </layout> |
|
226 </widget> |
|
227 </widget> |
|
228 </item> |
|
229 <item> |
|
230 <widget class="QDialogButtonBox" name="buttonBox"> |
|
231 <property name="orientation"> |
|
232 <enum>Qt::Horizontal</enum> |
|
233 </property> |
|
234 <property name="standardButtons"> |
|
235 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> |
|
236 </property> |
|
237 </widget> |
|
238 </item> |
|
239 </layout> |
|
240 </widget> |
|
241 <tabstops> |
|
242 <tabstop>venvComboBox</tabstop> |
|
243 <tabstop>localCheckBox</tabstop> |
|
244 <tabstop>notRequiredCheckBox</tabstop> |
|
245 <tabstop>userCheckBox</tabstop> |
|
246 <tabstop>packageList</tabstop> |
|
247 <tabstop>verboseCheckBox</tabstop> |
|
248 <tabstop>installedFilesCheckBox</tabstop> |
|
249 <tabstop>infoWidget</tabstop> |
|
250 </tabstops> |
|
251 <resources/> |
|
252 <connections/> |
|
253 </ui> |
|