ui.ui 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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="QVBoxLayout" name="verticalLayout">
  18. <item>
  19. <widget class="QFrame" name="frame">
  20. <property name="sizePolicy">
  21. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  22. <horstretch>0</horstretch>
  23. <verstretch>0</verstretch>
  24. </sizepolicy>
  25. </property>
  26. <property name="frameShape">
  27. <enum>QFrame::StyledPanel</enum>
  28. </property>
  29. <property name="frameShadow">
  30. <enum>QFrame::Raised</enum>
  31. </property>
  32. <layout class="QHBoxLayout" name="horizontalLayout">
  33. <item>
  34. <widget class="QGraphicsView" name="graphicsView"/>
  35. </item>
  36. <item>
  37. <widget class="QListWidget" name="listWidget">
  38. <property name="sizePolicy">
  39. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  40. <horstretch>0</horstretch>
  41. <verstretch>0</verstretch>
  42. </sizepolicy>
  43. </property>
  44. </widget>
  45. </item>
  46. </layout>
  47. </widget>
  48. </item>
  49. <item>
  50. <widget class="QPlainTextEdit" name="plainTextEdit">
  51. <property name="sizePolicy">
  52. <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
  53. <horstretch>0</horstretch>
  54. <verstretch>0</verstretch>
  55. </sizepolicy>
  56. </property>
  57. </widget>
  58. </item>
  59. </layout>
  60. </widget>
  61. <widget class="QMenuBar" name="menubar">
  62. <property name="geometry">
  63. <rect>
  64. <x>0</x>
  65. <y>0</y>
  66. <width>991</width>
  67. <height>26</height>
  68. </rect>
  69. </property>
  70. <widget class="QMenu" name="menuFile">
  71. <property name="title">
  72. <string>File</string>
  73. </property>
  74. <addaction name="menuActionVerify"/>
  75. <addaction name="separator"/>
  76. <addaction name="menuActionExit"/>
  77. </widget>
  78. <addaction name="menuFile"/>
  79. </widget>
  80. <widget class="QStatusBar" name="statusbar"/>
  81. <widget class="QToolBar" name="toolBar">
  82. <property name="windowTitle">
  83. <string>toolBar</string>
  84. </property>
  85. <attribute name="toolBarArea">
  86. <enum>TopToolBarArea</enum>
  87. </attribute>
  88. <attribute name="toolBarBreak">
  89. <bool>false</bool>
  90. </attribute>
  91. </widget>
  92. <action name="menuActionVerify">
  93. <property name="text">
  94. <string>Verify</string>
  95. </property>
  96. </action>
  97. <action name="menuActionExit">
  98. <property name="text">
  99. <string>Exit</string>
  100. </property>
  101. </action>
  102. </widget>
  103. <resources/>
  104. <connections>
  105. <connection>
  106. <sender>menuActionExit</sender>
  107. <signal>triggered()</signal>
  108. <receiver>MainWindow</receiver>
  109. <slot>close()</slot>
  110. <hints>
  111. <hint type="sourcelabel">
  112. <x>-1</x>
  113. <y>-1</y>
  114. </hint>
  115. <hint type="destinationlabel">
  116. <x>495</x>
  117. <y>338</y>
  118. </hint>
  119. </hints>
  120. </connection>
  121. </connections>
  122. </ui>