Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui

changeset 6327
a1716d9210f4
parent 6011
e6af0dcfbb35
child 6342
c79ecba9cde7
equal deleted inserted replaced
6326:5ef9456a0cbe 6327:a1716d9210f4
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>600</width> 9 <width>600</width>
10 <height>550</height> 10 <height>650</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Package List</string> 14 <string>Package List</string>
15 </property> 15 </property>
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">
44 <height>20</height> 44 <height>20</height>
45 </size> 45 </size>
46 </property> 46 </property>
47 </spacer> 47 </spacer>
48 </item> 48 </item>
49 <item> 49 <item row="0" column="2">
50 <widget class="QCheckBox" name="localCheckBox"> 50 <widget class="QCheckBox" name="localCheckBox">
51 <property name="toolTip"> 51 <property name="toolTip">
52 <string>Select to show only locally-installed packages</string> 52 <string>Select to show only locally-installed packages</string>
53 </property> 53 </property>
54 <property name="text"> 54 <property name="text">
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>

eric ide

mercurial