eric7/Project/PropertiesDialog.ui

branch
eric7-maintenance
changeset 9192
a763d57e23bc
parent 9141
7085ece52151
child 9195
3387472dda78
--- 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>&lt;b&gt;Project Name&lt;/b&gt;
 &lt;p&gt;Enter the project name&lt;/p&gt;</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>&lt;b&gt;Version No.&lt;/b&gt;
 &lt;p&gt;Enter the version no.&lt;/p&gt;</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>&lt;b&gt;Author&lt;/b&gt;
 &lt;p&gt;Enter the name of the author.&lt;/p&gt;</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>&lt;b&gt;Email&lt;/b&gt;
 &lt;p&gt;Enter the email address of the author&lt;/p&gt;</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>

eric ide

mercurial