Нет описания

mainwindow.ui 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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>600</width>
  10. <height>400</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Birds</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <widget class="QGraphicsView" name="mainView">
  18. <property name="geometry">
  19. <rect>
  20. <x>15</x>
  21. <y>11</y>
  22. <width>571</width>
  23. <height>351</height>
  24. </rect>
  25. </property>
  26. <property name="verticalScrollBarPolicy">
  27. <enum>Qt::ScrollBarAlwaysOn</enum>
  28. </property>
  29. <property name="horizontalScrollBarPolicy">
  30. <enum>Qt::ScrollBarAlwaysOn</enum>
  31. </property>
  32. </widget>
  33. </widget>
  34. <widget class="QMenuBar" name="menuBar">
  35. <property name="geometry">
  36. <rect>
  37. <x>0</x>
  38. <y>0</y>
  39. <width>600</width>
  40. <height>22</height>
  41. </rect>
  42. </property>
  43. </widget>
  44. <widget class="QToolBar" name="mainToolBar">
  45. <attribute name="toolBarArea">
  46. <enum>TopToolBarArea</enum>
  47. </attribute>
  48. <attribute name="toolBarBreak">
  49. <bool>false</bool>
  50. </attribute>
  51. </widget>
  52. <widget class="QStatusBar" name="statusBar"/>
  53. </widget>
  54. <layoutdefault spacing="6" margin="11"/>
  55. <resources/>
  56. <connections/>
  57. </ui>