OBSBasicTransform.ui 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>OBSBasicTransform</class>
  4. <widget class="QDialog" name="OBSBasicTransform">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>564</width>
  10. <height>313</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Basic.TransformWindow</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout" stretch="0,5,0">
  17. <item>
  18. <layout class="QFormLayout" name="formLayout">
  19. <property name="fieldGrowthPolicy">
  20. <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
  21. </property>
  22. <property name="labelAlignment">
  23. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  24. </property>
  25. <item row="0" column="0">
  26. <widget class="QLabel" name="label">
  27. <property name="sizePolicy">
  28. <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
  29. <horstretch>0</horstretch>
  30. <verstretch>0</verstretch>
  31. </sizepolicy>
  32. </property>
  33. <property name="minimumSize">
  34. <size>
  35. <width>170</width>
  36. <height>0</height>
  37. </size>
  38. </property>
  39. <property name="accessibleName">
  40. <string>Basic.TransformWindow.Position</string>
  41. </property>
  42. <property name="text">
  43. <string>Basic.TransformWindow.Position</string>
  44. </property>
  45. <property name="alignment">
  46. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  47. </property>
  48. </widget>
  49. </item>
  50. <item row="0" column="1">
  51. <widget class="QFrame" name="widget">
  52. <property name="sizePolicy">
  53. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  54. <horstretch>0</horstretch>
  55. <verstretch>0</verstretch>
  56. </sizepolicy>
  57. </property>
  58. <layout class="QHBoxLayout" name="horizontalLayout">
  59. <property name="leftMargin">
  60. <number>0</number>
  61. </property>
  62. <property name="topMargin">
  63. <number>0</number>
  64. </property>
  65. <property name="rightMargin">
  66. <number>0</number>
  67. </property>
  68. <property name="bottomMargin">
  69. <number>0</number>
  70. </property>
  71. <item>
  72. <widget class="QDoubleSpinBox" name="positionX">
  73. <property name="minimumSize">
  74. <size>
  75. <width>100</width>
  76. <height>0</height>
  77. </size>
  78. </property>
  79. <property name="accessibleName">
  80. <string>Basic.TransformWindow.PositionX</string>
  81. </property>
  82. <property name="decimals">
  83. <number>4</number>
  84. </property>
  85. <property name="minimum">
  86. <double>-90001.000000000000000</double>
  87. </property>
  88. <property name="maximum">
  89. <double>90001.000000000000000</double>
  90. </property>
  91. </widget>
  92. </item>
  93. <item>
  94. <widget class="QDoubleSpinBox" name="positionY">
  95. <property name="minimumSize">
  96. <size>
  97. <width>100</width>
  98. <height>0</height>
  99. </size>
  100. </property>
  101. <property name="accessibleName">
  102. <string>Basic.TransformWindow.PositionY</string>
  103. </property>
  104. <property name="decimals">
  105. <number>4</number>
  106. </property>
  107. <property name="minimum">
  108. <double>-90001.000000000000000</double>
  109. </property>
  110. <property name="maximum">
  111. <double>90001.000000000000000</double>
  112. </property>
  113. </widget>
  114. </item>
  115. </layout>
  116. </widget>
  117. </item>
  118. <item row="1" column="0">
  119. <widget class="QLabel" name="label_2">
  120. <property name="accessibleName">
  121. <string>Basic.TransformWindow.Rotation</string>
  122. </property>
  123. <property name="text">
  124. <string>Basic.TransformWindow.Rotation</string>
  125. </property>
  126. </widget>
  127. </item>
  128. <item row="1" column="1">
  129. <widget class="QDoubleSpinBox" name="rotation">
  130. <property name="sizePolicy">
  131. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  132. <horstretch>0</horstretch>
  133. <verstretch>0</verstretch>
  134. </sizepolicy>
  135. </property>
  136. <property name="minimumSize">
  137. <size>
  138. <width>100</width>
  139. <height>0</height>
  140. </size>
  141. </property>
  142. <property name="accessibleName">
  143. <string>Basic.TransformWindow.Rotation</string>
  144. </property>
  145. <property name="minimum">
  146. <double>-360.000000000000000</double>
  147. </property>
  148. <property name="maximum">
  149. <double>360.000000000000000</double>
  150. </property>
  151. <property name="singleStep">
  152. <double>0.100000000000000</double>
  153. </property>
  154. </widget>
  155. </item>
  156. <item row="2" column="0">
  157. <widget class="QLabel" name="label_3">
  158. <property name="accessibleName">
  159. <string>Basic.TransformWindow.Size</string>
  160. </property>
  161. <property name="text">
  162. <string>Basic.TransformWindow.Size</string>
  163. </property>
  164. </widget>
  165. </item>
  166. <item row="2" column="1">
  167. <widget class="QFrame" name="widget_2">
  168. <property name="sizePolicy">
  169. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  170. <horstretch>0</horstretch>
  171. <verstretch>0</verstretch>
  172. </sizepolicy>
  173. </property>
  174. <layout class="QHBoxLayout" name="horizontalLayout_2">
  175. <property name="leftMargin">
  176. <number>0</number>
  177. </property>
  178. <property name="topMargin">
  179. <number>0</number>
  180. </property>
  181. <property name="rightMargin">
  182. <number>0</number>
  183. </property>
  184. <property name="bottomMargin">
  185. <number>0</number>
  186. </property>
  187. <item>
  188. <widget class="QDoubleSpinBox" name="sizeX">
  189. <property name="minimumSize">
  190. <size>
  191. <width>100</width>
  192. <height>0</height>
  193. </size>
  194. </property>
  195. <property name="accessibleName">
  196. <string>Basic.TransformWindow.Width</string>
  197. </property>
  198. <property name="decimals">
  199. <number>4</number>
  200. </property>
  201. <property name="minimum">
  202. <double>-90001.000000000000000</double>
  203. </property>
  204. <property name="maximum">
  205. <double>90001.000000000000000</double>
  206. </property>
  207. <property name="singleStep">
  208. <double>1.000000000000000</double>
  209. </property>
  210. </widget>
  211. </item>
  212. <item>
  213. <widget class="QDoubleSpinBox" name="sizeY">
  214. <property name="minimumSize">
  215. <size>
  216. <width>100</width>
  217. <height>0</height>
  218. </size>
  219. </property>
  220. <property name="accessibleName">
  221. <string>Basic.TransformWindow.Height</string>
  222. </property>
  223. <property name="decimals">
  224. <number>4</number>
  225. </property>
  226. <property name="minimum">
  227. <double>-90001.000000000000000</double>
  228. </property>
  229. <property name="maximum">
  230. <double>90001.000000000000000</double>
  231. </property>
  232. <property name="singleStep">
  233. <double>1.000000000000000</double>
  234. </property>
  235. </widget>
  236. </item>
  237. </layout>
  238. </widget>
  239. </item>
  240. <item row="3" column="0">
  241. <widget class="QLabel" name="label_4">
  242. <property name="accessibleName">
  243. <string>Basic.TransformWindow.Alignment</string>
  244. </property>
  245. <property name="text">
  246. <string>Basic.TransformWindow.Alignment</string>
  247. </property>
  248. </widget>
  249. </item>
  250. <item row="3" column="1">
  251. <widget class="QComboBox" name="align">
  252. <property name="accessibleName">
  253. <string>Basic.TransformWindow.Alignment</string>
  254. </property>
  255. <property name="currentText">
  256. <string>Basic.TransformWindow.Alignment.TopLeft</string>
  257. </property>
  258. <item>
  259. <property name="text">
  260. <string>Basic.TransformWindow.Alignment.TopLeft</string>
  261. </property>
  262. </item>
  263. <item>
  264. <property name="text">
  265. <string>Basic.TransformWindow.Alignment.TopCenter</string>
  266. </property>
  267. </item>
  268. <item>
  269. <property name="text">
  270. <string>Basic.TransformWindow.Alignment.TopRight</string>
  271. </property>
  272. </item>
  273. <item>
  274. <property name="text">
  275. <string>Basic.TransformWindow.Alignment.CenterLeft</string>
  276. </property>
  277. </item>
  278. <item>
  279. <property name="text">
  280. <string>Basic.TransformWindow.Alignment.Center</string>
  281. </property>
  282. </item>
  283. <item>
  284. <property name="text">
  285. <string>Basic.TransformWindow.Alignment.CenterRight</string>
  286. </property>
  287. </item>
  288. <item>
  289. <property name="text">
  290. <string>Basic.TransformWindow.Alignment.BottomLeft</string>
  291. </property>
  292. </item>
  293. <item>
  294. <property name="text">
  295. <string>Basic.TransformWindow.Alignment.BottomCenter</string>
  296. </property>
  297. </item>
  298. <item>
  299. <property name="text">
  300. <string>Basic.TransformWindow.Alignment.BottomRight</string>
  301. </property>
  302. </item>
  303. </widget>
  304. </item>
  305. <item row="4" column="1">
  306. <spacer name="verticalSpacer">
  307. <property name="orientation">
  308. <enum>Qt::Vertical</enum>
  309. </property>
  310. <property name="sizeHint" stdset="0">
  311. <size>
  312. <width>10</width>
  313. <height>10</height>
  314. </size>
  315. </property>
  316. </spacer>
  317. </item>
  318. <item row="5" column="0">
  319. <widget class="QLabel" name="label_5">
  320. <property name="accessibleName">
  321. <string>Basic.TransformWindow.BoundsType</string>
  322. </property>
  323. <property name="text">
  324. <string>Basic.TransformWindow.BoundsType</string>
  325. </property>
  326. </widget>
  327. </item>
  328. <item row="5" column="1">
  329. <widget class="QComboBox" name="boundsType">
  330. <property name="accessibleName">
  331. <string>Basic.TransformWindow.BoundsType</string>
  332. </property>
  333. <item>
  334. <property name="text">
  335. <string>Basic.TransformWindow.BoundsType.None</string>
  336. </property>
  337. </item>
  338. <item>
  339. <property name="text">
  340. <string>Basic.TransformWindow.BoundsType.Stretch</string>
  341. </property>
  342. </item>
  343. <item>
  344. <property name="text">
  345. <string>Basic.TransformWindow.BoundsType.ScaleInner</string>
  346. </property>
  347. </item>
  348. <item>
  349. <property name="text">
  350. <string>Basic.TransformWindow.BoundsType.ScaleOuter</string>
  351. </property>
  352. </item>
  353. <item>
  354. <property name="text">
  355. <string>Basic.TransformWindow.BoundsType.ScaleToWidth</string>
  356. </property>
  357. </item>
  358. <item>
  359. <property name="text">
  360. <string>Basic.TransformWindow.BoundsType.ScaleToHeight</string>
  361. </property>
  362. </item>
  363. <item>
  364. <property name="text">
  365. <string>Basic.TransformWindow.BoundsType.MaxOnly</string>
  366. </property>
  367. </item>
  368. </widget>
  369. </item>
  370. <item row="6" column="0">
  371. <widget class="QLabel" name="label_6">
  372. <property name="accessibleName">
  373. <string>Basic.TransformWindow.BoundsAlignment</string>
  374. </property>
  375. <property name="text">
  376. <string>Basic.TransformWindow.BoundsAlignment</string>
  377. </property>
  378. </widget>
  379. </item>
  380. <item row="6" column="1">
  381. <widget class="QComboBox" name="boundsAlign">
  382. <property name="enabled">
  383. <bool>false</bool>
  384. </property>
  385. <property name="accessibleName">
  386. <string>Basic.TransformWindow.BoundsAlignment</string>
  387. </property>
  388. <property name="currentText">
  389. <string>Basic.TransformWindow.Alignment.TopLeft</string>
  390. </property>
  391. <item>
  392. <property name="text">
  393. <string>Basic.TransformWindow.Alignment.TopLeft</string>
  394. </property>
  395. </item>
  396. <item>
  397. <property name="text">
  398. <string>Basic.TransformWindow.Alignment.TopCenter</string>
  399. </property>
  400. </item>
  401. <item>
  402. <property name="text">
  403. <string>Basic.TransformWindow.Alignment.TopRight</string>
  404. </property>
  405. </item>
  406. <item>
  407. <property name="text">
  408. <string>Basic.TransformWindow.Alignment.CenterLeft</string>
  409. </property>
  410. </item>
  411. <item>
  412. <property name="text">
  413. <string>Basic.TransformWindow.Alignment.Center</string>
  414. </property>
  415. </item>
  416. <item>
  417. <property name="text">
  418. <string>Basic.TransformWindow.Alignment.CenterRight</string>
  419. </property>
  420. </item>
  421. <item>
  422. <property name="text">
  423. <string>Basic.TransformWindow.Alignment.BottomLeft</string>
  424. </property>
  425. </item>
  426. <item>
  427. <property name="text">
  428. <string>Basic.TransformWindow.Alignment.BottomCenter</string>
  429. </property>
  430. </item>
  431. <item>
  432. <property name="text">
  433. <string>Basic.TransformWindow.Alignment.BottomRight</string>
  434. </property>
  435. </item>
  436. </widget>
  437. </item>
  438. <item row="7" column="0">
  439. <widget class="QLabel" name="label_7">
  440. <property name="accessibleName">
  441. <string>Basic.TransformWindow.Bounds</string>
  442. </property>
  443. <property name="text">
  444. <string>Basic.TransformWindow.Bounds</string>
  445. </property>
  446. </widget>
  447. </item>
  448. <item row="7" column="1">
  449. <widget class="QFrame" name="widget_3">
  450. <property name="sizePolicy">
  451. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  452. <horstretch>0</horstretch>
  453. <verstretch>0</verstretch>
  454. </sizepolicy>
  455. </property>
  456. <layout class="QHBoxLayout" name="horizontalLayout_3">
  457. <property name="leftMargin">
  458. <number>0</number>
  459. </property>
  460. <property name="topMargin">
  461. <number>0</number>
  462. </property>
  463. <property name="rightMargin">
  464. <number>0</number>
  465. </property>
  466. <property name="bottomMargin">
  467. <number>0</number>
  468. </property>
  469. <item>
  470. <widget class="QDoubleSpinBox" name="boundsWidth">
  471. <property name="enabled">
  472. <bool>false</bool>
  473. </property>
  474. <property name="minimumSize">
  475. <size>
  476. <width>100</width>
  477. <height>0</height>
  478. </size>
  479. </property>
  480. <property name="accessibleName">
  481. <string>Basic.TransformWindow.BoundsWidth</string>
  482. </property>
  483. <property name="decimals">
  484. <number>4</number>
  485. </property>
  486. <property name="minimum">
  487. <double>1.000000000000000</double>
  488. </property>
  489. <property name="maximum">
  490. <double>90001.000000000000000</double>
  491. </property>
  492. </widget>
  493. </item>
  494. <item>
  495. <widget class="QDoubleSpinBox" name="boundsHeight">
  496. <property name="enabled">
  497. <bool>false</bool>
  498. </property>
  499. <property name="minimumSize">
  500. <size>
  501. <width>100</width>
  502. <height>0</height>
  503. </size>
  504. </property>
  505. <property name="accessibleName">
  506. <string>Basic.TransformWindow.BoundsHeight</string>
  507. </property>
  508. <property name="decimals">
  509. <number>4</number>
  510. </property>
  511. <property name="minimum">
  512. <double>1.000000000000000</double>
  513. </property>
  514. <property name="maximum">
  515. <double>90001.000000000000000</double>
  516. </property>
  517. </widget>
  518. </item>
  519. </layout>
  520. </widget>
  521. </item>
  522. <item row="8" column="1">
  523. <spacer name="verticalSpacer_2">
  524. <property name="orientation">
  525. <enum>Qt::Vertical</enum>
  526. </property>
  527. <property name="sizeHint" stdset="0">
  528. <size>
  529. <width>10</width>
  530. <height>10</height>
  531. </size>
  532. </property>
  533. </spacer>
  534. </item>
  535. <item row="9" column="0">
  536. <widget class="QLabel" name="label_8">
  537. <property name="accessibleName">
  538. <string>Basic.TransformWindow.Crop</string>
  539. </property>
  540. <property name="text">
  541. <string>Basic.TransformWindow.Crop</string>
  542. </property>
  543. </widget>
  544. </item>
  545. <item row="9" column="1">
  546. <layout class="QGridLayout" name="gridLayout">
  547. <item row="0" column="1">
  548. <widget class="QSpinBox" name="cropLeft">
  549. <property name="sizePolicy">
  550. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  551. <horstretch>0</horstretch>
  552. <verstretch>0</verstretch>
  553. </sizepolicy>
  554. </property>
  555. <property name="minimumSize">
  556. <size>
  557. <width>70</width>
  558. <height>0</height>
  559. </size>
  560. </property>
  561. <property name="accessibleName">
  562. <string>Basic.TransformWindow.CropLeft</string>
  563. </property>
  564. <property name="maximum">
  565. <number>100000</number>
  566. </property>
  567. </widget>
  568. </item>
  569. <item row="0" column="3">
  570. <widget class="QSpinBox" name="cropRight">
  571. <property name="sizePolicy">
  572. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  573. <horstretch>0</horstretch>
  574. <verstretch>0</verstretch>
  575. </sizepolicy>
  576. </property>
  577. <property name="minimumSize">
  578. <size>
  579. <width>70</width>
  580. <height>0</height>
  581. </size>
  582. </property>
  583. <property name="accessibleName">
  584. <string>Basic.TransformWindow.CropRight</string>
  585. </property>
  586. <property name="maximum">
  587. <number>100000</number>
  588. </property>
  589. </widget>
  590. </item>
  591. <item row="0" column="0">
  592. <widget class="QLabel" name="label_9">
  593. <property name="text">
  594. <string>Left</string>
  595. </property>
  596. <property name="alignment">
  597. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  598. </property>
  599. <property name="buddy">
  600. <cstring>cropLeft</cstring>
  601. </property>
  602. </widget>
  603. </item>
  604. <item row="1" column="2">
  605. <widget class="QLabel" name="label_12">
  606. <property name="text">
  607. <string>Bottom</string>
  608. </property>
  609. <property name="alignment">
  610. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  611. </property>
  612. <property name="buddy">
  613. <cstring>cropBottom</cstring>
  614. </property>
  615. </widget>
  616. </item>
  617. <item row="1" column="1">
  618. <widget class="QSpinBox" name="cropTop">
  619. <property name="sizePolicy">
  620. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  621. <horstretch>0</horstretch>
  622. <verstretch>0</verstretch>
  623. </sizepolicy>
  624. </property>
  625. <property name="minimumSize">
  626. <size>
  627. <width>70</width>
  628. <height>0</height>
  629. </size>
  630. </property>
  631. <property name="accessibleName">
  632. <string>Basic.TransformWindow.CropTop</string>
  633. </property>
  634. <property name="maximum">
  635. <number>100000</number>
  636. </property>
  637. </widget>
  638. </item>
  639. <item row="1" column="3">
  640. <widget class="QSpinBox" name="cropBottom">
  641. <property name="sizePolicy">
  642. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  643. <horstretch>0</horstretch>
  644. <verstretch>0</verstretch>
  645. </sizepolicy>
  646. </property>
  647. <property name="minimumSize">
  648. <size>
  649. <width>70</width>
  650. <height>0</height>
  651. </size>
  652. </property>
  653. <property name="accessibleName">
  654. <string>Basic.TransformWindow.CropBottom</string>
  655. </property>
  656. <property name="maximum">
  657. <number>100000</number>
  658. </property>
  659. </widget>
  660. </item>
  661. <item row="1" column="0">
  662. <widget class="QLabel" name="label_11">
  663. <property name="text">
  664. <string>Top</string>
  665. </property>
  666. <property name="alignment">
  667. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  668. </property>
  669. <property name="buddy">
  670. <cstring>cropTop</cstring>
  671. </property>
  672. </widget>
  673. </item>
  674. <item row="0" column="2">
  675. <widget class="QLabel" name="label_10">
  676. <property name="text">
  677. <string>Right</string>
  678. </property>
  679. <property name="alignment">
  680. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  681. </property>
  682. <property name="buddy">
  683. <cstring>cropRight</cstring>
  684. </property>
  685. </widget>
  686. </item>
  687. <item row="0" column="4">
  688. <spacer name="horizontalSpacer">
  689. <property name="orientation">
  690. <enum>Qt::Horizontal</enum>
  691. </property>
  692. <property name="sizeHint" stdset="0">
  693. <size>
  694. <width>0</width>
  695. <height>0</height>
  696. </size>
  697. </property>
  698. </spacer>
  699. </item>
  700. </layout>
  701. </item>
  702. </layout>
  703. </item>
  704. <item>
  705. <spacer name="transformSpacer">
  706. <property name="orientation">
  707. <enum>Qt::Vertical</enum>
  708. </property>
  709. <property name="sizeHint" stdset="0">
  710. <size>
  711. <width>0</width>
  712. <height>10</height>
  713. </size>
  714. </property>
  715. </spacer>
  716. </item>
  717. <item>
  718. <widget class="QDialogButtonBox" name="buttonBox">
  719. <property name="standardButtons">
  720. <set>QDialogButtonBox::Close|QDialogButtonBox::Reset</set>
  721. </property>
  722. </widget>
  723. </item>
  724. </layout>
  725. </widget>
  726. <resources/>
  727. <connections>
  728. <connection>
  729. <sender>buttonBox</sender>
  730. <signal>rejected()</signal>
  731. <receiver>OBSBasicTransform</receiver>
  732. <slot>reject()</slot>
  733. <hints>
  734. <hint type="sourcelabel">
  735. <x>20</x>
  736. <y>20</y>
  737. </hint>
  738. <hint type="destinationlabel">
  739. <x>20</x>
  740. <y>20</y>
  741. </hint>
  742. </hints>
  743. </connection>
  744. </connections>
  745. </ui>