--- a/src/eric7/Project/PropertiesDialog.ui Fri Sep 02 14:10:44 2022 +0200 +++ b/src/eric7/Project/PropertiesDialog.ui Sat Oct 01 13:06:10 2022 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>600</width> - <height>650</height> + <height>700</height> </rect> </property> <property name="maximumSize"> @@ -356,6 +356,16 @@ </layout> </item> <item> + <widget class="QCheckBox" name="embeddedVenvCheckBox"> + <property name="toolTip"> + <string>Select this to create and use a project embedded virtual environment</string> + </property> + <property name="text"> + <string>Use embedded virtual environment</string> + </property> + </widget> + </item> + <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <spacer name="horizontalSpacer_3"> @@ -526,6 +536,7 @@ <tabstop>descriptionEdit</tabstop> <tabstop>testingFrameworkComboBox</tabstop> <tabstop>licenseComboBox</tabstop> + <tabstop>embeddedVenvCheckBox</tabstop> <tabstop>spellPropertiesButton</tabstop> <tabstop>transPropertiesButton</tabstop> <tabstop>makeCheckBox</tabstop>