--- a/eric7/Project/PropertiesDialog.ui Mon Jun 06 16:34:37 2022 +0200 +++ b/eric7/Project/PropertiesDialog.ui Fri Jul 01 11:02:32 2022 +0200 @@ -49,8 +49,8 @@ <string><b>Project Name</b> <p>Enter the project name</p></string> </property> - </widget> - </item> + <property name="clearButtonEnabled"> + <bool>true</bool> <item row="1" column="0"> <widget class="QLabel" name="textLabel1"> <property name="text"> @@ -148,6 +148,9 @@ <string><b>Version No.</b> <p>Enter the version no.</p></string> </property> + <property name="clearButtonEnabled"> + <bool>true</bool> + </property> </widget> </item> <item row="6" column="0"> @@ -245,12 +248,15 @@ <item row="9" column="1"> <widget class="QLineEdit" name="authorEdit"> <property name="toolTip"> - <string>Enter authors name</string> + <string>Enter author's name</string> </property> <property name="whatsThis"> <string><b>Author</b> <p>Enter the name of the author.</p></string> </property> + <property name="clearButtonEnabled"> + <bool>true</bool> + </property> </widget> </item> <item row="10" column="0"> @@ -266,12 +272,15 @@ <item row="10" column="1"> <widget class="QLineEdit" name="emailEdit"> <property name="toolTip"> - <string>Enter authors email</string> + <string>Enter author's email</string> </property> <property name="whatsThis"> <string><b>Email</b> <p>Enter the email address of the author</p></string> </property> + <property name="clearButtonEnabled"> + <bool>true</bool> + </property> </widget> </item> <item row="11" column="0"> @@ -318,6 +327,29 @@ </property> </widget> </item> + <item row="13" column="0"> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>License:</string> + </property> + </widget> + </item> + <item row="13" column="1"> + <widget class="QComboBox" name="licenseComboBox"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip"> + <string>Enter or select the project license</string> + </property> + <property name="editable"> + <bool>true</bool> + </property> + </widget> + </item> </layout> </item> <item> @@ -490,6 +522,7 @@ <tabstop>emailEdit</tabstop> <tabstop>descriptionEdit</tabstop> <tabstop>testingFrameworkComboBox</tabstop> + <tabstop>licenseComboBox</tabstop> <tabstop>spellPropertiesButton</tabstop> <tabstop>transPropertiesButton</tabstop> <tabstop>makeCheckBox</tabstop>