blobconnection.ui 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>BlobConnection</class>
  4. <widget class="QDialog" name="BlobConnection">
  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. <property name="styleSheet">
  17. <string notr="true"/>
  18. </property>
  19. <layout class="QGridLayout" name="gridLayout">
  20. <item row="0" column="0">
  21. <widget class="QLabel" name="label_index">
  22. <property name="minimumSize">
  23. <size>
  24. <width>80</width>
  25. <height>0</height>
  26. </size>
  27. </property>
  28. <property name="text">
  29. <string>使用索引:</string>
  30. </property>
  31. </widget>
  32. </item>
  33. <item row="0" column="1">
  34. <widget class="QComboBox" name="comboBox_index">
  35. <property name="minimumSize">
  36. <size>
  37. <width>0</width>
  38. <height>0</height>
  39. </size>
  40. </property>
  41. <property name="styleSheet">
  42. <string notr="true"/>
  43. </property>
  44. <item>
  45. <property name="text">
  46. <string>上一个区域</string>
  47. </property>
  48. </item>
  49. </widget>
  50. </item>
  51. </layout>
  52. </widget>
  53. <resources/>
  54. <connections/>
  55. </ui>