综合平台编程器项目的远程存储
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

78 lines
1.9 KiB

  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>960</width>
  10. <height>640</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>综合平台编程器</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <layout class="QVBoxLayout" name="verticalLayout">
  18. <item>
  19. <spacer name="topSpacer">
  20. <property name="orientation">
  21. <enum>Qt::Vertical</enum>
  22. </property>
  23. <property name="sizeHint" stdset="0">
  24. <size>
  25. <width>20</width>
  26. <height>180</height>
  27. </size>
  28. </property>
  29. </spacer>
  30. </item>
  31. <item>
  32. <widget class="QLabel" name="titleLabel">
  33. <property name="font">
  34. <font>
  35. <pointsize>20</pointsize>
  36. <bold>true</bold>
  37. </font>
  38. </property>
  39. <property name="text">
  40. <string>综合平台编程器</string>
  41. </property>
  42. <property name="alignment">
  43. <set>Qt::AlignCenter</set>
  44. </property>
  45. </widget>
  46. </item>
  47. <item>
  48. <widget class="QLabel" name="statusLabel">
  49. <property name="text">
  50. <string>Qt Widgets 开发基线已建立</string>
  51. </property>
  52. <property name="alignment">
  53. <set>Qt::AlignCenter</set>
  54. </property>
  55. </widget>
  56. </item>
  57. <item>
  58. <spacer name="bottomSpacer">
  59. <property name="orientation">
  60. <enum>Qt::Vertical</enum>
  61. </property>
  62. <property name="sizeHint" stdset="0">
  63. <size>
  64. <width>20</width>
  65. <height>180</height>
  66. </size>
  67. </property>
  68. </spacer>
  69. </item>
  70. </layout>
  71. </widget>
  72. <widget class="QMenuBar" name="menuBar"/>
  73. <widget class="QStatusBar" name="statusBar"/>
  74. </widget>
  75. <resources/>
  76. <connections/>
  77. </ui>