SystemInfoPage.ui 678 B

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SystemInfoPage</class>
  4. <widget class="QMainWindow" name="SystemInfoPage">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1800</width>
  10. <height>1080</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QTabWidget" name="tabUi">
  18. <property name="geometry">
  19. <rect>
  20. <x>0</x>
  21. <y>0</y>
  22. <width>1800</width>
  23. <height>1080</height>
  24. </rect>
  25. </property>
  26. </widget>
  27. </widget>
  28. </widget>
  29. <resources/>
  30. <connections/>
  31. </ui>