Plugins/UiExtensionPlugins/PipInterface/PipPackagesInputDialog.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>143</height> 10 <height>154</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Packages </string> 14 <string>Packages </string>
15 </property> 15 </property>
38 </property> 38 </property>
39 </widget> 39 </widget>
40 </item> 40 </item>
41 <item> 41 <item>
42 <widget class="QLineEdit" name="packagesEdit"/> 42 <widget class="QLineEdit" name="packagesEdit"/>
43 </item>
44 <item>
45 <widget class="QCheckBox" name="userCheckBox">
46 <property name="toolTip">
47 <string>Select to install to the Python user install directory</string>
48 </property>
49 <property name="text">
50 <string>Install into User Directory</string>
51 </property>
52 </widget>
43 </item> 53 </item>
44 <item> 54 <item>
45 <widget class="QDialogButtonBox" name="buttonBox"> 55 <widget class="QDialogButtonBox" name="buttonBox">
46 <property name="orientation"> 56 <property name="orientation">
47 <enum>Qt::Horizontal</enum> 57 <enum>Qt::Horizontal</enum>

eric ide

mercurial