| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 | <?xml version="1.0" encoding="UTF-8"?><ui version="4.0"> <class>Form</class> <widget class="QWidget" name="Form">  <property name="geometry">   <rect>    <x>0</x>    <y>0</y>    <width>429</width>    <height>624</height>   </rect>  </property>  <property name="windowTitle">   <string>Form</string>  </property>  <layout class="QGridLayout" name="gridLayout">   <item row="0" column="2">    <widget class="QLineEdit" name="lineEdit"/>   </item>   <item row="1" column="2">    <widget class="QLineEdit" name="lineEdit_2"/>   </item>   <item row="2" column="2">    <widget class="QLineEdit" name="lineEdit_3"/>   </item>   <item row="1" column="1">    <widget class="QLabel" name="label_2">     <property name="text">      <string>Name</string>     </property>    </widget>   </item>   <item row="0" column="1">    <widget class="QLabel" name="label">     <property name="text">      <string>Symbolic Name</string>     </property>    </widget>   </item>   <item row="2" column="1">    <widget class="QLabel" name="label_3">     <property name="text">      <string>Version</string>     </property>    </widget>   </item>   <item row="3" column="2">    <widget class="QLineEdit" name="lineEdit_4"/>   </item>   <item row="3" column="1">    <widget class="QLabel" name="label_4">     <property name="text">      <string>Vendor</string>     </property>    </widget>   </item>   <item row="4" column="2">    <widget class="QLineEdit" name="lineEdit_5"/>   </item>   <item row="4" column="1">    <widget class="QLabel" name="label_6">     <property name="text">      <string>License</string>     </property>    </widget>   </item>   <item row="5" column="1">    <widget class="QLabel" name="label_5">     <property name="text">      <string>Copyright</string>     </property>    </widget>   </item>   <item row="5" column="2">    <widget class="QLineEdit" name="lineEdit_6"/>   </item>   <item row="12" column="2">    <spacer name="verticalSpacer">     <property name="orientation">      <enum>Qt::Vertical</enum>     </property>     <property name="sizeHint" stdset="0">      <size>       <width>20</width>       <height>40</height>      </size>     </property>    </spacer>   </item>   <item row="6" column="1">    <widget class="QLabel" name="label_7">     <property name="text">      <string>Activaton Policy</string>     </property>    </widget>   </item>   <item row="8" column="1">    <widget class="QLabel" name="label_8">     <property name="text">      <string>Category</string>     </property>    </widget>   </item>   <item row="9" column="1">    <widget class="QLabel" name="label_9">     <property name="text">      <string>Contact Address</string>     </property>    </widget>   </item>   <item row="7" column="1">    <widget class="QLabel" name="label_10">     <property name="text">      <string>Description</string>     </property>     <property name="alignment">      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>     </property>    </widget>   </item>   <item row="10" column="1">    <widget class="QLabel" name="label_11">     <property name="text">      <string>Doc URL</string>     </property>    </widget>   </item>   <item row="11" column="1">    <widget class="QLabel" name="label_12">     <property name="text">      <string>Icon</string>     </property>    </widget>   </item>   <item row="7" column="2">    <widget class="QPlainTextEdit" name="plainTextEdit">     <property name="maximumSize">      <size>       <width>16777215</width>       <height>80</height>      </size>     </property>    </widget>   </item>   <item row="8" column="2">    <widget class="QLineEdit" name="lineEdit_7"/>   </item>   <item row="9" column="2">    <widget class="QLineEdit" name="lineEdit_8"/>   </item>   <item row="10" column="2">    <widget class="QLineEdit" name="lineEdit_9"/>   </item>   <item row="11" column="2">    <widget class="QLineEdit" name="lineEdit_10"/>   </item>   <item row="6" column="2">    <widget class="QComboBox" name="comboBox">     <item>      <property name="text">       <string>Lazy</string>      </property>     </item>     <item>      <property name="text">       <string>Eager</string>      </property>     </item>    </widget>   </item>  </layout> </widget> <resources/> <connections/> <buttongroups>  <buttongroup name="buttonGroup"/> </buttongroups></ui>
 |