setvaluedialog.ui 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SetValueDialog</class>
  4. <widget class="QDialog" name="SetValueDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>717</width>
  10. <height>125</height>
  11. </rect>
  12. </property>
  13. <property name="font">
  14. <font>
  15. <family>新宋体</family>
  16. <pointsize>9</pointsize>
  17. </font>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Dialog</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <item>
  24. <widget class="QWidget" name="widget_2" native="true">
  25. <layout class="QHBoxLayout" name="horizontalLayout">
  26. <item>
  27. <widget class="QLabel" name="lblCaption">
  28. <property name="minimumSize">
  29. <size>
  30. <width>0</width>
  31. <height>0</height>
  32. </size>
  33. </property>
  34. <property name="text">
  35. <string/>
  36. </property>
  37. </widget>
  38. </item>
  39. <item>
  40. <widget class="QLineEdit" name="edtValue"/>
  41. </item>
  42. </layout>
  43. </widget>
  44. </item>
  45. <item>
  46. <widget class="QWidget" name="widget" native="true">
  47. <property name="minimumSize">
  48. <size>
  49. <width>0</width>
  50. <height>47</height>
  51. </size>
  52. </property>
  53. <property name="maximumSize">
  54. <size>
  55. <width>16777215</width>
  56. <height>41</height>
  57. </size>
  58. </property>
  59. <layout class="QHBoxLayout" name="horizontalLayout_2">
  60. <item>
  61. <spacer name="horizontalSpacer">
  62. <property name="orientation">
  63. <enum>Qt::Horizontal</enum>
  64. </property>
  65. <property name="sizeHint" stdset="0">
  66. <size>
  67. <width>442</width>
  68. <height>20</height>
  69. </size>
  70. </property>
  71. </spacer>
  72. </item>
  73. <item>
  74. <widget class="QPushButton" name="btnOk">
  75. <property name="text">
  76. <string>确定</string>
  77. </property>
  78. </widget>
  79. </item>
  80. <item>
  81. <widget class="QPushButton" name="btnCancel">
  82. <property name="text">
  83. <string>取消</string>
  84. </property>
  85. </widget>
  86. </item>
  87. </layout>
  88. </widget>
  89. </item>
  90. </layout>
  91. </widget>
  92. <resources/>
  93. <connections/>
  94. </ui>