23 <string>Select the pip command to use</string> |
23 <string>Select the pip command to use</string> |
24 </property> |
24 </property> |
25 </widget> |
25 </widget> |
26 </item> |
26 </item> |
27 <item> |
27 <item> |
28 <layout class="QHBoxLayout" name="horizontalLayout"> |
28 <layout class="QGridLayout" name="gridLayout"> |
29 <item> |
29 <item row="0" column="0"> |
30 <widget class="QLabel" name="infoLabel"> |
30 <widget class="QLabel" name="infoLabel"> |
31 <property name="text"> |
31 <property name="text"> |
32 <string notr="true">TextLabel</string> |
32 <string notr="true">TextLabel</string> |
33 </property> |
33 </property> |
34 </widget> |
34 </widget> |
35 </item> |
35 </item> |
36 <item> |
36 <item row="0" column="1"> |
37 <spacer name="horizontalSpacer"> |
37 <spacer name="horizontalSpacer"> |
38 <property name="orientation"> |
38 <property name="orientation"> |
39 <enum>Qt::Horizontal</enum> |
39 <enum>Qt::Horizontal</enum> |
40 </property> |
40 </property> |
41 <property name="sizeHint" stdset="0"> |
41 <property name="sizeHint" stdset="0"> |
57 <property name="checked"> |
57 <property name="checked"> |
58 <bool>true</bool> |
58 <bool>true</bool> |
59 </property> |
59 </property> |
60 </widget> |
60 </widget> |
61 </item> |
61 </item> |
62 <item> |
62 <item row="0" column="3"> |
63 <widget class="QCheckBox" name="notRequiredCheckBox"> |
63 <widget class="QCheckBox" name="notRequiredCheckBox"> |
64 <property name="toolTip"> |
64 <property name="toolTip"> |
65 <string>Select to list packages that are not dependencies of installed packages</string> |
65 <string>Select to list packages that are not dependencies of installed packages</string> |
66 </property> |
66 </property> |
67 <property name="text"> |
67 <property name="text"> |
68 <string>Not required Packages</string> |
68 <string>Not required Packages</string> |
|
69 </property> |
|
70 </widget> |
|
71 </item> |
|
72 <item row="1" column="2"> |
|
73 <widget class="QCheckBox" name="userCheckBox"> |
|
74 <property name="toolTip"> |
|
75 <string>Select to show only packages installed to the user-site</string> |
|
76 </property> |
|
77 <property name="text"> |
|
78 <string>User-Site only</string> |
69 </property> |
79 </property> |
70 </widget> |
80 </widget> |
71 </item> |
81 </item> |
72 </layout> |
82 </layout> |
73 </item> |
83 </item> |
213 </widget> |
223 </widget> |
214 <tabstops> |
224 <tabstops> |
215 <tabstop>pipComboBox</tabstop> |
225 <tabstop>pipComboBox</tabstop> |
216 <tabstop>localCheckBox</tabstop> |
226 <tabstop>localCheckBox</tabstop> |
217 <tabstop>notRequiredCheckBox</tabstop> |
227 <tabstop>notRequiredCheckBox</tabstop> |
|
228 <tabstop>userCheckBox</tabstop> |
218 <tabstop>packageList</tabstop> |
229 <tabstop>packageList</tabstop> |
219 <tabstop>verboseCheckBox</tabstop> |
230 <tabstop>verboseCheckBox</tabstop> |
220 <tabstop>installedFilesCheckBox</tabstop> |
231 <tabstop>installedFilesCheckBox</tabstop> |
221 <tabstop>infoWidget</tabstop> |
232 <tabstop>infoWidget</tabstop> |
222 </tabstops> |
233 </tabstops> |