OBSBasicTransform.ui 25 KB

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