57 <string>Enter the Python interpreter of the virtual environment</string> |
57 <string>Enter the Python interpreter of the virtual environment</string> |
58 </property> |
58 </property> |
59 </widget> |
59 </widget> |
60 </item> |
60 </item> |
61 <item> |
61 <item> |
|
62 <widget class="QComboBox" name="variantComboBox"> |
|
63 <property name="toolTip"> |
|
64 <string>Select the Python variant</string> |
|
65 </property> |
|
66 <item> |
|
67 <property name="text"> |
|
68 <string notr="true">Python 3</string> |
|
69 </property> |
|
70 </item> |
|
71 <item> |
|
72 <property name="text"> |
|
73 <string notr="true">Python 2</string> |
|
74 </property> |
|
75 </item> |
|
76 </widget> |
|
77 </item> |
|
78 <item> |
62 <widget class="QDialogButtonBox" name="buttonBox"> |
79 <widget class="QDialogButtonBox" name="buttonBox"> |
63 <property name="orientation"> |
80 <property name="orientation"> |
64 <enum>Qt::Horizontal</enum> |
81 <enum>Qt::Horizontal</enum> |
65 </property> |
82 </property> |
66 <property name="standardButtons"> |
83 <property name="standardButtons"> |
76 <extends>QWidget</extends> |
93 <extends>QWidget</extends> |
77 <header>E5Gui/E5PathPicker.h</header> |
94 <header>E5Gui/E5PathPicker.h</header> |
78 <container>1</container> |
95 <container>1</container> |
79 </customwidget> |
96 </customwidget> |
80 </customwidgets> |
97 </customwidgets> |
|
98 <tabstops> |
|
99 <tabstop>pythonExecPicker</tabstop> |
|
100 <tabstop>variantComboBox</tabstop> |
|
101 <tabstop>nameEdit</tabstop> |
|
102 </tabstops> |
81 <resources/> |
103 <resources/> |
82 <connections> |
104 <connections> |
83 <connection> |
105 <connection> |
84 <sender>buttonBox</sender> |
106 <sender>buttonBox</sender> |
85 <signal>accepted()</signal> |
107 <signal>accepted()</signal> |