src/eric7/PipInterface/PipPackagesInputDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PipPackagesInputDialog</class>
4 <widget class="QDialog" name="PipPackagesInputDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>600</width>
10 <height>130</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Packages </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_2">
22 <property name="text">
23 <string>Package Specifications (separated by whitespace):</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="QLineEdit" name="packagesEdit"/>
29 </item>
30 <item>
31 <widget class="QCheckBox" name="userCheckBox">
32 <property name="toolTip">
33 <string>Select to install to the Python user install directory</string>
34 </property>
35 <property name="text">
36 <string>Install into User Directory</string>
37 </property>
38 </widget>
39 </item>
40 <item>
41 <widget class="QDialogButtonBox" name="buttonBox">
42 <property name="orientation">
43 <enum>Qt::Horizontal</enum>
44 </property>
45 <property name="standardButtons">
46 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
47 </property>
48 </widget>
49 </item>
50 </layout>
51 </widget>
52 <resources/>
53 <connections>
54 <connection>
55 <sender>buttonBox</sender>
56 <signal>accepted()</signal>
57 <receiver>PipPackagesInputDialog</receiver>
58 <slot>accept()</slot>
59 <hints>
60 <hint type="sourcelabel">
61 <x>248</x>
62 <y>254</y>
63 </hint>
64 <hint type="destinationlabel">
65 <x>157</x>
66 <y>274</y>
67 </hint>
68 </hints>
69 </connection>
70 <connection>
71 <sender>buttonBox</sender>
72 <signal>rejected()</signal>
73 <receiver>PipPackagesInputDialog</receiver>
74 <slot>reject()</slot>
75 <hints>
76 <hint type="sourcelabel">
77 <x>316</x>
78 <y>260</y>
79 </hint>
80 <hint type="destinationlabel">
81 <x>286</x>
82 <y>274</y>
83 </hint>
84 </hints>
85 </connection>
86 </connections>
87 </ui>

eric ide

mercurial