dialogdbbackupandrecovery.ui 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogDbBackupAndRecovery</class>
  4. <widget class="QDialog" name="DialogDbBackupAndRecovery">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>390</width>
  10. <height>240</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>390</width>
  22. <height>240</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>390</width>
  28. <height>240</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>数据备份</string>
  33. </property>
  34. <widget class="QWidget" name="horizontalLayoutWidget">
  35. <property name="geometry">
  36. <rect>
  37. <x>10</x>
  38. <y>10</y>
  39. <width>371</width>
  40. <height>221</height>
  41. </rect>
  42. </property>
  43. <layout class="QHBoxLayout" name="horizontalLayout">
  44. <item>
  45. <widget class="QGroupBox" name="groupBox">
  46. <property name="title">
  47. <string>数据备份</string>
  48. </property>
  49. <widget class="QPushButton" name="pushButtonBackup">
  50. <property name="geometry">
  51. <rect>
  52. <x>50</x>
  53. <y>90</y>
  54. <width>75</width>
  55. <height>23</height>
  56. </rect>
  57. </property>
  58. <property name="text">
  59. <string>备份...</string>
  60. </property>
  61. </widget>
  62. </widget>
  63. </item>
  64. <item>
  65. <widget class="QGroupBox" name="groupBox_2">
  66. <property name="title">
  67. <string>数据恢复</string>
  68. </property>
  69. <widget class="QPushButton" name="pushButtonRecovery">
  70. <property name="geometry">
  71. <rect>
  72. <x>50</x>
  73. <y>90</y>
  74. <width>75</width>
  75. <height>23</height>
  76. </rect>
  77. </property>
  78. <property name="text">
  79. <string>恢复...</string>
  80. </property>
  81. </widget>
  82. </widget>
  83. </item>
  84. </layout>
  85. </widget>
  86. </widget>
  87. <resources/>
  88. <connections/>
  89. </ui>