diff -r 40a11619ee77 -r ea60ea85067a Preferences/ConfigurationPages/ProjectPage.ui --- a/Preferences/ConfigurationPages/ProjectPage.ui Sat Nov 03 14:16:43 2018 +0100 +++ b/Preferences/ConfigurationPages/ProjectPage.ui Sat Nov 03 14:19:21 2018 +0100 @@ -7,10 +7,10 @@ <x>0</x> <y>0</y> <width>604</width> - <height>732</height> + <height>905</height> </rect> </property> - <layout class="QVBoxLayout" name="verticalLayout_2"> + <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> @@ -216,6 +216,25 @@ </widget> </item> <item> + <widget class="QGroupBox" name="groupBox_9"> + <property name="title"> + <string>Shell</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <item> + <widget class="QCheckBox" name="restartShellCheckBox"> + <property name="toolTip"> + <string>Select to restart the shell with the interpreter of the project (if configured)</string> + </property> + <property name="text"> + <string>Restart Shell for project upon opening</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> <widget class="QGroupBox" name="groupBox_7"> <property name="title"> <string>Recent Projects</string> @@ -318,6 +337,7 @@ <tabstop>projectAutoCompileResourcesCheckBox</tabstop> <tabstop>projectAutoMakeCheckBox</tabstop> <tabstop>pythonVariantCheckBox</tabstop> + <tabstop>restartShellCheckBox</tabstop> <tabstop>projectRecentSpinBox</tabstop> <tabstop>autosaveTasksCheckBox</tabstop> <tabstop>rescanTasksCheckBox</tabstop>