selectvaluedialog.ui 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SelectValueDialog</class>
  4. <widget class="QDialog" name="SelectValueDialog">
  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>Dialog</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QListView" name="listView"/>
  19. </item>
  20. <item>
  21. <widget class="QWidget" name="widget" native="true">
  22. <property name="minimumSize">
  23. <size>
  24. <width>0</width>
  25. <height>41</height>
  26. </size>
  27. </property>
  28. <property name="maximumSize">
  29. <size>
  30. <width>16777215</width>
  31. <height>41</height>
  32. </size>
  33. </property>
  34. <layout class="QHBoxLayout" name="horizontalLayout">
  35. <item>
  36. <spacer name="horizontalSpacer">
  37. <property name="orientation">
  38. <enum>Qt::Horizontal</enum>
  39. </property>
  40. <property name="sizeHint" stdset="0">
  41. <size>
  42. <width>189</width>
  43. <height>20</height>
  44. </size>
  45. </property>
  46. </spacer>
  47. </item>
  48. <item>
  49. <widget class="QPushButton" name="btnOk">
  50. <property name="text">
  51. <string>确定</string>
  52. </property>
  53. </widget>
  54. </item>
  55. <item>
  56. <widget class="QPushButton" name="btnCancel">
  57. <property name="text">
  58. <string>取消</string>
  59. </property>
  60. </widget>
  61. </item>
  62. </layout>
  63. </widget>
  64. </item>
  65. </layout>
  66. </widget>
  67. <resources/>
  68. <connections/>
  69. </ui>