ui.ui 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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>991</width>
  10. <height>678</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="QGraphicsView" name="graphicsView"/>
  20. </item>
  21. <item>
  22. <widget class="QListWidget" name="listWidget">
  23. <property name="sizePolicy">
  24. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  25. <horstretch>0</horstretch>
  26. <verstretch>0</verstretch>
  27. </sizepolicy>
  28. </property>
  29. </widget>
  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>991</width>
  39. <height>26</height>
  40. </rect>
  41. </property>
  42. <widget class="QMenu" name="menuFile">
  43. <property name="title">
  44. <string>File</string>
  45. </property>
  46. <addaction name="menuActionVerify"/>
  47. <addaction name="separator"/>
  48. <addaction name="menuActionExit"/>
  49. </widget>
  50. <addaction name="menuFile"/>
  51. </widget>
  52. <widget class="QStatusBar" name="statusbar"/>
  53. <widget class="QToolBar" name="toolBar">
  54. <property name="windowTitle">
  55. <string>toolBar</string>
  56. </property>
  57. <attribute name="toolBarArea">
  58. <enum>TopToolBarArea</enum>
  59. </attribute>
  60. <attribute name="toolBarBreak">
  61. <bool>false</bool>
  62. </attribute>
  63. </widget>
  64. <action name="menuActionVerify">
  65. <property name="text">
  66. <string>Verify</string>
  67. </property>
  68. </action>
  69. <action name="menuActionExit">
  70. <property name="text">
  71. <string>Exit</string>
  72. </property>
  73. </action>
  74. </widget>
  75. <resources/>
  76. <connections>
  77. <connection>
  78. <sender>menuActionExit</sender>
  79. <signal>triggered()</signal>
  80. <receiver>MainWindow</receiver>
  81. <slot>close()</slot>
  82. <hints>
  83. <hint type="sourcelabel">
  84. <x>-1</x>
  85. <y>-1</y>
  86. </hint>
  87. <hint type="destinationlabel">
  88. <x>495</x>
  89. <y>338</y>
  90. </hint>
  91. </hints>
  92. </connection>
  93. </connections>
  94. </ui>