ctkPluginGeneratorMainExtension.ui 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ctkPluginGeneratorMainExtension</class>
  4. <widget class="QWidget" name="ctkPluginGeneratorMainExtension">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>470</width>
  10. <height>476</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <property name="margin">
  18. <number>0</number>
  19. </property>
  20. <item row="0" column="2">
  21. <widget class="QLineEdit" name="symbolicNameEdit"/>
  22. </item>
  23. <item row="1" column="2">
  24. <widget class="QLineEdit" name="nameEdit"/>
  25. </item>
  26. <item row="2" column="2">
  27. <widget class="QLineEdit" name="versionEdit"/>
  28. </item>
  29. <item row="1" column="1">
  30. <widget class="QLabel" name="label_2">
  31. <property name="text">
  32. <string>Name</string>
  33. </property>
  34. </widget>
  35. </item>
  36. <item row="0" column="1">
  37. <widget class="QLabel" name="label">
  38. <property name="text">
  39. <string>Symbolic name</string>
  40. </property>
  41. </widget>
  42. </item>
  43. <item row="2" column="1">
  44. <widget class="QLabel" name="label_3">
  45. <property name="text">
  46. <string>Version</string>
  47. </property>
  48. </widget>
  49. </item>
  50. <item row="5" column="2">
  51. <spacer name="verticalSpacer">
  52. <property name="orientation">
  53. <enum>Qt::Vertical</enum>
  54. </property>
  55. <property name="sizeHint" stdset="0">
  56. <size>
  57. <width>20</width>
  58. <height>40</height>
  59. </size>
  60. </property>
  61. </spacer>
  62. </item>
  63. <item row="3" column="1">
  64. <widget class="QLabel" name="label_7">
  65. <property name="text">
  66. <string>Activation policy</string>
  67. </property>
  68. </widget>
  69. </item>
  70. <item row="3" column="2">
  71. <widget class="QComboBox" name="activationPolicyCombo">
  72. <item>
  73. <property name="text">
  74. <string>Lazy</string>
  75. </property>
  76. </item>
  77. <item>
  78. <property name="text">
  79. <string>Eager</string>
  80. </property>
  81. </item>
  82. </widget>
  83. </item>
  84. <item row="4" column="1" colspan="2">
  85. <widget class="ctkCollapsibleButton" name="advancedButton">
  86. <property name="text">
  87. <string>Advanced</string>
  88. </property>
  89. <property name="collapsed">
  90. <bool>true</bool>
  91. </property>
  92. <property name="collapsedHeight">
  93. <number>0</number>
  94. </property>
  95. <layout class="QVBoxLayout" name="verticalLayout">
  96. <item>
  97. <widget class="QWidget" name="widget" native="true">
  98. <layout class="QGridLayout" name="gridLayout_2">
  99. <property name="margin">
  100. <number>0</number>
  101. </property>
  102. <item row="0" column="0">
  103. <widget class="QLabel" name="label_4">
  104. <property name="text">
  105. <string>Export directive</string>
  106. </property>
  107. </widget>
  108. </item>
  109. <item row="0" column="1">
  110. <widget class="QLineEdit" name="exportDirectiveEdit"/>
  111. </item>
  112. <item row="1" column="0">
  113. <widget class="QLabel" name="label_5">
  114. <property name="text">
  115. <string>Activator class name</string>
  116. </property>
  117. </widget>
  118. </item>
  119. <item row="1" column="1">
  120. <widget class="QLineEdit" name="activatorClassEdit"/>
  121. </item>
  122. <item row="2" column="0">
  123. <widget class="QLabel" name="label_6">
  124. <property name="text">
  125. <string>Activator header file</string>
  126. </property>
  127. </widget>
  128. </item>
  129. <item row="2" column="1">
  130. <widget class="QLineEdit" name="activatorHeaderEdit"/>
  131. </item>
  132. <item row="3" column="0">
  133. <widget class="QLabel" name="label_8">
  134. <property name="text">
  135. <string>Activator source file</string>
  136. </property>
  137. </widget>
  138. </item>
  139. <item row="3" column="1">
  140. <widget class="QLineEdit" name="activatorSourceEdit"/>
  141. </item>
  142. </layout>
  143. </widget>
  144. </item>
  145. </layout>
  146. </widget>
  147. </item>
  148. </layout>
  149. </widget>
  150. <customwidgets>
  151. <customwidget>
  152. <class>ctkCollapsibleButton</class>
  153. <extends>QWidget</extends>
  154. <header>ctkCollapsibleButton.h</header>
  155. <container>1</container>
  156. </customwidget>
  157. </customwidgets>
  158. <resources/>
  159. <connections/>
  160. </ui>