Advertisement
Guest User

timvdm

a guest
Oct 6th, 2009
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 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>681</width>
  10. <height>494</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QHBoxLayout" name="horizontalLayout">
  18. <item>
  19. <widget class="QListWidget" name="listWidget">
  20. <property name="minimumSize">
  21. <size>
  22. <width>150</width>
  23. <height>0</height>
  24. </size>
  25. </property>
  26. </widget>
  27. </item>
  28. <item>
  29. <widget class="QMdiArea" name="mdiArea"/>
  30. </item>
  31. </layout>
  32. </widget>
  33. <widget class="QMenuBar" name="menubar">
  34. <property name="geometry">
  35. <rect>
  36. <x>0</x>
  37. <y>0</y>
  38. <width>681</width>
  39. <height>28</height>
  40. </rect>
  41. </property>
  42. <widget class="QMenu" name="menu_File">
  43. <property name="title">
  44. <string>&amp;File</string>
  45. </property>
  46. <addaction name="actionOpen"/>
  47. </widget>
  48. <addaction name="menu_File"/>
  49. </widget>
  50. <widget class="QStatusBar" name="statusbar"/>
  51. <action name="actionNew">
  52. <property name="text">
  53. <string>New</string>
  54. </property>
  55. </action>
  56. <action name="actionOpen">
  57. <property name="text">
  58. <string>Open</string>
  59. </property>
  60. </action>
  61. </widget>
  62. <resources/>
  63. <connections/>
  64. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement