blobshapetrans.ui 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>BolbShapeTrans</class>
  4. <widget class="QDialog" name="BolbShapeTrans">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>278</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="0" column="0">
  18. <widget class="QLabel" name="label_index">
  19. <property name="minimumSize">
  20. <size>
  21. <width>80</width>
  22. <height>0</height>
  23. </size>
  24. </property>
  25. <property name="text">
  26. <string>使用索引:</string>
  27. </property>
  28. </widget>
  29. </item>
  30. <item row="0" column="1">
  31. <widget class="QComboBox" name="comboBox_index">
  32. <property name="minimumSize">
  33. <size>
  34. <width>0</width>
  35. <height>0</height>
  36. </size>
  37. </property>
  38. <property name="styleSheet">
  39. <string notr="true"/>
  40. </property>
  41. <item>
  42. <property name="text">
  43. <string>上一个区域</string>
  44. </property>
  45. </item>
  46. </widget>
  47. </item>
  48. <item row="1" column="0">
  49. <widget class="QLabel" name="label1">
  50. <property name="minimumSize">
  51. <size>
  52. <width>80</width>
  53. <height>0</height>
  54. </size>
  55. </property>
  56. <property name="text">
  57. <string>半径:</string>
  58. </property>
  59. </widget>
  60. </item>
  61. <item row="1" column="1">
  62. <widget class="QComboBox" name="comboBox">
  63. <property name="minimumSize">
  64. <size>
  65. <width>0</width>
  66. <height>0</height>
  67. </size>
  68. </property>
  69. <property name="styleSheet">
  70. <string notr="true"/>
  71. </property>
  72. <item>
  73. <property name="text">
  74. <string>凸型</string>
  75. </property>
  76. </item>
  77. <item>
  78. <property name="text">
  79. <string>椭圆</string>
  80. </property>
  81. </item>
  82. <item>
  83. <property name="text">
  84. <string>最小外接圆</string>
  85. </property>
  86. </item>
  87. <item>
  88. <property name="text">
  89. <string>最大内接圆</string>
  90. </property>
  91. </item>
  92. <item>
  93. <property name="text">
  94. <string>最小外接矩形1</string>
  95. </property>
  96. </item>
  97. <item>
  98. <property name="text">
  99. <string>最小外接矩形2</string>
  100. </property>
  101. </item>
  102. <item>
  103. <property name="text">
  104. <string>最大内接矩形1</string>
  105. </property>
  106. </item>
  107. </widget>
  108. </item>
  109. </layout>
  110. </widget>
  111. <resources/>
  112. <connections/>
  113. </ui>