OBSBasicTransform.ui 23 KB

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