ctkExampleHostMainWindow.ui 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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>800</width>
  10. <height>600</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="QFrame" name="placeHolderFrame">
  20. <property name="frameShape">
  21. <enum>QFrame::Box</enum>
  22. </property>
  23. <property name="frameShadow">
  24. <enum>QFrame::Raised</enum>
  25. </property>
  26. <property name="lineWidth">
  27. <number>3</number>
  28. </property>
  29. <property name="midLineWidth">
  30. <number>0</number>
  31. </property>
  32. </widget>
  33. </item>
  34. </layout>
  35. </widget>
  36. <widget class="QMenuBar" name="menubar">
  37. <property name="geometry">
  38. <rect>
  39. <x>0</x>
  40. <y>0</y>
  41. <width>800</width>
  42. <height>19</height>
  43. </rect>
  44. </property>
  45. <widget class="QMenu" name="menuCTK_Example_Hosting_Application">
  46. <property name="enabled">
  47. <bool>false</bool>
  48. </property>
  49. <property name="title">
  50. <string>CTK Example Hosting Application</string>
  51. </property>
  52. </widget>
  53. <addaction name="menuCTK_Example_Hosting_Application"/>
  54. </widget>
  55. <widget class="QStatusBar" name="statusbar"/>
  56. </widget>
  57. <resources/>
  58. <connections/>
  59. </ui>