ui.ui 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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>1037</width>
  10. <height>726</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="Expanding" vsizetype="Minimum">
  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="QFrame" name="frame_2">
  51. <property name="sizePolicy">
  52. <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
  53. <horstretch>0</horstretch>
  54. <verstretch>0</verstretch>
  55. </sizepolicy>
  56. </property>
  57. <property name="frameShape">
  58. <enum>QFrame::StyledPanel</enum>
  59. </property>
  60. <property name="frameShadow">
  61. <enum>QFrame::Raised</enum>
  62. </property>
  63. <layout class="QHBoxLayout" name="horizontalLayout_2">
  64. <item>
  65. <widget class="QPlainTextEdit" name="plainTextEdit">
  66. <property name="sizePolicy">
  67. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  68. <horstretch>0</horstretch>
  69. <verstretch>0</verstretch>
  70. </sizepolicy>
  71. </property>
  72. </widget>
  73. </item>
  74. <item>
  75. <widget class="QTableWidget" name="tableWidget">
  76. <property name="sizePolicy">
  77. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  78. <horstretch>0</horstretch>
  79. <verstretch>0</verstretch>
  80. </sizepolicy>
  81. </property>
  82. </widget>
  83. </item>
  84. </layout>
  85. </widget>
  86. </item>
  87. </layout>
  88. </widget>
  89. <widget class="QMenuBar" name="menubar">
  90. <property name="geometry">
  91. <rect>
  92. <x>0</x>
  93. <y>0</y>
  94. <width>1037</width>
  95. <height>26</height>
  96. </rect>
  97. </property>
  98. <widget class="QMenu" name="menuFile">
  99. <property name="title">
  100. <string>File</string>
  101. </property>
  102. <addaction name="menuActionVerify"/>
  103. <addaction name="menuActionDeleteModel"/>
  104. <addaction name="separator"/>
  105. <addaction name="menuActionExit"/>
  106. </widget>
  107. <addaction name="menuFile"/>
  108. </widget>
  109. <widget class="QStatusBar" name="statusbar"/>
  110. <widget class="QToolBar" name="toolBar">
  111. <property name="windowTitle">
  112. <string>toolBar</string>
  113. </property>
  114. <attribute name="toolBarArea">
  115. <enum>TopToolBarArea</enum>
  116. </attribute>
  117. <attribute name="toolBarBreak">
  118. <bool>false</bool>
  119. </attribute>
  120. </widget>
  121. <action name="menuActionVerify">
  122. <property name="text">
  123. <string>Verify</string>
  124. </property>
  125. </action>
  126. <action name="menuActionExit">
  127. <property name="text">
  128. <string>Exit</string>
  129. </property>
  130. </action>
  131. <action name="menuActionDeleteModel">
  132. <property name="text">
  133. <string>Delete model</string>
  134. </property>
  135. </action>
  136. </widget>
  137. <resources/>
  138. <connections>
  139. <connection>
  140. <sender>menuActionExit</sender>
  141. <signal>triggered()</signal>
  142. <receiver>MainWindow</receiver>
  143. <slot>close()</slot>
  144. <hints>
  145. <hint type="sourcelabel">
  146. <x>-1</x>
  147. <y>-1</y>
  148. </hint>
  149. <hint type="destinationlabel">
  150. <x>495</x>
  151. <y>338</y>
  152. </hint>
  153. </hints>
  154. </connection>
  155. </connections>
  156. </ui>