Advertisement
Underhing

Untitled

Dec 16th, 2020
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.87 KB | None | 0 0
  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="enabled">
  6. <bool>true</bool>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>800</width>
  13. <height>300</height>
  14. </rect>
  15. </property>
  16. <property name="minimumSize">
  17. <size>
  18. <width>800</width>
  19. <height>300</height>
  20. </size>
  21. </property>
  22. <property name="maximumSize">
  23. <size>
  24. <width>800</width>
  25. <height>300</height>
  26. </size>
  27. </property>
  28. <property name="windowTitle">
  29. <string>Распознование объектов</string>
  30. </property>
  31. <property name="toolTipDuration">
  32. <number>5</number>
  33. </property>
  34. <property name="autoFillBackground">
  35. <bool>false</bool>
  36. </property>
  37. <property name="animated">
  38. <bool>true</bool>
  39. </property>
  40. <property name="documentMode">
  41. <bool>false</bool>
  42. </property>
  43. <property name="tabShape">
  44. <enum>QTabWidget::Rounded</enum>
  45. </property>
  46. <property name="unifiedTitleAndToolBarOnMac">
  47. <bool>false</bool>
  48. </property>
  49. <widget class="QWidget" name="centralwidget">
  50. <widget class="QPushButton" name="start">
  51. <property name="geometry">
  52. <rect>
  53. <x>460</x>
  54. <y>20</y>
  55. <width>150</width>
  56. <height>41</height>
  57. </rect>
  58. </property>
  59. <property name="cursor">
  60. <cursorShape>PointingHandCursor</cursorShape>
  61. </property>
  62. <property name="text">
  63. <string>Начать работу</string>
  64. </property>
  65. </widget>
  66. <widget class="QTextEdit" name="log">
  67. <property name="geometry">
  68. <rect>
  69. <x>30</x>
  70. <y>20</y>
  71. <width>411</width>
  72. <height>251</height>
  73. </rect>
  74. </property>
  75. <property name="markdown">
  76. <string>Добро пожаловать в программу по анализу данных на изображениях и фото. Для того
  77. чтобы запустить распознование нажмите на кнопку «Начать работу»
  78.  
  79. </string>
  80. </property>
  81. <property name="html">
  82. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  83. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  84. p, li { white-space: pre-wrap; }
  85. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
  86. &lt;p style=&quot; margin-top:5px; margin-bottom:5px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Добро пожаловать в программу по анализу данных на изображениях и фото. Для того чтобы запустить распознование нажмите на кнопку «Начать работу»&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  87. </property>
  88. <property name="overwriteMode">
  89. <bool>false</bool>
  90. </property>
  91. <property name="textInteractionFlags">
  92. <set>Qt::TextSelectableByMouse</set>
  93. </property>
  94. </widget>
  95. <widget class="QPushButton" name="stop">
  96. <property name="enabled">
  97. <bool>false</bool>
  98. </property>
  99. <property name="geometry">
  100. <rect>
  101. <x>620</x>
  102. <y>20</y>
  103. <width>150</width>
  104. <height>41</height>
  105. </rect>
  106. </property>
  107. <property name="cursor">
  108. <cursorShape>PointingHandCursor</cursorShape>
  109. </property>
  110. <property name="text">
  111. <string>Стоп</string>
  112. </property>
  113. <property name="autoRepeat">
  114. <bool>true</bool>
  115. </property>
  116. <property name="autoExclusive">
  117. <bool>false</bool>
  118. </property>
  119. </widget>
  120. <widget class="QLabel" name="label">
  121. <property name="geometry">
  122. <rect>
  123. <x>480</x>
  124. <y>170</y>
  125. <width>80</width>
  126. <height>16</height>
  127. </rect>
  128. </property>
  129. <property name="text">
  130. <string>Кошек:</string>
  131. </property>
  132. </widget>
  133. <widget class="QLabel" name="label_2">
  134. <property name="geometry">
  135. <rect>
  136. <x>480</x>
  137. <y>151</y>
  138. <width>130</width>
  139. <height>16</height>
  140. </rect>
  141. </property>
  142. <property name="text">
  143. <string>Людей:</string>
  144. </property>
  145. </widget>
  146. <widget class="QLabel" name="label_3">
  147. <property name="geometry">
  148. <rect>
  149. <x>480</x>
  150. <y>132</y>
  151. <width>150</width>
  152. <height>16</height>
  153. </rect>
  154. </property>
  155. <property name="text">
  156. <string>Авто</string>
  157. </property>
  158. </widget>
  159. <widget class="QLabel" name="cat">
  160. <property name="geometry">
  161. <rect>
  162. <x>530</x>
  163. <y>170</y>
  164. <width>31</width>
  165. <height>16</height>
  166. </rect>
  167. </property>
  168. <property name="text">
  169. <string>0</string>
  170. </property>
  171. </widget>
  172. <widget class="QLabel" name="person">
  173. <property name="geometry">
  174. <rect>
  175. <x>530</x>
  176. <y>149</y>
  177. <width>31</width>
  178. <height>20</height>
  179. </rect>
  180. </property>
  181. <property name="text">
  182. <string>0</string>
  183. </property>
  184. </widget>
  185. <widget class="QLabel" name="car">
  186. <property name="geometry">
  187. <rect>
  188. <x>530</x>
  189. <y>130</y>
  190. <width>31</width>
  191. <height>20</height>
  192. </rect>
  193. </property>
  194. <property name="text">
  195. <string>0</string>
  196. </property>
  197. </widget>
  198. <widget class="Line" name="line_3">
  199. <property name="geometry">
  200. <rect>
  201. <x>460</x>
  202. <y>210</y>
  203. <width>311</width>
  204. <height>20</height>
  205. </rect>
  206. </property>
  207. <property name="orientation">
  208. <enum>Qt::Horizontal</enum>
  209. </property>
  210. </widget>
  211. <widget class="QLabel" name="label_9">
  212. <property name="geometry">
  213. <rect>
  214. <x>590</x>
  215. <y>109</y>
  216. <width>71</width>
  217. <height>21</height>
  218. </rect>
  219. </property>
  220. <property name="text">
  221. <string>Статистика:</string>
  222. </property>
  223. </widget>
  224. <widget class="Line" name="line_11">
  225. <property name="geometry">
  226. <rect>
  227. <x>460</x>
  228. <y>109</y>
  229. <width>121</width>
  230. <height>20</height>
  231. </rect>
  232. </property>
  233. <property name="orientation">
  234. <enum>Qt::Horizontal</enum>
  235. </property>
  236. </widget>
  237. <widget class="Line" name="line_12">
  238. <property name="geometry">
  239. <rect>
  240. <x>660</x>
  241. <y>109</y>
  242. <width>111</width>
  243. <height>20</height>
  244. </rect>
  245. </property>
  246. <property name="orientation">
  247. <enum>Qt::Horizontal</enum>
  248. </property>
  249. </widget>
  250. <widget class="QLabel" name="bus">
  251. <property name="geometry">
  252. <rect>
  253. <x>715</x>
  254. <y>168</y>
  255. <width>51</width>
  256. <height>20</height>
  257. </rect>
  258. </property>
  259. <property name="text">
  260. <string>0</string>
  261. </property>
  262. </widget>
  263. <widget class="QLabel" name="label_4">
  264. <property name="geometry">
  265. <rect>
  266. <x>645</x>
  267. <y>170</y>
  268. <width>61</width>
  269. <height>16</height>
  270. </rect>
  271. </property>
  272. <property name="text">
  273. <string>Автобусов:</string>
  274. </property>
  275. </widget>
  276. <widget class="QLabel" name="bird">
  277. <property name="geometry">
  278. <rect>
  279. <x>685</x>
  280. <y>150</y>
  281. <width>41</width>
  282. <height>20</height>
  283. </rect>
  284. </property>
  285. <property name="text">
  286. <string>0</string>
  287. </property>
  288. </widget>
  289. <widget class="QLabel" name="label_5">
  290. <property name="geometry">
  291. <rect>
  292. <x>645</x>
  293. <y>151</y>
  294. <width>31</width>
  295. <height>16</height>
  296. </rect>
  297. </property>
  298. <property name="text">
  299. <string>Птиц:</string>
  300. </property>
  301. </widget>
  302. <widget class="QLabel" name="label_10">
  303. <property name="geometry">
  304. <rect>
  305. <x>645</x>
  306. <y>132</y>
  307. <width>91</width>
  308. <height>16</height>
  309. </rect>
  310. </property>
  311. <property name="text">
  312. <string>Самолетов:</string>
  313. </property>
  314. </widget>
  315. <widget class="QLabel" name="aeroplane">
  316. <property name="geometry">
  317. <rect>
  318. <x>715</x>
  319. <y>130</y>
  320. <width>21</width>
  321. <height>20</height>
  322. </rect>
  323. </property>
  324. <property name="text">
  325. <string>0</string>
  326. </property>
  327. </widget>
  328. <widget class="QSpinBox" name="accuracy">
  329. <property name="geometry">
  330. <rect>
  331. <x>460</x>
  332. <y>70</y>
  333. <width>311</width>
  334. <height>31</height>
  335. </rect>
  336. </property>
  337. <property name="cursor">
  338. <cursorShape>PointingHandCursor</cursorShape>
  339. </property>
  340. <property name="wrapping">
  341. <bool>false</bool>
  342. </property>
  343. <property name="frame">
  344. <bool>true</bool>
  345. </property>
  346. <property name="alignment">
  347. <set>Qt::AlignCenter</set>
  348. </property>
  349. <property name="buttonSymbols">
  350. <enum>QAbstractSpinBox::UpDownArrows</enum>
  351. </property>
  352. <property name="suffix">
  353. <string> %</string>
  354. </property>
  355. <property name="prefix">
  356. <string>Точность от- </string>
  357. </property>
  358. <property name="minimum">
  359. <number>20</number>
  360. </property>
  361. <property name="maximum">
  362. <number>100</number>
  363. </property>
  364. <property name="stepType">
  365. <enum>QAbstractSpinBox::DefaultStepType</enum>
  366. </property>
  367. <property name="displayIntegerBase">
  368. <number>10</number>
  369. </property>
  370. </widget>
  371. <widget class="QLabel" name="dog">
  372. <property name="geometry">
  373. <rect>
  374. <x>530</x>
  375. <y>190</y>
  376. <width>31</width>
  377. <height>16</height>
  378. </rect>
  379. </property>
  380. <property name="text">
  381. <string>0</string>
  382. </property>
  383. </widget>
  384. <widget class="QLabel" name="label_11">
  385. <property name="geometry">
  386. <rect>
  387. <x>480</x>
  388. <y>190</y>
  389. <width>101</width>
  390. <height>16</height>
  391. </rect>
  392. </property>
  393. <property name="text">
  394. <string>Собак:</string>
  395. </property>
  396. </widget>
  397. <widget class="QLabel" name="train">
  398. <property name="geometry">
  399. <rect>
  400. <x>710</x>
  401. <y>188</y>
  402. <width>51</width>
  403. <height>20</height>
  404. </rect>
  405. </property>
  406. <property name="text">
  407. <string>0</string>
  408. </property>
  409. </widget>
  410. <widget class="QLabel" name="label_6">
  411. <property name="geometry">
  412. <rect>
  413. <x>645</x>
  414. <y>190</y>
  415. <width>61</width>
  416. <height>16</height>
  417. </rect>
  418. </property>
  419. <property name="text">
  420. <string>Поездов:</string>
  421. </property>
  422. </widget>
  423. <widget class="QPushButton" name="graph">
  424. <property name="enabled">
  425. <bool>false</bool>
  426. </property>
  427. <property name="geometry">
  428. <rect>
  429. <x>460</x>
  430. <y>230</y>
  431. <width>311</width>
  432. <height>41</height>
  433. </rect>
  434. </property>
  435. <property name="cursor">
  436. <cursorShape>PointingHandCursor</cursorShape>
  437. </property>
  438. <property name="text">
  439. <string>Экспортировать график</string>
  440. </property>
  441. </widget>
  442. </widget>
  443. <action name="help_nemu_btn">
  444. <property name="text">
  445. <string>О программе</string>
  446. </property>
  447. </action>
  448. <action name="action_3">
  449. <property name="text">
  450. <string>Настройки</string>
  451. </property>
  452. </action>
  453. <action name="action_mail_ru">
  454. <property name="text">
  455. <string>Открыть mail.ru</string>
  456. </property>
  457. </action>
  458. <action name="action">
  459. <property name="text">
  460. <string>Импортировать</string>
  461. </property>
  462. </action>
  463. </widget>
  464. <resources/>
  465. <connections/>
  466. </ui>
  467.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement