dialogviewfeedetail.ui 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogViewFeeDetail</class>
  4. <widget class="QDialog" name="DialogViewFeeDetail">
  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>消费详情/业务规则</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QTabWidget" name="tabWidget">
  19. <property name="currentIndex">
  20. <number>0</number>
  21. </property>
  22. <widget class="QWidget" name="tab">
  23. <attribute name="title">
  24. <string>消费详情</string>
  25. </attribute>
  26. <layout class="QVBoxLayout" name="verticalLayout_2">
  27. <item>
  28. <widget class="QTableWidget" name="tableWidget"/>
  29. </item>
  30. </layout>
  31. </widget>
  32. <widget class="QWidget" name="tab_2">
  33. <attribute name="title">
  34. <string>业务规则</string>
  35. </attribute>
  36. <layout class="QVBoxLayout" name="verticalLayout_3">
  37. <item>
  38. <widget class="QWebView" name="webView">
  39. <property name="url">
  40. <url>
  41. <string>about:blank</string>
  42. </url>
  43. </property>
  44. </widget>
  45. </item>
  46. </layout>
  47. </widget>
  48. </widget>
  49. </item>
  50. <item>
  51. <widget class="QDialogButtonBox" name="buttonBox">
  52. <property name="orientation">
  53. <enum>Qt::Horizontal</enum>
  54. </property>
  55. <property name="standardButtons">
  56. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  57. </property>
  58. </widget>
  59. </item>
  60. </layout>
  61. </widget>
  62. <customwidgets>
  63. <customwidget>
  64. <class>QWebView</class>
  65. <extends>QWidget</extends>
  66. <header>QtWebKit/QWebView</header>
  67. </customwidget>
  68. </customwidgets>
  69. <resources/>
  70. <connections>
  71. <connection>
  72. <sender>buttonBox</sender>
  73. <signal>accepted()</signal>
  74. <receiver>DialogViewFeeDetail</receiver>
  75. <slot>accept()</slot>
  76. <hints>
  77. <hint type="sourcelabel">
  78. <x>248</x>
  79. <y>254</y>
  80. </hint>
  81. <hint type="destinationlabel">
  82. <x>157</x>
  83. <y>274</y>
  84. </hint>
  85. </hints>
  86. </connection>
  87. <connection>
  88. <sender>buttonBox</sender>
  89. <signal>rejected()</signal>
  90. <receiver>DialogViewFeeDetail</receiver>
  91. <slot>reject()</slot>
  92. <hints>
  93. <hint type="sourcelabel">
  94. <x>316</x>
  95. <y>260</y>
  96. </hint>
  97. <hint type="destinationlabel">
  98. <x>286</x>
  99. <y>274</y>
  100. </hint>
  101. </hints>
  102. </connection>
  103. </connections>
  104. </ui>