--- a/src/eric7/Project/PropertiesDialog.ui Tue Aug 01 10:03:13 2023 +0200 +++ b/src/eric7/Project/PropertiesDialog.ui Thu Aug 31 10:11:38 2023 +0200 @@ -133,6 +133,37 @@ </widget> </item> <item row="5" column="0"> + <widget class="QLabel" name="dirLabel_2"> + <property name="text"> + <string>Project &Sources Directory:</string> + </property> + <property name="buddy"> + <cstring>dirPicker</cstring> + </property> + </widget> + </item> + <item row="5" column="1"> + <widget class="EricPathPicker" name="srcDirPicker" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="focusPolicy"> + <enum>Qt::StrongFocus</enum> + </property> + <property name="toolTip"> + <string>Enter the project sources subdirectory (leave empty, if sources are directly in the project directory).</string> + </property> + <property name="whatsThis"> + <string><b>Project Directory</b> +<p>Enter the project directory. You may select it + with a dialog by pressing the button to the right.</p></string> + </property> + </widget> + </item> + <item row="6" column="0"> <widget class="QLabel" name="versionLabel"> <property name="text"> <string>&Version No.:</string> @@ -142,7 +173,7 @@ </property> </widget> </item> - <item row="5" column="1"> + <item row="6" column="1"> <widget class="QLineEdit" name="versionEdit"> <property name="toolTip"> <string>Enter the version number</string> @@ -156,7 +187,7 @@ </property> </widget> </item> - <item row="6" column="0"> + <item row="7" column="0"> <widget class="QLabel" name="mainscriptLabel"> <property name="text"> <string>&Main Script:</string> @@ -166,7 +197,7 @@ </property> </widget> </item> - <item row="6" column="1"> + <item row="7" column="1"> <widget class="EricPathPicker" name="mainscriptPicker" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> @@ -187,7 +218,7 @@ </property> </widget> </item> - <item row="7" column="0"> + <item row="8" column="0"> <widget class="QLabel" name="eolLabel"> <property name="text"> <string>End of &Line Character:</string> @@ -197,7 +228,7 @@ </property> </widget> </item> - <item row="7" column="1"> + <item row="8" column="1"> <widget class="QComboBox" name="eolComboBox"> <property name="toolTip"> <string>Select the end of line character to be used by the project</string> @@ -224,21 +255,21 @@ </item> </widget> </item> - <item row="8" column="0"> + <item row="9" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Docstring Style:</string> </property> </widget> </item> - <item row="8" column="1"> + <item row="9" column="1"> <widget class="QComboBox" name="docstringStyleComboBox"> <property name="toolTip"> <string>Select the docstring style for the project</string> </property> </widget> </item> - <item row="9" column="0"> + <item row="10" column="0"> <widget class="QLabel" name="authorLabel"> <property name="text"> <string>&Author:</string> @@ -248,7 +279,7 @@ </property> </widget> </item> - <item row="9" column="1"> + <item row="10" column="1"> <widget class="QLineEdit" name="authorEdit"> <property name="toolTip"> <string>Enter author's name</string> @@ -262,7 +293,7 @@ </property> </widget> </item> - <item row="10" column="0"> + <item row="11" column="0"> <widget class="QLabel" name="emailLabel"> <property name="text"> <string>&Email:</string> @@ -272,7 +303,7 @@ </property> </widget> </item> - <item row="10" column="1"> + <item row="11" column="1"> <widget class="QLineEdit" name="emailEdit"> <property name="toolTip"> <string>Enter author's email</string> @@ -286,7 +317,7 @@ </property> </widget> </item> - <item row="11" column="0"> + <item row="12" column="0"> <widget class="QLabel" name="descriptionLabel"> <property name="text"> <string>&Description:</string> @@ -299,7 +330,7 @@ </property> </widget> </item> - <item row="11" column="1"> + <item row="12" column="1"> <widget class="EricSpellCheckedTextEdit" name="descriptionEdit"> <property name="toolTip"> <string>Enter description</string> @@ -316,28 +347,28 @@ </property> </widget> </item> - <item row="12" column="0"> + <item row="13" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Testing Framework:</string> </property> </widget> </item> - <item row="12" column="1"> + <item row="13" column="1"> <widget class="QComboBox" name="testingFrameworkComboBox"> <property name="toolTip"> <string>Select the testing framework used by the project</string> </property> </widget> </item> - <item row="13" column="0"> + <item row="14" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>License:</string> </property> </widget> </item> - <item row="13" column="1"> + <item row="14" column="1"> <widget class="QComboBox" name="licenseComboBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> @@ -537,6 +568,7 @@ <tabstop>mixedLanguageCheckBox</tabstop> <tabstop>projectTypeComboBox</tabstop> <tabstop>dirPicker</tabstop> + <tabstop>srcDirPicker</tabstop> <tabstop>versionEdit</tabstop> <tabstop>mainscriptPicker</tabstop> <tabstop>eolComboBox</tabstop>