mainwindow.ui 501 B

123456789101112131415161718192021
  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>200</width>
  10. <height>100</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>DaemonProcess_ALARM</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget"/>
  17. <widget class="QStatusBar" name="statusbar"/>
  18. </widget>
  19. <resources/>
  20. <connections/>
  21. </ui>