mainwindow.ui 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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>手印鉴定书智慧生成助手 V1.0</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset>
  18. <normaloff>C:/Users/Administrator/Desktop/resizeApi.png</normaloff>C:/Users/Administrator/Desktop/resizeApi.png</iconset>
  19. </property>
  20. <widget class="QWidget" name="centralwidget">
  21. <widget class="QTabWidget" name="tabWidget">
  22. <property name="geometry">
  23. <rect>
  24. <x>20</x>
  25. <y>30</y>
  26. <width>751</width>
  27. <height>421</height>
  28. </rect>
  29. </property>
  30. <property name="tabPosition">
  31. <enum>QTabWidget::North</enum>
  32. </property>
  33. <property name="tabShape">
  34. <enum>QTabWidget::Triangular</enum>
  35. </property>
  36. <property name="currentIndex">
  37. <number>0</number>
  38. </property>
  39. <property name="documentMode">
  40. <bool>false</bool>
  41. </property>
  42. <property name="tabsClosable">
  43. <bool>true</bool>
  44. </property>
  45. <property name="movable">
  46. <bool>true</bool>
  47. </property>
  48. <property name="tabBarAutoHide">
  49. <bool>false</bool>
  50. </property>
  51. <widget class="QWidget" name="tab">
  52. <attribute name="title">
  53. <string>Tab 1</string>
  54. </attribute>
  55. <widget class="QScrollBar" name="verticalScrollBar">
  56. <property name="geometry">
  57. <rect>
  58. <x>730</x>
  59. <y>0</y>
  60. <width>16</width>
  61. <height>401</height>
  62. </rect>
  63. </property>
  64. <property name="orientation">
  65. <enum>Qt::Vertical</enum>
  66. </property>
  67. </widget>
  68. </widget>
  69. <widget class="QWidget" name="tab_2">
  70. <attribute name="title">
  71. <string>Tab 2</string>
  72. </attribute>
  73. </widget>
  74. </widget>
  75. </widget>
  76. <widget class="QMenuBar" name="menubar">
  77. <property name="geometry">
  78. <rect>
  79. <x>0</x>
  80. <y>0</y>
  81. <width>800</width>
  82. <height>23</height>
  83. </rect>
  84. </property>
  85. <widget class="QMenu" name="menu">
  86. <property name="title">
  87. <string>文件</string>
  88. </property>
  89. <addaction name="imageCut"/>
  90. <addaction name="separator"/>
  91. <addaction name="imageMenu"/>
  92. <addaction name="separator"/>
  93. <addaction name="wordMenu"/>
  94. <addaction name="separator"/>
  95. <addaction name="vMergerAction"/>
  96. <addaction name="hMergerAction"/>
  97. </widget>
  98. <widget class="QMenu" name="menu_2">
  99. <property name="title">
  100. <string>编辑</string>
  101. </property>
  102. </widget>
  103. <widget class="QMenu" name="menu_3">
  104. <property name="title">
  105. <string>帮助</string>
  106. </property>
  107. </widget>
  108. <addaction name="menu"/>
  109. <addaction name="menu_2"/>
  110. <addaction name="menu_3"/>
  111. </widget>
  112. <widget class="QStatusBar" name="statusbar"/>
  113. <action name="imageMenu">
  114. <property name="text">
  115. <string>图片标注</string>
  116. </property>
  117. </action>
  118. <action name="wordMenu">
  119. <property name="text">
  120. <string>生成报告</string>
  121. </property>
  122. </action>
  123. <action name="imageCut">
  124. <property name="text">
  125. <string>图片裁剪</string>
  126. </property>
  127. </action>
  128. <action name="vMergerAction">
  129. <property name="text">
  130. <string>纵向合并图片</string>
  131. </property>
  132. </action>
  133. <action name="hMergerAction">
  134. <property name="text">
  135. <string>横向合并图片</string>
  136. </property>
  137. </action>
  138. </widget>
  139. <resources/>
  140. <connections/>
  141. </ui>