src/eric7/PipInterface/PipFileSelectionDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8358
144a6b854f70
child 9413
80c06d472826
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
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>114</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="fileLabel">
22 <property name="text">
23 <string>File Name:</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="EricPathPicker" name="filePicker" native="true">
29 <property name="focusPolicy">
30 <enum>Qt::StrongFocus</enum>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="QCheckBox" name="userCheckBox">
36 <property name="toolTip">
37 <string>Select to install to the Python user install directory</string>
38 </property>
39 <property name="text">
40 <string>Install into User Directory</string>
41 </property>
42 </widget>
43 </item>
44 <item>
45 <widget class="QDialogButtonBox" name="buttonBox">
46 <property name="orientation">
47 <enum>Qt::Horizontal</enum>
48 </property>
49 <property name="standardButtons">
50 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
51 </property>
52 </widget>
53 </item>
54 </layout>
55 </widget>
56 <customwidgets>
57 <customwidget>
58 <class>EricPathPicker</class>
59 <extends>QWidget</extends>
60 <header>EricWidgets/EricPathPicker.h</header>
61 <container>1</container>
62 </customwidget>
63 </customwidgets>
64 <resources/>
65 <connections>
66 <connection>
67 <sender>buttonBox</sender>
68 <signal>accepted()</signal>
69 <receiver>PipFileSelectionDialog</receiver>
70 <slot>accept()</slot>
71 <hints>
72 <hint type="sourcelabel">
73 <x>248</x>
74 <y>254</y>
75 </hint>
76 <hint type="destinationlabel">
77 <x>157</x>
78 <y>274</y>
79 </hint>
80 </hints>
81 </connection>
82 <connection>
83 <sender>buttonBox</sender>
84 <signal>rejected()</signal>
85 <receiver>PipFileSelectionDialog</receiver>
86 <slot>reject()</slot>
87 <hints>
88 <hint type="sourcelabel">
89 <x>316</x>
90 <y>260</y>
91 </hint>
92 <hint type="destinationlabel">
93 <x>286</x>
94 <y>274</y>
95 </hint>
96 </hints>
97 </connection>
98 </connections>
99 </ui>

eric ide

mercurial