Plugins/UiExtensionPlugins/PipInterface/PipFileSelectionDialog.ui

changeset 6294
58f82c179d2b
child 6327
a1716d9210f4
equal deleted inserted replaced
6293:509768769afe 6294:58f82c179d2b
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>121</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>Select the pip executable to be used:</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="QComboBox" name="pipComboBox">
29 <property name="toolTip">
30 <string>Select the pip command to use</string>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="QLabel" name="fileLabel">
36 <property name="text">
37 <string>Enter 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="QDialogButtonBox" name="buttonBox">
50 <property name="orientation">
51 <enum>Qt::Horizontal</enum>
52 </property>
53 <property name="standardButtons">
54 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
55 </property>
56 </widget>
57 </item>
58 </layout>
59 </widget>
60 <customwidgets>
61 <customwidget>
62 <class>E5PathPicker</class>
63 <extends>QWidget</extends>
64 <header>E5Gui/E5PathPicker.h</header>
65 <container>1</container>
66 </customwidget>
67 </customwidgets>
68 <resources/>
69 <connections>
70 <connection>
71 <sender>buttonBox</sender>
72 <signal>accepted()</signal>
73 <receiver>PipFileSelectionDialog</receiver>
74 <slot>accept()</slot>
75 <hints>
76 <hint type="sourcelabel">
77 <x>248</x>
78 <y>254</y>
79 </hint>
80 <hint type="destinationlabel">
81 <x>157</x>
82 <y>274</y>
83 </hint>
84 </hints>
85 </connection>
86 <connection>
87 <sender>buttonBox</sender>
88 <signal>rejected()</signal>
89 <receiver>PipFileSelectionDialog</receiver>
90 <slot>reject()</slot>
91 <hints>
92 <hint type="sourcelabel">
93 <x>316</x>
94 <y>260</y>
95 </hint>
96 <hint type="destinationlabel">
97 <x>286</x>
98 <y>274</y>
99 </hint>
100 </hints>
101 </connection>
102 </connections>
103 </ui>

eric ide

mercurial