--- a/eric7/Project/PropertiesDialog.ui Sat Jun 04 17:07:11 2022 +0200 +++ b/eric7/Project/PropertiesDialog.ui Sun Jun 05 16:52:05 2022 +0200 @@ -318,6 +318,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 +513,7 @@ <tabstop>emailEdit</tabstop> <tabstop>descriptionEdit</tabstop> <tabstop>testingFrameworkComboBox</tabstop> + <tabstop>licenseComboBox</tabstop> <tabstop>spellPropertiesButton</tabstop> <tabstop>transPropertiesButton</tabstop> <tabstop>makeCheckBox</tabstop>