blobfillup.ui 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>BlobFillUp</class>
  4. <widget class="QDialog" name="BlobFillUp">
  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. </layout>
  49. </widget>
  50. <resources/>
  51. <connections/>
  52. </ui>