gamescence.ui 524 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>GameScence</class>
  4. <widget class="QWidget" name="GameScence">
  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="mouseTracking">
  14. <bool>true</bool>
  15. </property>
  16. <property name="tabletTracking">
  17. <bool>true</bool>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Form</string>
  21. </property>
  22. </widget>
  23. <resources/>
  24. <connections/>
  25. </ui>