Plugins/UiExtensionPlugins/PipInterface/PipFileSelectionDialog.ui

changeset 6327
a1716d9210f4
parent 6294
58f82c179d2b
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>121</height> 10 <height>144</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Select File</string> 14 <string>Select File</string>
15 </property> 15 </property>
40 </item> 40 </item>
41 <item> 41 <item>
42 <widget class="E5PathPicker" name="filePicker" native="true"> 42 <widget class="E5PathPicker" name="filePicker" native="true">
43 <property name="focusPolicy"> 43 <property name="focusPolicy">
44 <enum>Qt::StrongFocus</enum> 44 <enum>Qt::StrongFocus</enum>
45 </property>
46 </widget>
47 </item>
48 <item>
49 <widget class="QCheckBox" name="userCheckBox">
50 <property name="toolTip">
51 <string>Select to install to the Python user install directory</string>
52 </property>
53 <property name="text">
54 <string>Install into User Directory</string>
45 </property> 55 </property>
46 </widget> 56 </widget>
47 </item> 57 </item>
48 <item> 58 <item>
49 <widget class="QDialogButtonBox" name="buttonBox"> 59 <widget class="QDialogButtonBox" name="buttonBox">

eric ide

mercurial