--- a/eric6/Project/PropertiesDialog.ui Fri Jan 22 14:14:15 2021 +0100 +++ b/eric6/Project/PropertiesDialog.ui Fri Jan 22 16:48:43 2021 +0100 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>600</width> - <height>555</height> + <height>650</height> </rect> </property> <property name="maximumSize"> @@ -29,7 +29,7 @@ </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> - <layout class="QGridLayout" name="gridLayout"> + <layout class="QFormLayout" name="formLayout"> <item row="0" column="0"> <widget class="QLabel" name="nameLabel"> <property name="text"> @@ -279,6 +279,20 @@ </widget> </item> <item row="10" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Docstring Style:</string> + </property> + </widget> + </item> + <item row="10" column="1"> + <widget class="QComboBox" name="docstringStyleComboBox"> + <property name="toolTip"> + <string>Select the docstring style for the project</string> + </property> + </widget> + </item> + <item row="11" column="0"> <widget class="QLabel" name="authorLabel"> <property name="text"> <string>&Author:</string> @@ -288,7 +302,7 @@ </property> </widget> </item> - <item row="10" column="1"> + <item row="11" column="1"> <widget class="QLineEdit" name="authorEdit"> <property name="toolTip"> <string>Enter authors name</string> @@ -299,7 +313,7 @@ </property> </widget> </item> - <item row="11" column="0"> + <item row="12" column="0"> <widget class="QLabel" name="emailLabel"> <property name="text"> <string>&Email:</string> @@ -309,7 +323,7 @@ </property> </widget> </item> - <item row="11" column="1"> + <item row="12" column="1"> <widget class="QLineEdit" name="emailEdit"> <property name="toolTip"> <string>Enter authors email</string> @@ -320,7 +334,7 @@ </property> </widget> </item> - <item row="12" column="0"> + <item row="13" column="0"> <widget class="QLabel" name="descriptionLabel"> <property name="text"> <string>&Description:</string> @@ -333,7 +347,7 @@ </property> </widget> </item> - <item row="12" column="1"> + <item row="13" column="1"> <widget class="QTextEdit" name="descriptionEdit"> <property name="toolTip"> <string>Enter description</string> @@ -426,6 +440,7 @@ <tabstop>mainscriptPicker</tabstop> <tabstop>transPropertiesButton</tabstop> <tabstop>eolComboBox</tabstop> + <tabstop>docstringStyleComboBox</tabstop> <tabstop>authorEdit</tabstop> <tabstop>emailEdit</tabstop> <tabstop>descriptionEdit</tabstop>