mainwindow.ui 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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="enabled">
  6. <bool>false</bool>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>266</width>
  13. <height>126</height>
  14. </rect>
  15. </property>
  16. <property name="minimumSize">
  17. <size>
  18. <width>200</width>
  19. <height>100</height>
  20. </size>
  21. </property>
  22. <property name="maximumSize">
  23. <size>
  24. <width>400</width>
  25. <height>300</height>
  26. </size>
  27. </property>
  28. <property name="baseSize">
  29. <size>
  30. <width>200</width>
  31. <height>100</height>
  32. </size>
  33. </property>
  34. <property name="windowTitle">
  35. <string>DaemonProcess_EVAL</string>
  36. </property>
  37. <property name="windowIcon">
  38. <iconset resource="img.qrc">
  39. <normaloff>:/img/Logo.png</normaloff>:/img/Logo.png</iconset>
  40. </property>
  41. <widget class="QWidget" name="mainwidget">
  42. <property name="minimumSize">
  43. <size>
  44. <width>400</width>
  45. <height>300</height>
  46. </size>
  47. </property>
  48. <property name="maximumSize">
  49. <size>
  50. <width>800</width>
  51. <height>600</height>
  52. </size>
  53. </property>
  54. <property name="baseSize">
  55. <size>
  56. <width>400</width>
  57. <height>300</height>
  58. </size>
  59. </property>
  60. <property name="font">
  61. <font>
  62. <family>Agency FB</family>
  63. </font>
  64. </property>
  65. </widget>
  66. </widget>
  67. <resources>
  68. <include location="img.qrc"/>
  69. </resources>
  70. <connections/>
  71. </ui>