Plugins/UiExtensionPlugins/PipInterface/PipFileSelectionDialog.ui

changeset 6342
c79ecba9cde7
parent 6327
a1716d9210f4
equal deleted inserted replaced
6341:a00e63f6d766 6342:c79ecba9cde7
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>144</height> 10 <height>170</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>
18 </property> 18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout"> 19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item> 20 <item>
21 <widget class="QLabel" name="label"> 21 <widget class="QLabel" name="label">
22 <property name="text"> 22 <property name="text">
23 <string>Select the pip executable to be used:</string> 23 <string>Virtual Environment:</string>
24 </property> 24 </property>
25 </widget> 25 </widget>
26 </item> 26 </item>
27 <item> 27 <item>
28 <widget class="QComboBox" name="pipComboBox"> 28 <widget class="QComboBox" name="venvComboBox">
29 <property name="toolTip"> 29 <property name="toolTip">
30 <string>Select the pip command to use</string> 30 <string>Select the virtual environment to be used</string>
31 </property> 31 </property>
32 </widget> 32 </widget>
33 </item> 33 </item>
34 <item> 34 <item>
35 <widget class="QLabel" name="fileLabel"> 35 <widget class="QLabel" name="fileLabel">
36 <property name="text"> 36 <property name="text">
37 <string>Enter file name:</string> 37 <string>File Name:</string>
38 </property> 38 </property>
39 </widget> 39 </widget>
40 </item> 40 </item>
41 <item> 41 <item>
42 <widget class="E5PathPicker" name="filePicker" native="true"> 42 <widget class="E5PathPicker" name="filePicker" native="true">

eric ide

mercurial