ctkPluginGeneratorMainSection.ui 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ctkPluginGeneratorMainSection</class>
  4. <widget class="QWidget" name="ctkPluginGeneratorMainSection">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>300</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="lineEdit_3"/>
  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="4" 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="comboBox">
  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. </layout>
  85. </widget>
  86. <resources/>
  87. <connections/>
  88. </ui>