ctkPluginGeneratorManifestExtension.ui 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Form</class>
  4. <widget class="QWidget" name="Form">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>429</width>
  10. <height>624</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="0" column="2">
  18. <widget class="QLineEdit" name="lineEdit"/>
  19. </item>
  20. <item row="1" column="2">
  21. <widget class="QLineEdit" name="lineEdit_2"/>
  22. </item>
  23. <item row="2" column="2">
  24. <widget class="QLineEdit" name="lineEdit_3"/>
  25. </item>
  26. <item row="1" column="1">
  27. <widget class="QLabel" name="label_2">
  28. <property name="text">
  29. <string>Name</string>
  30. </property>
  31. </widget>
  32. </item>
  33. <item row="0" column="1">
  34. <widget class="QLabel" name="label">
  35. <property name="text">
  36. <string>Symbolic Name</string>
  37. </property>
  38. </widget>
  39. </item>
  40. <item row="2" column="1">
  41. <widget class="QLabel" name="label_3">
  42. <property name="text">
  43. <string>Version</string>
  44. </property>
  45. </widget>
  46. </item>
  47. <item row="3" column="2">
  48. <widget class="QLineEdit" name="lineEdit_4"/>
  49. </item>
  50. <item row="3" column="1">
  51. <widget class="QLabel" name="label_4">
  52. <property name="text">
  53. <string>Vendor</string>
  54. </property>
  55. </widget>
  56. </item>
  57. <item row="4" column="2">
  58. <widget class="QLineEdit" name="lineEdit_5"/>
  59. </item>
  60. <item row="4" column="1">
  61. <widget class="QLabel" name="label_6">
  62. <property name="text">
  63. <string>License</string>
  64. </property>
  65. </widget>
  66. </item>
  67. <item row="5" column="1">
  68. <widget class="QLabel" name="label_5">
  69. <property name="text">
  70. <string>Copyright</string>
  71. </property>
  72. </widget>
  73. </item>
  74. <item row="5" column="2">
  75. <widget class="QLineEdit" name="lineEdit_6"/>
  76. </item>
  77. <item row="12" column="2">
  78. <spacer name="verticalSpacer">
  79. <property name="orientation">
  80. <enum>Qt::Vertical</enum>
  81. </property>
  82. <property name="sizeHint" stdset="0">
  83. <size>
  84. <width>20</width>
  85. <height>40</height>
  86. </size>
  87. </property>
  88. </spacer>
  89. </item>
  90. <item row="6" column="1">
  91. <widget class="QLabel" name="label_7">
  92. <property name="text">
  93. <string>Activaton Policy</string>
  94. </property>
  95. </widget>
  96. </item>
  97. <item row="8" column="1">
  98. <widget class="QLabel" name="label_8">
  99. <property name="text">
  100. <string>Category</string>
  101. </property>
  102. </widget>
  103. </item>
  104. <item row="9" column="1">
  105. <widget class="QLabel" name="label_9">
  106. <property name="text">
  107. <string>Contact Address</string>
  108. </property>
  109. </widget>
  110. </item>
  111. <item row="7" column="1">
  112. <widget class="QLabel" name="label_10">
  113. <property name="text">
  114. <string>Description</string>
  115. </property>
  116. <property name="alignment">
  117. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  118. </property>
  119. </widget>
  120. </item>
  121. <item row="10" column="1">
  122. <widget class="QLabel" name="label_11">
  123. <property name="text">
  124. <string>Doc URL</string>
  125. </property>
  126. </widget>
  127. </item>
  128. <item row="11" column="1">
  129. <widget class="QLabel" name="label_12">
  130. <property name="text">
  131. <string>Icon</string>
  132. </property>
  133. </widget>
  134. </item>
  135. <item row="7" column="2">
  136. <widget class="QPlainTextEdit" name="plainTextEdit">
  137. <property name="maximumSize">
  138. <size>
  139. <width>16777215</width>
  140. <height>80</height>
  141. </size>
  142. </property>
  143. </widget>
  144. </item>
  145. <item row="8" column="2">
  146. <widget class="QLineEdit" name="lineEdit_7"/>
  147. </item>
  148. <item row="9" column="2">
  149. <widget class="QLineEdit" name="lineEdit_8"/>
  150. </item>
  151. <item row="10" column="2">
  152. <widget class="QLineEdit" name="lineEdit_9"/>
  153. </item>
  154. <item row="11" column="2">
  155. <widget class="QLineEdit" name="lineEdit_10"/>
  156. </item>
  157. <item row="6" column="2">
  158. <widget class="QComboBox" name="comboBox">
  159. <item>
  160. <property name="text">
  161. <string>Lazy</string>
  162. </property>
  163. </item>
  164. <item>
  165. <property name="text">
  166. <string>Eager</string>
  167. </property>
  168. </item>
  169. </widget>
  170. </item>
  171. </layout>
  172. </widget>
  173. <resources/>
  174. <connections/>
  175. <buttongroups>
  176. <buttongroup name="buttonGroup"/>
  177. </buttongroups>
  178. </ui>