Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  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>660</width>
  10. <height>412</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <property name="enabled">
  18. <bool>true</bool>
  19. </property>
  20. <layout class="QVBoxLayout" name="verticalLayout">
  21. <item>
  22. <widget class="QListWidget" name="listWidget"/>
  23. </item>
  24. <item>
  25. <widget class="QGraphicsView" name="graphicsView">
  26. <property name="sizePolicy">
  27. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  28. <horstretch>0</horstretch>
  29. <verstretch>100</verstretch>
  30. </sizepolicy>
  31. </property>
  32. <property name="minimumSize">
  33. <size>
  34. <width>0</width>
  35. <height>100</height>
  36. </size>
  37. </property>
  38. </widget>
  39. </item>
  40. </layout>
  41. </widget>
  42. <widget class="QMenuBar" name="menuBar">
  43. <property name="geometry">
  44. <rect>
  45. <x>0</x>
  46. <y>0</y>
  47. <width>660</width>
  48. <height>21</height>
  49. </rect>
  50. </property>
  51. </widget>
  52. <widget class="QToolBar" name="mainToolBar">
  53. <attribute name="toolBarArea">
  54. <enum>TopToolBarArea</enum>
  55. </attribute>
  56. <attribute name="toolBarBreak">
  57. <bool>false</bool>
  58. </attribute>
  59. </widget>
  60. <widget class="QStatusBar" name="statusBar"/>
  61. </widget>
  62. <layoutdefault spacing="6" margin="11"/>
  63. <resources/>
  64. <connections/>
  65. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement