Plugins/UiExtensionPlugins/PipInterface/PipFileSelectionDialog.ui

branch
maintenance
changeset 6826
c6dda2cbe081
parent 6764
d14ddbfbbd36
parent 6825
e659bb96cdfa
child 6827
14680839ad7a
equal deleted inserted replaced
6764:d14ddbfbbd36 6826:c6dda2cbe081
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PipFileSelectionDialog</class>
4 <widget class="QDialog" name="PipFileSelectionDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>600</width>
10 <height>170</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Select File</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QLabel" name="label">
22 <property name="text">
23 <string>Virtual Environment:</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="QComboBox" name="venvComboBox">
29 <property name="toolTip">
30 <string>Select the virtual environment to be used</string>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="QLabel" name="fileLabel">
36 <property name="text">
37 <string>File Name:</string>
38 </property>
39 </widget>
40 </item>
41 <item>
42 <widget class="E5PathPicker" name="filePicker" native="true">
43 <property name="focusPolicy">
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>
55 </property>
56 </widget>
57 </item>
58 <item>
59 <widget class="QDialogButtonBox" name="buttonBox">
60 <property name="orientation">
61 <enum>Qt::Horizontal</enum>
62 </property>
63 <property name="standardButtons">
64 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
65 </property>
66 </widget>
67 </item>
68 </layout>
69 </widget>
70 <customwidgets>
71 <customwidget>
72 <class>E5PathPicker</class>
73 <extends>QWidget</extends>
74 <header>E5Gui/E5PathPicker.h</header>
75 <container>1</container>
76 </customwidget>
77 </customwidgets>
78 <resources/>
79 <connections>
80 <connection>
81 <sender>buttonBox</sender>
82 <signal>accepted()</signal>
83 <receiver>PipFileSelectionDialog</receiver>
84 <slot>accept()</slot>
85 <hints>
86 <hint type="sourcelabel">
87 <x>248</x>
88 <y>254</y>
89 </hint>
90 <hint type="destinationlabel">
91 <x>157</x>
92 <y>274</y>
93 </hint>
94 </hints>
95 </connection>
96 <connection>
97 <sender>buttonBox</sender>
98 <signal>rejected()</signal>
99 <receiver>PipFileSelectionDialog</receiver>
100 <slot>reject()</slot>
101 <hints>
102 <hint type="sourcelabel">
103 <x>316</x>
104 <y>260</y>
105 </hint>
106 <hint type="destinationlabel">
107 <x>286</x>
108 <y>274</y>
109 </hint>
110 </hints>
111 </connection>
112 </connections>
113 </ui>

eric ide

mercurial