mainwindow.ui 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset resource="ivsysman.qrc">
  18. <normaloff>:/ivsysman.png</normaloff>:/ivsysman.png</iconset>
  19. </property>
  20. <widget class="QWidget" name="centralWidget"/>
  21. <widget class="QMenuBar" name="menuBar">
  22. <property name="geometry">
  23. <rect>
  24. <x>0</x>
  25. <y>0</y>
  26. <width>400</width>
  27. <height>22</height>
  28. </rect>
  29. </property>
  30. </widget>
  31. <widget class="QToolBar" name="mainToolBar">
  32. <attribute name="toolBarArea">
  33. <enum>TopToolBarArea</enum>
  34. </attribute>
  35. <attribute name="toolBarBreak">
  36. <bool>false</bool>
  37. </attribute>
  38. </widget>
  39. <widget class="QStatusBar" name="statusBar"/>
  40. </widget>
  41. <layoutdefault spacing="6" margin="11"/>
  42. <resources>
  43. <include location="ivsysman.qrc"/>
  44. </resources>
  45. <connections/>
  46. </ui>