dialogmffeequery.ui 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogMfFeeQuery</class>
  4. <widget class="QDialog" name="DialogMfFeeQuery">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>740</width>
  10. <height>420</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>740</width>
  22. <height>420</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>740</width>
  28. <height>420</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>缴费查询</string>
  33. </property>
  34. <layout class="QVBoxLayout" name="verticalLayout_2">
  35. <item>
  36. <layout class="QVBoxLayout" name="verticalLayout"/>
  37. </item>
  38. <item>
  39. <widget class="QDialogButtonBox" name="buttonBox">
  40. <property name="orientation">
  41. <enum>Qt::Horizontal</enum>
  42. </property>
  43. <property name="standardButtons">
  44. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  45. </property>
  46. </widget>
  47. </item>
  48. </layout>
  49. </widget>
  50. <resources/>
  51. <connections>
  52. <connection>
  53. <sender>buttonBox</sender>
  54. <signal>accepted()</signal>
  55. <receiver>DialogMfFeeQuery</receiver>
  56. <slot>accept()</slot>
  57. <hints>
  58. <hint type="sourcelabel">
  59. <x>248</x>
  60. <y>254</y>
  61. </hint>
  62. <hint type="destinationlabel">
  63. <x>157</x>
  64. <y>274</y>
  65. </hint>
  66. </hints>
  67. </connection>
  68. <connection>
  69. <sender>buttonBox</sender>
  70. <signal>rejected()</signal>
  71. <receiver>DialogMfFeeQuery</receiver>
  72. <slot>reject()</slot>
  73. <hints>
  74. <hint type="sourcelabel">
  75. <x>316</x>
  76. <y>260</y>
  77. </hint>
  78. <hint type="destinationlabel">
  79. <x>286</x>
  80. <y>274</y>
  81. </hint>
  82. </hints>
  83. </connection>
  84. </connections>
  85. </ui>