mainwindow.ui 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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>1024</width>
  10. <height>720</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>1024</width>
  16. <height>720</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>1024</width>
  22. <height>720</height>
  23. </size>
  24. </property>
  25. <property name="contextMenuPolicy">
  26. <enum>Qt::NoContextMenu</enum>
  27. </property>
  28. <property name="windowTitle">
  29. <string>极速号码魔方2012</string>
  30. </property>
  31. <property name="toolButtonStyle">
  32. <enum>Qt::ToolButtonTextBesideIcon</enum>
  33. </property>
  34. <widget class="QWidget" name="centralWidget">
  35. <layout class="QHBoxLayout" name="horizontalLayout">
  36. <property name="spacing">
  37. <number>0</number>
  38. </property>
  39. <property name="margin">
  40. <number>0</number>
  41. </property>
  42. <item>
  43. <layout class="QVBoxLayout" name="verticalLayout">
  44. <property name="spacing">
  45. <number>0</number>
  46. </property>
  47. </layout>
  48. </item>
  49. </layout>
  50. </widget>
  51. <widget class="QToolBar" name="toolBar">
  52. <property name="windowTitle">
  53. <string>toolBar</string>
  54. </property>
  55. <property name="movable">
  56. <bool>false</bool>
  57. </property>
  58. <property name="allowedAreas">
  59. <set>Qt::TopToolBarArea</set>
  60. </property>
  61. <property name="iconSize">
  62. <size>
  63. <width>64</width>
  64. <height>36</height>
  65. </size>
  66. </property>
  67. <property name="toolButtonStyle">
  68. <enum>Qt::ToolButtonTextUnderIcon</enum>
  69. </property>
  70. <property name="floatable">
  71. <bool>false</bool>
  72. </property>
  73. <attribute name="toolBarArea">
  74. <enum>TopToolBarArea</enum>
  75. </attribute>
  76. <attribute name="toolBarBreak">
  77. <bool>false</bool>
  78. </attribute>
  79. </widget>
  80. <widget class="QStatusBar" name="statusBar">
  81. <property name="layoutDirection">
  82. <enum>Qt::RightToLeft</enum>
  83. </property>
  84. </widget>
  85. <action name="actionAbout">
  86. <property name="text">
  87. <string>关于</string>
  88. </property>
  89. </action>
  90. </widget>
  91. <layoutdefault spacing="6" margin="11"/>
  92. <resources/>
  93. <connections/>
  94. </ui>