dialogaccountinfo.ui 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogAccountInfo</class>
  4. <widget class="QDialog" name="DialogAccountInfo">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>726</width>
  10. <height>421</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="QTabWidget" name="tabWidget">
  19. <property name="currentIndex">
  20. <number>3</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="QWidget" name="widgetLogin" native="true"/>
  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="QWidget" name="widgetAccount" native="true"/>
  39. </item>
  40. </layout>
  41. </widget>
  42. <widget class="QWidget" name="tab_3">
  43. <attribute name="title">
  44. <string>缴费记录</string>
  45. </attribute>
  46. <layout class="QVBoxLayout" name="verticalLayout_4">
  47. <item>
  48. <widget class="QWidget" name="widgetFee" native="true"/>
  49. </item>
  50. </layout>
  51. </widget>
  52. <widget class="QWidget" name="tab_4">
  53. <attribute name="title">
  54. <string>服务信息</string>
  55. </attribute>
  56. <layout class="QVBoxLayout" name="verticalLayout_5">
  57. <item>
  58. <widget class="QWidget" name="widgetSrv" native="true"/>
  59. </item>
  60. </layout>
  61. </widget>
  62. </widget>
  63. </item>
  64. <item>
  65. <widget class="QDialogButtonBox" name="buttonBox">
  66. <property name="orientation">
  67. <enum>Qt::Horizontal</enum>
  68. </property>
  69. <property name="standardButtons">
  70. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  71. </property>
  72. </widget>
  73. </item>
  74. </layout>
  75. </widget>
  76. <resources/>
  77. <connections>
  78. <connection>
  79. <sender>buttonBox</sender>
  80. <signal>accepted()</signal>
  81. <receiver>DialogAccountInfo</receiver>
  82. <slot>accept()</slot>
  83. <hints>
  84. <hint type="sourcelabel">
  85. <x>248</x>
  86. <y>254</y>
  87. </hint>
  88. <hint type="destinationlabel">
  89. <x>157</x>
  90. <y>274</y>
  91. </hint>
  92. </hints>
  93. </connection>
  94. <connection>
  95. <sender>buttonBox</sender>
  96. <signal>rejected()</signal>
  97. <receiver>DialogAccountInfo</receiver>
  98. <slot>reject()</slot>
  99. <hints>
  100. <hint type="sourcelabel">
  101. <x>316</x>
  102. <y>260</y>
  103. </hint>
  104. <hint type="destinationlabel">
  105. <x>286</x>
  106. <y>274</y>
  107. </hint>
  108. </hints>
  109. </connection>
  110. </connections>
  111. </ui>