1
0

OBSPermissions.ui 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>OBSPermissions</class>
  4. <widget class="QDialog" name="OBSPermissions">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>692</width>
  10. <height>613</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>0</width>
  22. <height>0</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>MacPermissions.Title</string>
  27. </property>
  28. <property name="windowIcon">
  29. <iconset resource="obs.qrc">
  30. <normaloff>:/res/images/obs.png</normaloff>:/res/images/obs.png</iconset>
  31. </property>
  32. <property name="styleSheet">
  33. <string notr="true"/>
  34. </property>
  35. <layout class="QGridLayout" name="gridLayout_2">
  36. <item row="0" column="0">
  37. <layout class="QVBoxLayout" name="verticalLayout">
  38. <property name="spacing">
  39. <number>0</number>
  40. </property>
  41. <property name="sizeConstraint">
  42. <enum>QLayout::SetNoConstraint</enum>
  43. </property>
  44. <property name="leftMargin">
  45. <number>0</number>
  46. </property>
  47. <property name="topMargin">
  48. <number>0</number>
  49. </property>
  50. <property name="rightMargin">
  51. <number>0</number>
  52. </property>
  53. <property name="bottomMargin">
  54. <number>0</number>
  55. </property>
  56. <item>
  57. <layout class="QVBoxLayout" name="verticalLayout_7">
  58. <item>
  59. <widget class="QLabel" name="label">
  60. <property name="text">
  61. <string>MacPermissions.Description</string>
  62. </property>
  63. <property name="wordWrap">
  64. <bool>true</bool>
  65. </property>
  66. </widget>
  67. </item>
  68. <item>
  69. <layout class="QGridLayout" name="gridLayout">
  70. <item row="1" column="0">
  71. <spacer name="verticalSpacer">
  72. <property name="orientation">
  73. <enum>Qt::Vertical</enum>
  74. </property>
  75. <property name="sizeHint" stdset="0">
  76. <size>
  77. <width>20</width>
  78. <height>40</height>
  79. </size>
  80. </property>
  81. </spacer>
  82. </item>
  83. <item row="3" column="0">
  84. <widget class="QPushButton" name="continueButton">
  85. <property name="text">
  86. <string>MacPermissions.Continue</string>
  87. </property>
  88. </widget>
  89. </item>
  90. <item row="2" column="0">
  91. <widget class="QLabel" name="label_2">
  92. <property name="text">
  93. <string>MacPermissions.Description.OpenDialog</string>
  94. </property>
  95. <property name="wordWrap">
  96. <bool>true</bool>
  97. </property>
  98. <property name="bottomMargin" stdset="0">
  99. <number>8</number>
  100. </property>
  101. </widget>
  102. </item>
  103. <item row="0" column="0">
  104. <layout class="QFormLayout" name="formLayout">
  105. <property name="fieldGrowthPolicy">
  106. <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
  107. </property>
  108. <property name="rowWrapPolicy">
  109. <enum>QFormLayout::WrapAllRows</enum>
  110. </property>
  111. <property name="topMargin">
  112. <number>22</number>
  113. </property>
  114. <property name="bottomMargin">
  115. <number>0</number>
  116. </property>
  117. <item row="0" column="0">
  118. <widget class="QLabel" name="label_4">
  119. <property name="font">
  120. <font>
  121. <bold>true</bold>
  122. </font>
  123. </property>
  124. <property name="text">
  125. <string>MacPermissions.Item.ScreenRecording</string>
  126. </property>
  127. <property name="alignment">
  128. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  129. </property>
  130. </widget>
  131. </item>
  132. <item row="0" column="1">
  133. <widget class="QLabel" name="label_5">
  134. <property name="text">
  135. <string>MacPermissions.Item.ScreenRecording.Details</string>
  136. </property>
  137. </widget>
  138. </item>
  139. <item row="1" column="1">
  140. <layout class="QHBoxLayout" name="horizontalLayout">
  141. <property name="topMargin">
  142. <number>8</number>
  143. </property>
  144. <property name="bottomMargin">
  145. <number>25</number>
  146. </property>
  147. <item>
  148. <spacer name="horizontalSpacer">
  149. <property name="orientation">
  150. <enum>Qt::Horizontal</enum>
  151. </property>
  152. <property name="sizeHint" stdset="0">
  153. <size>
  154. <width>40</width>
  155. <height>20</height>
  156. </size>
  157. </property>
  158. </spacer>
  159. </item>
  160. <item>
  161. <widget class="QPushButton" name="capturePermissionButton">
  162. <property name="sizePolicy">
  163. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  164. <horstretch>0</horstretch>
  165. <verstretch>0</verstretch>
  166. </sizepolicy>
  167. </property>
  168. <property name="minimumSize">
  169. <size>
  170. <width>300</width>
  171. <height>0</height>
  172. </size>
  173. </property>
  174. <property name="maximumSize">
  175. <size>
  176. <width>300</width>
  177. <height>16777215</height>
  178. </size>
  179. </property>
  180. <property name="baseSize">
  181. <size>
  182. <width>300</width>
  183. <height>0</height>
  184. </size>
  185. </property>
  186. </widget>
  187. </item>
  188. </layout>
  189. </item>
  190. <item row="2" column="0">
  191. <widget class="QLabel" name="label_7">
  192. <property name="font">
  193. <font>
  194. <bold>true</bold>
  195. </font>
  196. </property>
  197. <property name="text">
  198. <string>MacPermissions.Item.Camera</string>
  199. </property>
  200. <property name="alignment">
  201. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  202. </property>
  203. </widget>
  204. </item>
  205. <item row="2" column="1">
  206. <widget class="QLabel" name="label_8">
  207. <property name="text">
  208. <string>MacPermissions.Item.Camera.Details</string>
  209. </property>
  210. <property name="wordWrap">
  211. <bool>true</bool>
  212. </property>
  213. </widget>
  214. </item>
  215. <item row="3" column="1">
  216. <layout class="QHBoxLayout" name="horizontalLayout_2">
  217. <property name="topMargin">
  218. <number>8</number>
  219. </property>
  220. <property name="bottomMargin">
  221. <number>25</number>
  222. </property>
  223. <item>
  224. <spacer name="horizontalSpacer_2">
  225. <property name="orientation">
  226. <enum>Qt::Horizontal</enum>
  227. </property>
  228. <property name="sizeHint" stdset="0">
  229. <size>
  230. <width>40</width>
  231. <height>20</height>
  232. </size>
  233. </property>
  234. </spacer>
  235. </item>
  236. <item>
  237. <widget class="QPushButton" name="videoPermissionButton">
  238. <property name="sizePolicy">
  239. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  240. <horstretch>0</horstretch>
  241. <verstretch>0</verstretch>
  242. </sizepolicy>
  243. </property>
  244. <property name="minimumSize">
  245. <size>
  246. <width>300</width>
  247. <height>0</height>
  248. </size>
  249. </property>
  250. <property name="maximumSize">
  251. <size>
  252. <width>300</width>
  253. <height>16777215</height>
  254. </size>
  255. </property>
  256. <property name="baseSize">
  257. <size>
  258. <width>300</width>
  259. <height>0</height>
  260. </size>
  261. </property>
  262. </widget>
  263. </item>
  264. </layout>
  265. </item>
  266. <item row="4" column="0">
  267. <widget class="QLabel" name="label_9">
  268. <property name="font">
  269. <font>
  270. <bold>true</bold>
  271. </font>
  272. </property>
  273. <property name="text">
  274. <string>MacPermissions.Item.Microphone</string>
  275. </property>
  276. <property name="alignment">
  277. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  278. </property>
  279. </widget>
  280. </item>
  281. <item row="4" column="1">
  282. <widget class="QLabel" name="label_10">
  283. <property name="text">
  284. <string>MacPermissions.Item.Microphone.Details</string>
  285. </property>
  286. </widget>
  287. </item>
  288. <item row="5" column="1">
  289. <layout class="QHBoxLayout" name="horizontalLayout_4">
  290. <property name="topMargin">
  291. <number>8</number>
  292. </property>
  293. <property name="bottomMargin">
  294. <number>25</number>
  295. </property>
  296. <item>
  297. <spacer name="horizontalSpacer_3">
  298. <property name="orientation">
  299. <enum>Qt::Horizontal</enum>
  300. </property>
  301. <property name="sizeHint" stdset="0">
  302. <size>
  303. <width>40</width>
  304. <height>20</height>
  305. </size>
  306. </property>
  307. </spacer>
  308. </item>
  309. <item>
  310. <widget class="QPushButton" name="audioPermissionButton">
  311. <property name="sizePolicy">
  312. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  313. <horstretch>0</horstretch>
  314. <verstretch>0</verstretch>
  315. </sizepolicy>
  316. </property>
  317. <property name="minimumSize">
  318. <size>
  319. <width>300</width>
  320. <height>0</height>
  321. </size>
  322. </property>
  323. <property name="maximumSize">
  324. <size>
  325. <width>300</width>
  326. <height>16777215</height>
  327. </size>
  328. </property>
  329. <property name="baseSize">
  330. <size>
  331. <width>300</width>
  332. <height>0</height>
  333. </size>
  334. </property>
  335. </widget>
  336. </item>
  337. </layout>
  338. </item>
  339. <item row="6" column="0">
  340. <widget class="QLabel" name="label_3">
  341. <property name="font">
  342. <font>
  343. <bold>true</bold>
  344. </font>
  345. </property>
  346. <property name="text">
  347. <string>MacPermissions.Item.InputMonitoring</string>
  348. </property>
  349. <property name="alignment">
  350. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  351. </property>
  352. </widget>
  353. </item>
  354. <item row="6" column="1">
  355. <widget class="QLabel" name="label_13">
  356. <property name="text">
  357. <string>MacPermissions.Item.InputMonitoring.Details</string>
  358. </property>
  359. <property name="wordWrap">
  360. <bool>true</bool>
  361. </property>
  362. </widget>
  363. </item>
  364. <item row="7" column="1">
  365. <layout class="QHBoxLayout" name="horizontalLayout_5">
  366. <property name="sizeConstraint">
  367. <enum>QLayout::SetDefaultConstraint</enum>
  368. </property>
  369. <item>
  370. <widget class="QWidget"/>
  371. </item>
  372. <item>
  373. <widget class="QPushButton" name="inputMonitoringPermissionButton">
  374. <property name="sizePolicy">
  375. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  376. <horstretch>0</horstretch>
  377. <verstretch>0</verstretch>
  378. </sizepolicy>
  379. </property>
  380. <property name="minimumSize">
  381. <size>
  382. <width>300</width>
  383. <height>0</height>
  384. </size>
  385. </property>
  386. <property name="maximumSize">
  387. <size>
  388. <width>300</width>
  389. <height>16777215</height>
  390. </size>
  391. </property>
  392. <property name="baseSize">
  393. <size>
  394. <width>300</width>
  395. <height>0</height>
  396. </size>
  397. </property>
  398. </widget>
  399. </item>
  400. </layout>
  401. </item>
  402. <item row="8" column="1">
  403. <widget class="QLabel" name="accessibilityPermissionLabel">
  404. <property name="text">
  405. <string>MacPermissions.Item.Accessibility.Details</string>
  406. </property>
  407. <property name="wordWrap">
  408. <bool>true</bool>
  409. </property>
  410. </widget>
  411. </item>
  412. <item row="9" column="1">
  413. <layout class="QHBoxLayout" name="horizontalLayout_6">
  414. <property name="sizeConstraint">
  415. <enum>QLayout::SetDefaultConstraint</enum>
  416. </property>
  417. <property name="topMargin">
  418. <number>8</number>
  419. </property>
  420. <property name="bottomMargin">
  421. <number>25</number>
  422. </property>
  423. <item>
  424. <spacer name="horizontalSpacer_4">
  425. <property name="orientation">
  426. <enum>Qt::Horizontal</enum>
  427. </property>
  428. <property name="sizeHint" stdset="0">
  429. <size>
  430. <width>40</width>
  431. <height>20</height>
  432. </size>
  433. </property>
  434. </spacer>
  435. </item>
  436. <item>
  437. <widget class="QPushButton" name="accessibilityPermissionButton">
  438. <property name="sizePolicy">
  439. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  440. <horstretch>0</horstretch>
  441. <verstretch>0</verstretch>
  442. </sizepolicy>
  443. </property>
  444. <property name="minimumSize">
  445. <size>
  446. <width>300</width>
  447. <height>0</height>
  448. </size>
  449. </property>
  450. <property name="maximumSize">
  451. <size>
  452. <width>300</width>
  453. <height>16777215</height>
  454. </size>
  455. </property>
  456. <property name="baseSize">
  457. <size>
  458. <width>300</width>
  459. <height>0</height>
  460. </size>
  461. </property>
  462. </widget>
  463. </item>
  464. </layout>
  465. </item>
  466. </layout>
  467. </item>
  468. </layout>
  469. </item>
  470. </layout>
  471. </item>
  472. </layout>
  473. </item>
  474. </layout>
  475. </widget>
  476. <resources>
  477. <include location="obs.qrc"/>
  478. </resources>
  479. <connections/>
  480. </ui>