mainwindow.ui 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>100</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>400</width>
  22. <height>100</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>400</width>
  28. <height>100</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>安装程序</string>
  33. </property>
  34. <widget class="QWidget" name="centralWidget">
  35. <layout class="QVBoxLayout" name="verticalLayout">
  36. <item>
  37. <spacer name="verticalSpacer_2">
  38. <property name="orientation">
  39. <enum>Qt::Vertical</enum>
  40. </property>
  41. <property name="sizeHint" stdset="0">
  42. <size>
  43. <width>20</width>
  44. <height>20</height>
  45. </size>
  46. </property>
  47. </spacer>
  48. </item>
  49. <item>
  50. <widget class="QLabel" name="label">
  51. <property name="font">
  52. <font>
  53. <family>宋体</family>
  54. <pointsize>9</pointsize>
  55. <weight>50</weight>
  56. <bold>false</bold>
  57. </font>
  58. </property>
  59. <property name="text">
  60. <string>正在安装号段数据库,请稍候......</string>
  61. </property>
  62. </widget>
  63. </item>
  64. <item>
  65. <widget class="QProgressBar" name="progressBar">
  66. <property name="maximum">
  67. <number>0</number>
  68. </property>
  69. <property name="value">
  70. <number>-1</number>
  71. </property>
  72. <property name="textVisible">
  73. <bool>false</bool>
  74. </property>
  75. </widget>
  76. </item>
  77. <item>
  78. <spacer name="verticalSpacer">
  79. <property name="orientation">
  80. <enum>Qt::Vertical</enum>
  81. </property>
  82. <property name="sizeHint" stdset="0">
  83. <size>
  84. <width>20</width>
  85. <height>40</height>
  86. </size>
  87. </property>
  88. </spacer>
  89. </item>
  90. </layout>
  91. </widget>
  92. </widget>
  93. <layoutdefault spacing="6" margin="11"/>
  94. <resources/>
  95. <connections/>
  96. </ui>