Options_UI.glade 81 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <interface>
  3. <requires lib="gtk" version="4.0"/>
  4. <object class="GtkBox" id="Main_Container">
  5. <property name="margin-bottom">5</property>
  6. <child>
  7. <object class="GtkStackSidebar" id="sts_SideBar">
  8. <property name="halign">center</property>
  9. <property name="stack">stk_Main</property>
  10. </object>
  11. </child>
  12. <child>
  13. <object class="GtkStack" id="stk_Main">
  14. <property name="transition-duration">800</property>
  15. <property name="transition-type">slide-left-right</property>
  16. <child>
  17. <object class="GtkStackPage">
  18. <property name="name">page0</property>
  19. <property name="title" translatable="yes">Options</property>
  20. <property name="child">
  21. <object class="GtkFrame" id="frame1">
  22. <property name="css-classes">borderless</property>
  23. <property name="child">
  24. <object class="GtkGrid" id="grid1">
  25. <property name="css-classes">options-grid</property>
  26. <property name="row-spacing">18</property>
  27. <property name="column-spacing">15</property>
  28. <child>
  29. <object class="GtkLabel" id="label13">
  30. <property name="halign">end</property>
  31. <property name="margin-top">4</property>
  32. <property name="hexpand">1</property>
  33. <property name="label" translatable="yes">Recording status indicators</property>
  34. <property name="justify">right</property>
  35. <layout>
  36. <property name="column">0</property>
  37. <property name="row">0</property>
  38. </layout>
  39. </object>
  40. </child>
  41. <child>
  42. <object class="GtkLabel" id="label24">
  43. <property name="halign">end</property>
  44. <property name="hexpand">1</property>
  45. <property name="label" translatable="yes">Show alerts and notifications</property>
  46. <layout>
  47. <property name="column">0</property>
  48. <property name="row">1</property>
  49. </layout>
  50. </object>
  51. </child>
  52. <child>
  53. <object class="GtkSwitch" id="swt_ShowNotifyAlert">
  54. <property name="focusable">1</property>
  55. <property name="halign">start</property>
  56. <property name="hexpand">1</property>
  57. <layout>
  58. <property name="column">1</property>
  59. <property name="row">1</property>
  60. </layout>
  61. </object>
  62. </child>
  63. <child>
  64. <object class="GtkLabel" id="label25">
  65. <property name="halign">end</property>
  66. <property name="hexpand">1</property>
  67. <property name="label" translatable="yes">Show a border around the area being recorded</property>
  68. <layout>
  69. <property name="column">0</property>
  70. <property name="row">2</property>
  71. </layout>
  72. </object>
  73. </child>
  74. <child>
  75. <object class="GtkSwitch" id="swt_ShowAreaRec">
  76. <property name="focusable">1</property>
  77. <property name="halign">start</property>
  78. <property name="hexpand">1</property>
  79. <layout>
  80. <property name="column">1</property>
  81. <property name="row">2</property>
  82. </layout>
  83. </object>
  84. </child>
  85. <child>
  86. <object class="GtkLabel" id="label10">
  87. <property name="halign">end</property>
  88. <property name="hexpand">1</property>
  89. <property name="label" translatable="yes">Enable keyboard shortcut</property>
  90. <layout>
  91. <property name="column">0</property>
  92. <property name="row">3</property>
  93. </layout>
  94. </object>
  95. </child>
  96. <child>
  97. <object class="GtkViewport" id="viewport_KeyShortcut">
  98. <property name="child">
  99. <object class="GtkTreeView" id="treeview_KeyShortcut">
  100. <property name="focusable">1</property>
  101. <property name="model">liststore_KeyShortcut</property>
  102. <property name="headers-visible">0</property>
  103. <property name="search-column">0</property>
  104. <child internal-child="selection">
  105. <object class="GtkTreeSelection"/>
  106. </child>
  107. </object>
  108. </property>
  109. <layout>
  110. <property name="column">1</property>
  111. <property name="row">4</property>
  112. </layout>
  113. </object>
  114. </child>
  115. <child>
  116. <object class="GtkComboBoxText" id="cbt_StatusIndicatorsRec">
  117. <items>
  118. <item id="0" translatable="yes">Both [ESC + Default]</item>
  119. <item id="1" translatable="yes">ESC only</item>
  120. <item id="2" translatable="yes">Default only</item>
  121. <item id="3" translatable="yes">Not any</item>
  122. </items>
  123. <layout>
  124. <property name="column">1</property>
  125. <property name="row">0</property>
  126. </layout>
  127. </object>
  128. </child>
  129. <child>
  130. <object class="GtkLabel" id="label18">
  131. <property name="tooltip-text" translatable="yes">These words will be replaced
  132. _fpath = the absolute path of the screencast video file.
  133. _dirpath = the absolute path of destination folder for the screencast video file.
  134. _fname = the name of the screencast video file.</property>
  135. <property name="halign">end</property>
  136. <property name="hexpand">1</property>
  137. <property name="label" translatable="yes">Command post-recording</property>
  138. <layout>
  139. <property name="column">0</property>
  140. <property name="row">9</property>
  141. </layout>
  142. </object>
  143. </child>
  144. <child>
  145. <object class="GtkEntry" id="txe_postcmd">
  146. <property name="focusable">1</property>
  147. <property name="tooltip-text" translatable="yes">These words will be replaced
  148. _fpath = the absolute path of the screencast video file.
  149. _dirpath = the absolute path of destination folder for the screencast video file.
  150. _fname = the name of the screencast video file.</property>
  151. <property name="hexpand">1</property>
  152. <layout>
  153. <property name="column">1</property>
  154. <property name="row">9</property>
  155. </layout>
  156. </object>
  157. </child>
  158. <child>
  159. <object class="GtkLabel" id="label14">
  160. <property name="halign">end</property>
  161. <property name="hexpand">1</property>
  162. <property name="label" translatable="yes">Execute command after recording</property>
  163. <layout>
  164. <property name="column">0</property>
  165. <property name="row">8</property>
  166. </layout>
  167. </object>
  168. </child>
  169. <child>
  170. <object class="GtkSwitch" id="swt_executepostcmd">
  171. <property name="focusable">1</property>
  172. <property name="halign">start</property>
  173. <property name="hexpand">0</property>
  174. <layout>
  175. <property name="column">1</property>
  176. <property name="row">8</property>
  177. </layout>
  178. </object>
  179. </child>
  180. <child>
  181. <object class="GtkSwitch" id="swt_DrawCursorRec">
  182. <property name="focusable">1</property>
  183. <property name="halign">start</property>
  184. <property name="hexpand">1</property>
  185. <layout>
  186. <property name="column">1</property>
  187. <property name="row">5</property>
  188. </layout>
  189. </object>
  190. </child>
  191. <child>
  192. <object class="GtkLabel" id="textentry1">
  193. <property name="halign">end</property>
  194. <property name="hexpand">1</property>
  195. <property name="label" translatable="yes">Draw cursor on screencast</property>
  196. <layout>
  197. <property name="column">0</property>
  198. <property name="row">5</property>
  199. </layout>
  200. </object>
  201. </child>
  202. <child>
  203. <object class="GtkLabel">
  204. <property name="height-request">1</property>
  205. <property name="halign">end</property>
  206. <property name="hexpand">1</property>
  207. <property name="label" translatable="yes">Active shortcut</property>
  208. <layout>
  209. <property name="column">0</property>
  210. <property name="row">4</property>
  211. </layout>
  212. </object>
  213. </child>
  214. <child>
  215. <object class="GtkSwitch" id="swt_KeyShortcut">
  216. <property name="focusable">1</property>
  217. <property name="halign">start</property>
  218. <property name="hexpand">1</property>
  219. <layout>
  220. <property name="column">1</property>
  221. <property name="row">3</property>
  222. </layout>
  223. </object>
  224. </child>
  225. <child>
  226. <object class="GtkLabel" id="label19">
  227. <property name="halign">end</property>
  228. <property name="hexpand">1</property>
  229. <property name="label" translatable="yes">Execute command before recording</property>
  230. <layout>
  231. <property name="column">0</property>
  232. <property name="row">6</property>
  233. </layout>
  234. </object>
  235. </child>
  236. <child>
  237. <object class="GtkSwitch" id="swt_executeprecmd">
  238. <property name="focusable">1</property>
  239. <property name="halign">start</property>
  240. <property name="hexpand">0</property>
  241. <layout>
  242. <property name="column">1</property>
  243. <property name="row">6</property>
  244. </layout>
  245. </object>
  246. </child>
  247. <child>
  248. <object class="GtkLabel" id="label26">
  249. <property name="tooltip-text" translatable="yes">These words will be replaced
  250. _dirpath = the absolute path of destination folder for the screencast video file.</property>
  251. <property name="halign">end</property>
  252. <property name="hexpand">1</property>
  253. <property name="label" translatable="yes">Command pre-recording</property>
  254. <layout>
  255. <property name="column">0</property>
  256. <property name="row">7</property>
  257. </layout>
  258. </object>
  259. </child>
  260. <child>
  261. <object class="GtkEntry" id="txe_precmd">
  262. <property name="focusable">1</property>
  263. <property name="tooltip-text" translatable="yes">These words will be replaced
  264. _dirpath = the absolute path of destination folder for the screencast video file.</property>
  265. <property name="hexpand">1</property>
  266. <layout>
  267. <property name="column">1</property>
  268. <property name="row">7</property>
  269. </layout>
  270. </object>
  271. </child>
  272. <child>
  273. <placeholder/>
  274. </child>
  275. <child>
  276. <placeholder/>
  277. </child>
  278. <child>
  279. <placeholder/>
  280. </child>
  281. <child>
  282. <placeholder/>
  283. </child>
  284. <child>
  285. <placeholder/>
  286. </child>
  287. <child>
  288. <placeholder/>
  289. </child>
  290. <child>
  291. <placeholder/>
  292. </child>
  293. <child>
  294. <placeholder/>
  295. </child>
  296. <child>
  297. <placeholder/>
  298. </child>
  299. <child>
  300. <placeholder/>
  301. </child>
  302. </object>
  303. </property>
  304. <child type="label_item">
  305. <placeholder/>
  306. </child>
  307. </object>
  308. </property>
  309. </object>
  310. </child>
  311. <child>
  312. <object class="GtkStackPage">
  313. <property name="name">page1</property>
  314. <property name="title" translatable="yes">Quality</property>
  315. <property name="child">
  316. <object class="GtkFrame" id="frame2">
  317. <property name="css-classes">borderless</property>
  318. <property name="child">
  319. <object class="GtkBox" id="box1">
  320. <property name="orientation">vertical</property>
  321. <child>
  322. <object class="GtkGrid" id="grid3">
  323. <property name="row-spacing">18</property>
  324. <property name="column-spacing">15</property>
  325. <child>
  326. <object class="GtkLabel" id="textentry26">
  327. <property name="halign">end</property>
  328. <property name="hexpand">1</property>
  329. <property name="label" translatable="yes">Custom GStreamer Pipeline</property>
  330. <layout>
  331. <property name="column">0</property>
  332. <property name="row">0</property>
  333. </layout>
  334. </object>
  335. </child>
  336. <child>
  337. <object class="GtkSwitch" id="swt_EnableCustomGSP">
  338. <property name="focusable">1</property>
  339. <property name="halign">start</property>
  340. <property name="hexpand">1</property>
  341. <layout>
  342. <property name="column">1</property>
  343. <property name="row">0</property>
  344. </layout>
  345. </object>
  346. </child>
  347. <child>
  348. <placeholder/>
  349. </child>
  350. <child>
  351. <placeholder/>
  352. </child>
  353. <child>
  354. <placeholder/>
  355. </child>
  356. <child>
  357. <placeholder/>
  358. </child>
  359. <child>
  360. <placeholder/>
  361. </child>
  362. <child>
  363. <placeholder/>
  364. </child>
  365. <child>
  366. <placeholder/>
  367. </child>
  368. </object>
  369. </child>
  370. <child>
  371. <object class="GtkSeparator" id="separator1"/>
  372. </child>
  373. <child>
  374. <object class="GtkStack" id="stk_Quality">
  375. <property name="vexpand">1</property>
  376. <property name="transition-duration">800</property>
  377. <property name="transition-type">slide-up-down</property>
  378. <child>
  379. <object class="GtkStackPage">
  380. <property name="name">pg_Preset</property>
  381. <property name="title" translatable="yes">PagePreset</property>
  382. <property name="child">
  383. <object class="GtkBox" id="box9">
  384. <property name="valign">start</property>
  385. <property name="orientation">vertical</property>
  386. <child>
  387. <object class="GtkBox" id="box3">
  388. <property name="valign">center</property>
  389. <property name="css-classes">border-box</property>
  390. <child>
  391. <object class="GtkImage" id="img_Performance">
  392. <property name="halign">start</property>
  393. <property name="hexpand">true</property>
  394. <property name="pixel-size">100</property>
  395. </object>
  396. </child>
  397. <child>
  398. <object class="GtkImage" id="img_Quality">
  399. <property name="halign">end</property>
  400. <property name="hexpand">true</property>
  401. <property name="pixel-size">100</property>
  402. </object>
  403. </child>
  404. </object>
  405. </child>
  406. <child>
  407. <object class="GtkScale" id="scl_Quality">
  408. <property name="valign">center</property>
  409. <property name="vexpand">1</property>
  410. <property name="focusable">1</property>
  411. <property name="margin-bottom">18</property>
  412. <property name="fill-level">5</property>
  413. <property name="digits">0</property>
  414. <property name="has-origin">0</property>
  415. <property name="value-pos">bottom</property>
  416. </object>
  417. </child>
  418. <child>
  419. <object class="GtkLabel" id="lbl_GSP_Description">
  420. <property name="halign">center</property>
  421. <property name="vexpand">1</property>
  422. <property name="label" translatable="yes">No GSP description
  423. </property>
  424. <property name="wrap">1</property>
  425. <property name="wrap-mode">word-char</property>
  426. <property name="ellipsize">end</property>
  427. </object>
  428. </child>
  429. </object>
  430. </property>
  431. </object>
  432. </child>
  433. <child>
  434. <object class="GtkStackPage">
  435. <property name="name">pg_Custom</property>
  436. <property name="title" translatable="yes">PageCustom</property>
  437. <property name="child">
  438. <object class="GtkBox" id="box10">
  439. <property name="orientation">vertical</property>
  440. <child>
  441. <object class="GtkGrid" id="grid66">
  442. <property name="valign">center</property>
  443. <property name="row-spacing">18</property>
  444. <property name="column-spacing">15</property>
  445. <child>
  446. <object class="GtkLabel" id="label7">
  447. <property name="halign">end</property>
  448. <property name="hexpand">1</property>
  449. <property name="label" translatable="yes">Frames Per Second</property>
  450. <layout>
  451. <property name="column">0</property>
  452. <property name="row">0</property>
  453. </layout>
  454. </object>
  455. </child>
  456. <child>
  457. <object class="GtkSpinButton" id="spb_FrameRateRec">
  458. <property name="focusable">1</property>
  459. <property name="halign">start</property>
  460. <property name="hexpand">1</property>
  461. <property name="text" translatable="yes">0</property>
  462. <property name="climb-rate">1</property>
  463. <layout>
  464. <property name="column">1</property>
  465. <property name="row">0</property>
  466. </layout>
  467. </object>
  468. </child>
  469. <child>
  470. <placeholder/>
  471. </child>
  472. <child>
  473. <placeholder/>
  474. </child>
  475. <child>
  476. <placeholder/>
  477. </child>
  478. <child>
  479. <placeholder/>
  480. </child>
  481. <child>
  482. <placeholder/>
  483. </child>
  484. <child>
  485. <placeholder/>
  486. </child>
  487. <child>
  488. <placeholder/>
  489. </child>
  490. </object>
  491. </child>
  492. <child>
  493. <object class="GtkFrame" id="frame104">
  494. <property name="vexpand">1</property>
  495. <property name="margin-bottom">10</property>
  496. <property name="label-xalign">0.10000000149011612</property>
  497. <child>
  498. <object class="GtkScrolledWindow" id="scrolledwindow2">
  499. <property name="focusable">1</property>
  500. <property name="child">
  501. <object class="GtkTextView" id="txe_CommandStringRec">
  502. <property name="focusable">1</property>
  503. <property name="margin-top">5</property>
  504. <property name="margin-bottom">5</property>
  505. <property name="hexpand">1</property>
  506. <property name="vexpand">1</property>
  507. <property name="wrap-mode">word-char</property>
  508. <property name="accepts-tab">0</property>
  509. </object>
  510. </property>
  511. </object>
  512. </child>
  513. <child type="label">
  514. <object class="GtkLabel" id="label266">
  515. <property name="label" translatable="yes">GStreamer Pipeline</property>
  516. </object>
  517. </child>
  518. </object>
  519. </child>
  520. <child>
  521. <object class="GtkBox" id="box46">
  522. <property name="valign">center</property>
  523. <property name="orientation">vertical</property>
  524. <child>
  525. <object class="GtkLabel" id="label146">
  526. <property name="halign">start</property>
  527. <property name="label" translatable="yes">The extension does NOT handle the webcam and audio when you use a custom gstreamer pipeline.
  528. </property>
  529. <property name="wrap">1</property>
  530. <attributes>
  531. <attribute name="weight" value="bold"></attribute>
  532. <attribute name="foreground" value="#efef29292929"></attribute>
  533. </attributes>
  534. </object>
  535. </child>
  536. <child>
  537. <object class="GtkBox" id="box8">
  538. <child>
  539. <object class="GtkLinkButton" id="linkbutton1">
  540. <property name="hexpand">1</property>
  541. <property name="label" translatable="yes">Official doc</property>
  542. <property name="focusable">1</property>
  543. <property name="receives-default">1</property>
  544. <property name="uri">http://gstreamer.freedesktop.org/documentation/plugins.html</property>
  545. <property name="visited">1</property>
  546. </object>
  547. </child>
  548. <child>
  549. <object class="GtkLinkButton" id="linkbutton2">
  550. <property name="hexpand">1</property>
  551. <property name="label" translatable="yes">Wiki #1</property>
  552. <property name="focusable">1</property>
  553. <property name="receives-default">1</property>
  554. <property name="uri">http://processors.wiki.ti.com/index.php/Example_GStreamer_Pipelines</property>
  555. </object>
  556. </child>
  557. <child>
  558. <object class="GtkLinkButton" id="linkbutton3">
  559. <property name="hexpand">1</property>
  560. <property name="label" translatable="yes">Wiki #2</property>
  561. <property name="focusable">1</property>
  562. <property name="receives-default">1</property>
  563. <property name="uri">http://wiki.oz9aec.net/index.php/Gstreamer_Cheat_Sheet</property>
  564. </object>
  565. </child>
  566. </object>
  567. </child>
  568. </object>
  569. </child>
  570. </object>
  571. </property>
  572. </object>
  573. </child>
  574. </object>
  575. </child>
  576. </object>
  577. </property>
  578. <child type="label_item">
  579. <placeholder/>
  580. </child>
  581. </object>
  582. </property>
  583. </object>
  584. </child>
  585. <child>
  586. <object class="GtkStackPage">
  587. <property name="name">page2</property>
  588. <property name="title" translatable="yes">WebCam</property>
  589. <property name="child">
  590. <object class="GtkFrame" id="frame3">
  591. <property name="css-classes">borderless</property>
  592. <property name="child">
  593. <object class="GtkBox" id="box5">
  594. <property name="orientation">vertical</property>
  595. <child>
  596. <object class="GtkLabel" id="lbl_Webcam">
  597. <property name="valign">center</property>
  598. <property name="label" translatable="yes">No webcam device selected</property>
  599. <property name="justify">center</property>
  600. <attributes>
  601. <attribute name="weight" value="bold"></attribute>
  602. <attribute name="stretch" value="semi-expanded"></attribute>
  603. </attributes>
  604. </object>
  605. </child>
  606. <child>
  607. <object class="GtkLabel" id="lbl_WebcamCaps">
  608. <property name="valign">center</property>
  609. <property name="halign">center</property>
  610. <property name="hexpand">0</property>
  611. <property name="label" translatable="yes">-</property>
  612. <property name="justify">center</property>
  613. <property name="ellipsize">end</property>
  614. <property name="single-line-mode">1</property>
  615. </object>
  616. </child>
  617. <child>
  618. <object class="GtkSeparator" id="separator3"/>
  619. </child>
  620. <child>
  621. <object class="GtkStackSwitcher" id="sts_Webcam">
  622. <property name="halign">center</property>
  623. <property name="hexpand">1</property>
  624. <property name="stack">stk_Webcam</property>
  625. </object>
  626. </child>
  627. <child>
  628. <object class="GtkStack" id="stk_Webcam">
  629. <property name="hexpand">1</property>
  630. <property name="vexpand">1</property>
  631. <property name="transition-duration">800</property>
  632. <property name="transition-type">slide-up-down</property>
  633. <child>
  634. <object class="GtkStackPage">
  635. <property name="name">pg_quality_webcam</property>
  636. <property name="title" translatable="yes">Quality</property>
  637. <property name="child">
  638. <object class="GtkScrolledWindow" id="scrolledwindow1">
  639. <property name="focusable">1</property>
  640. <property name="has-frame">True</property>
  641. <property name="child">
  642. <object class="GtkTreeView" id="treeview_QualityWebam">
  643. <property name="focusable">1</property>
  644. <property name="hexpand">1</property>
  645. <property name="vexpand">1</property>
  646. <property name="model">liststore_QualityWebCam</property>
  647. <property name="search-column">1</property>
  648. <property name="enable-grid-lines">horizontal</property>
  649. <child internal-child="selection">
  650. <object class="GtkTreeSelection"/>
  651. </child>
  652. </object>
  653. </property>
  654. </object>
  655. </property>
  656. </object>
  657. </child>
  658. <child>
  659. <object class="GtkStackPage">
  660. <property name="name">pg_size_webcam</property>
  661. <property name="title" translatable="yes">Size</property>
  662. <property name="child">
  663. <object class="GtkGrid" id="grid5">
  664. <property name="row-spacing">18</property>
  665. <property name="column-spacing">15</property>
  666. <child>
  667. <object class="GtkLabel" id="label2">
  668. <property name="halign">end</property>
  669. <property name="hexpand">1</property>
  670. <property name="label" translatable="yes">Type of unit of measure</property>
  671. <layout>
  672. <property name="column">0</property>
  673. <property name="row">0</property>
  674. </layout>
  675. </object>
  676. </child>
  677. <child>
  678. <object class="GtkLabel" id="label3">
  679. <property name="halign">end</property>
  680. <property name="hexpand">1</property>
  681. <property name="label" translatable="yes">Width</property>
  682. <layout>
  683. <property name="column">0</property>
  684. <property name="row">1</property>
  685. </layout>
  686. </object>
  687. </child>
  688. <child>
  689. <object class="GtkLabel" id="label16">
  690. <property name="halign">end</property>
  691. <property name="hexpand">1</property>
  692. <property name="label" translatable="yes">Height</property>
  693. <layout>
  694. <property name="column">0</property>
  695. <property name="row">2</property>
  696. </layout>
  697. </object>
  698. </child>
  699. <child>
  700. <object class="GtkSpinButton" id="spb_WebCamWidth">
  701. <property name="focusable">1</property>
  702. <property name="halign">start</property>
  703. <property name="hexpand">1</property>
  704. <property name="numeric">1</property>
  705. <layout>
  706. <property name="column">1</property>
  707. <property name="row">1</property>
  708. </layout>
  709. </object>
  710. </child>
  711. <child>
  712. <object class="GtkSpinButton" id="spb_WebCamHeight">
  713. <property name="focusable">1</property>
  714. <property name="halign">start</property>
  715. <property name="hexpand">1</property>
  716. <property name="numeric">1</property>
  717. <layout>
  718. <property name="column">1</property>
  719. <property name="row">2</property>
  720. </layout>
  721. </object>
  722. </child>
  723. <child>
  724. <object class="GtkComboBoxText" id="cbt_WebCamUnitMeasure">
  725. <property name="halign">start</property>
  726. <property name="hexpand">1</property>
  727. <items>
  728. <item id="0" translatable="yes">Percentage</item>
  729. <item id="1" translatable="yes">Pixel</item>
  730. </items>
  731. <layout>
  732. <property name="column">1</property>
  733. <property name="row">0</property>
  734. </layout>
  735. </object>
  736. </child>
  737. <child>
  738. <placeholder/>
  739. </child>
  740. <child>
  741. <placeholder/>
  742. </child>
  743. <child>
  744. <placeholder/>
  745. </child>
  746. </object>
  747. </property>
  748. </object>
  749. </child>
  750. <child>
  751. <object class="GtkStackPage">
  752. <property name="name">pg_position_webcam</property>
  753. <property name="title" translatable="yes">Position</property>
  754. <property name="child">
  755. <object class="GtkGrid" id="grid4">
  756. <property name="row-spacing">18</property>
  757. <property name="column-spacing">15</property>
  758. <child>
  759. <object class="GtkLabel" id="label20">
  760. <property name="halign">end</property>
  761. <property name="hexpand">1</property>
  762. <property name="label" translatable="yes">Put the webcam in the corner</property>
  763. <layout>
  764. <property name="column">0</property>
  765. <property name="row">0</property>
  766. </layout>
  767. </object>
  768. </child>
  769. <child>
  770. <object class="GtkComboBoxText" id="cbt_WebCamCorner">
  771. <property name="halign">start</property>
  772. <property name="hexpand">1</property>
  773. <items>
  774. <item id="0" translatable="yes">Right-Bottom</item>
  775. <item id="1" translatable="yes">Left-Bottom</item>
  776. <item id="2" translatable="yes">Right-Top</item>
  777. <item id="3" translatable="yes">Left-Top</item>
  778. </items>
  779. <layout>
  780. <property name="column">1</property>
  781. <property name="row">0</property>
  782. </layout>
  783. </object>
  784. </child>
  785. <child>
  786. <object class="GtkLabel" id="label21">
  787. <property name="halign">end</property>
  788. <property name="hexpand">1</property>
  789. <property name="label" translatable="yes">Margin X</property>
  790. <layout>
  791. <property name="column">0</property>
  792. <property name="row">1</property>
  793. </layout>
  794. </object>
  795. </child>
  796. <child>
  797. <object class="GtkSpinButton" id="spb_WebCamMarginX">
  798. <property name="focusable">1</property>
  799. <property name="halign">start</property>
  800. <property name="hexpand">1</property>
  801. <property name="numeric">1</property>
  802. <layout>
  803. <property name="column">1</property>
  804. <property name="row">1</property>
  805. </layout>
  806. </object>
  807. </child>
  808. <child>
  809. <object class="GtkLabel" id="label22">
  810. <property name="halign">end</property>
  811. <property name="hexpand">1</property>
  812. <property name="label" translatable="yes">Margin Y</property>
  813. <layout>
  814. <property name="column">0</property>
  815. <property name="row">2</property>
  816. </layout>
  817. </object>
  818. </child>
  819. <child>
  820. <object class="GtkSpinButton" id="spb_WebCamMarginY">
  821. <property name="focusable">1</property>
  822. <property name="halign">start</property>
  823. <property name="hexpand">0</property>
  824. <property name="numeric">1</property>
  825. <layout>
  826. <property name="column">1</property>
  827. <property name="row">2</property>
  828. </layout>
  829. </object>
  830. </child>
  831. <child>
  832. <object class="GtkLabel" id="label23">
  833. <property name="halign">end</property>
  834. <property name="hexpand">1</property>
  835. <property name="label" translatable="yes">Alpha channel</property>
  836. <layout>
  837. <property name="column">0</property>
  838. <property name="row">3</property>
  839. </layout>
  840. </object>
  841. </child>
  842. <child>
  843. <object class="GtkSpinButton" id="spb_WebCamAlpha">
  844. <property name="focusable">1</property>
  845. <property name="halign">start</property>
  846. <property name="hexpand">1</property>
  847. <property name="text" translatable="yes">0,00</property>
  848. <property name="climb-rate">0.05</property>
  849. <property name="digits">2</property>
  850. <property name="numeric">1</property>
  851. <layout>
  852. <property name="column">1</property>
  853. <property name="row">3</property>
  854. </layout>
  855. </object>
  856. </child>
  857. <child>
  858. <placeholder/>
  859. </child>
  860. <child>
  861. <placeholder/>
  862. </child>
  863. <child>
  864. <placeholder/>
  865. </child>
  866. <child>
  867. <placeholder/>
  868. </child>
  869. </object>
  870. </property>
  871. </object>
  872. </child>
  873. </object>
  874. </child>
  875. </object>
  876. </property>
  877. <child type="label_item">
  878. <placeholder/>
  879. </child>
  880. </object>
  881. </property>
  882. </object>
  883. </child>
  884. <child>
  885. <object class="GtkStackPage">
  886. <property name="name">page3</property>
  887. <property name="title" translatable="yes">File</property>
  888. <property name="child">
  889. <object class="GtkFrame" id="frame">
  890. <property name="css-classes">borderless</property>
  891. <property name="child">
  892. <object class="GtkGrid" id="grid2">
  893. <property name="row-spacing">18</property>
  894. <property name="column-spacing">15</property>
  895. <child>
  896. <object class="GtkLabel" id="lbl_kjkhkhhkhjk">
  897. <property name="tooltip-text" translatable="yes">Select the folder where the file is saved, if not specific a folder the file will be saved in the $XDG_VIDEOS_DIR if it exists, or the home directory otherwise.</property>
  898. <property name="halign">end</property>
  899. <property name="hexpand">1</property>
  900. <property name="label" translatable="yes">Destination folder</property>
  901. <layout>
  902. <property name="column">0</property>
  903. <property name="row">3</property>
  904. </layout>
  905. </object>
  906. </child>
  907. <child>
  908. <object class="GtkLabel" id="label17">
  909. <property name="tooltip-text" translatable="yes">The filename which may contain some escape sequences - %d and %t will be replaced by the start date and time of the recording.</property>
  910. <property name="halign">end</property>
  911. <property name="hexpand">1</property>
  912. <property name="label" translatable="yes">File name template</property>
  913. <layout>
  914. <property name="column">0</property>
  915. <property name="row">2</property>
  916. </layout>
  917. </object>
  918. </child>
  919. <child>
  920. <object class="GtkEntry" id="txe_FileNameRec">
  921. <property name="focusable">1</property>
  922. <property name="receives-default">1</property>
  923. <property name="tooltip-text" translatable="yes">The filename which may contain some escape sequences - %d and %t will be replaced by the start date and time of the recording.</property>
  924. <property name="hexpand">1</property>
  925. <layout>
  926. <property name="column">1</property>
  927. <property name="row">2</property>
  928. </layout>
  929. </object>
  930. </child>
  931. <child>
  932. <object class="GtkButton" id="fcb_FilePathRec">
  933. <property name="visible">True</property>
  934. <property name="can-focus">False</property>
  935. <property name="tooltip-text" translatable="yes">Select the folder where the file is saved, if not specific a folder the file will be saved in the $XDG_VIDEOS_DIR if it exists, or the home directory otherwise.</property>
  936. <layout>
  937. <property name="column">1</property>
  938. <property name="row">3</property>
  939. </layout>
  940. </object>
  941. </child>
  942. <child>
  943. <object class="GtkLabel" id="label11">
  944. <property name="halign">end</property>
  945. <property name="hexpand">1</property>
  946. <property name="label" translatable="yes">File container</property>
  947. <layout>
  948. <property name="column">0</property>
  949. <property name="row">0</property>
  950. </layout>
  951. </object>
  952. </child>
  953. <child>
  954. <object class="GtkLabel" id="label15">
  955. <property name="halign">end</property>
  956. <property name="hexpand">1</property>
  957. <property name="label" translatable="yes">File resolution</property>
  958. <layout>
  959. <property name="column">0</property>
  960. <property name="row">1</property>
  961. </layout>
  962. </object>
  963. </child>
  964. <child>
  965. <object class="GtkComboBoxText" id="cbt_FileContainer">
  966. <items>
  967. <item id="0">WebM [VP8 encoder + vorbis]</item>
  968. <item id="1">WebM [VP9 encoder + vorbis]</item>
  969. <item id="2">MP4 [x264 encoder + mp3]</item>
  970. <item id="3">Mkv [x264 encoder + flac]</item>
  971. <item id="4">Ogg [Theora encoder + opus]</item>
  972. <item id="5">MP4_AAC [x264 encoder + aac]</item>
  973. </items>
  974. <layout>
  975. <property name="column">1</property>
  976. <property name="row">0</property>
  977. </layout>
  978. </object>
  979. </child>
  980. <child>
  981. <object class="GtkBox">
  982. <property name="orientation">vertical</property>
  983. <child>
  984. <object class="GtkStackSwitcher" id="sts_FileResolution">
  985. <property name="vexpand">1</property>
  986. <property name="halign">center</property>
  987. <property name="hexpand">1</property>
  988. <property name="stack">stk_FileResolution</property>
  989. </object>
  990. </child>
  991. <child>
  992. <object class="GtkStack" id="stk_FileResolution">
  993. <property name="margin-top">10</property>
  994. <property name="vhomogeneous">0</property>
  995. <property name="transition-duration">800</property>
  996. <property name="transition-type">slide-up-down</property>
  997. <property name="interpolate-size">1</property>
  998. <child>
  999. <object class="GtkStackPage">
  1000. <property name="name">native</property>
  1001. <property name="title" translatable="yes">Native</property>
  1002. <property name="child">
  1003. <object class="GtkLabel" id="chd_FileResolution_Native">
  1004. <property name="label" translatable="yes">Native area resolution</property>
  1005. <attributes>
  1006. <attribute name="foreground" value="#cccc00000000"></attribute>
  1007. </attributes>
  1008. </object>
  1009. </property>
  1010. </object>
  1011. </child>
  1012. <child>
  1013. <object class="GtkStackPage">
  1014. <property name="name">preset</property>
  1015. <property name="title" translatable="yes">Preset</property>
  1016. <property name="child">
  1017. <object class="GtkGrid" id="chd_FileResolution_Preset">
  1018. <property name="margin-top">5</property>
  1019. <property name="row-spacing">18</property>
  1020. <property name="column-spacing">15</property>
  1021. <child>
  1022. <object class="GtkLabel">
  1023. <property name="halign">end</property>
  1024. <property name="hexpand">1</property>
  1025. <property name="label" translatable="yes">Preset helper</property>
  1026. <layout>
  1027. <property name="column">0</property>
  1028. <property name="row">0</property>
  1029. </layout>
  1030. </object>
  1031. </child>
  1032. <child>
  1033. <object class="GtkComboBoxText" id="cbt_FileResolution">
  1034. <property name="halign">start</property>
  1035. <property name="hexpand">1</property>
  1036. <items>
  1037. <item id="0">VGA [480p] [4:3]</item>
  1038. <item id="1">FWVGA [480p] [16:9]</item>
  1039. <item id="2">SVGA [600p] [4:3]</item>
  1040. <item id="3">SMPTE [720p] [4:3]</item>
  1041. <item id="4" translatable="yes">HD [720p] [16:9]</item>
  1042. <item id="5" translatable="yes">XGA [768p] [4:3]</item>
  1043. <item id="6" translatable="yes">HD ready [768p] [16:9]</item>
  1044. <item id="7" translatable="yes">SXGA [1024p] [5:4]</item>
  1045. <item id="8" translatable="yes">Full HD [1080p] [16:9]</item>
  1046. <item id="9" translatable="yes">UXGA [1200p] [4:3]</item>
  1047. <item id="10" translatable="yes">QHD [1440p] [16:9]</item>
  1048. <item id="11" translatable="yes">QSXGA [2048p] [5:4]</item>
  1049. <item id="12" translatable="yes">4K [2160p] [16:9]</item>
  1050. </items>
  1051. <layout>
  1052. <property name="column">1</property>
  1053. <property name="row">0</property>
  1054. </layout>
  1055. </object>
  1056. </child>
  1057. <child>
  1058. <placeholder/>
  1059. </child>
  1060. <child>
  1061. <placeholder/>
  1062. </child>
  1063. <child>
  1064. <placeholder/>
  1065. </child>
  1066. <child>
  1067. <placeholder/>
  1068. </child>
  1069. <child>
  1070. <placeholder/>
  1071. </child>
  1072. <child>
  1073. <placeholder/>
  1074. </child>
  1075. <child>
  1076. <placeholder/>
  1077. </child>
  1078. </object>
  1079. </property>
  1080. </object>
  1081. </child>
  1082. <child>
  1083. <object class="GtkStackPage">
  1084. <property name="name">custom</property>
  1085. <property name="title" translatable="yes">Custom</property>
  1086. <property name="child">
  1087. <object class="GtkBox" id="chd_FileResolution_Custom">
  1088. <property name="orientation">vertical</property>
  1089. <child>
  1090. <object class="GtkGrid" id="grid6">
  1091. <property name="margin-top">5</property>
  1092. <property name="row-spacing">18</property>
  1093. <property name="column-spacing">15</property>
  1094. <child>
  1095. <object class="GtkLabel">
  1096. <property name="halign">end</property>
  1097. <property name="hexpand">1</property>
  1098. <property name="label" translatable="yes">Width</property>
  1099. <layout>
  1100. <property name="column">0</property>
  1101. <property name="row">0</property>
  1102. </layout>
  1103. </object>
  1104. </child>
  1105. <child>
  1106. <object class="GtkSpinButton" id="spb_ResWidth">
  1107. <property name="focusable">1</property>
  1108. <property name="halign">start</property>
  1109. <property name="hexpand">1</property>
  1110. <layout>
  1111. <property name="column">1</property>
  1112. <property name="row">0</property>
  1113. </layout>
  1114. </object>
  1115. </child>
  1116. <child>
  1117. <placeholder/>
  1118. </child>
  1119. <child>
  1120. <placeholder/>
  1121. </child>
  1122. <child>
  1123. <placeholder/>
  1124. </child>
  1125. <child>
  1126. <placeholder/>
  1127. </child>
  1128. <child>
  1129. <placeholder/>
  1130. </child>
  1131. <child>
  1132. <placeholder/>
  1133. </child>
  1134. <child>
  1135. <placeholder/>
  1136. </child>
  1137. </object>
  1138. </child>
  1139. <child>
  1140. <object class="GtkScale" id="scl_ResWidth">
  1141. <property name="vexpand">1</property>
  1142. <property name="draw-value">1</property>
  1143. <property name="focusable">1</property>
  1144. <property name="round-digits">1</property>
  1145. </object>
  1146. </child>
  1147. <child>
  1148. <object class="GtkGrid" id="grid7">
  1149. <property name="margin-top">5</property>
  1150. <property name="row-spacing">18</property>
  1151. <property name="column-spacing">15</property>
  1152. <child>
  1153. <object class="GtkLabel">
  1154. <property name="halign">end</property>
  1155. <property name="hexpand">1</property>
  1156. <property name="label" translatable="yes">Height</property>
  1157. <layout>
  1158. <property name="column">0</property>
  1159. <property name="row">0</property>
  1160. </layout>
  1161. </object>
  1162. </child>
  1163. <child>
  1164. <object class="GtkSpinButton" id="spb_ResHeight">
  1165. <property name="focusable">1</property>
  1166. <property name="halign">start</property>
  1167. <property name="hexpand">1</property>
  1168. <layout>
  1169. <property name="column">1</property>
  1170. <property name="row">0</property>
  1171. </layout>
  1172. </object>
  1173. </child>
  1174. <child>
  1175. <placeholder/>
  1176. </child>
  1177. <child>
  1178. <placeholder/>
  1179. </child>
  1180. <child>
  1181. <placeholder/>
  1182. </child>
  1183. <child>
  1184. <placeholder/>
  1185. </child>
  1186. <child>
  1187. <placeholder/>
  1188. </child>
  1189. <child>
  1190. <placeholder/>
  1191. </child>
  1192. <child>
  1193. <placeholder/>
  1194. </child>
  1195. </object>
  1196. </child>
  1197. <child>
  1198. <object class="GtkScale" id="scl_ResHeight">
  1199. <property name="vexpand">1</property>
  1200. <property name="draw-value">1</property>
  1201. <property name="focusable">1</property>
  1202. <property name="round-digits">1</property>
  1203. </object>
  1204. </child>
  1205. <child>
  1206. <object class="GtkCheckButton" id="chb_FileResolution_kar">
  1207. <property name="vexpand">1</property>
  1208. <property name="label" translatable="yes">keep original aspect ratio</property>
  1209. <property name="focusable">1</property>
  1210. <property name="halign">center</property>
  1211. <property name="margin-top">5</property>
  1212. </object>
  1213. </child>
  1214. </object>
  1215. </property>
  1216. </object>
  1217. </child>
  1218. </object>
  1219. </child>
  1220. <layout>
  1221. <property name="column">1</property>
  1222. <property name="row">1</property>
  1223. </layout>
  1224. </object>
  1225. </child>
  1226. <child>
  1227. <placeholder/>
  1228. </child>
  1229. <child>
  1230. <placeholder/>
  1231. </child>
  1232. <child>
  1233. <placeholder/>
  1234. </child>
  1235. <child>
  1236. <placeholder/>
  1237. </child>
  1238. </object>
  1239. </property>
  1240. <child type="label_item">
  1241. <placeholder/>
  1242. </child>
  1243. </object>
  1244. </property>
  1245. </object>
  1246. </child>
  1247. <child>
  1248. <object class="GtkStackPage">
  1249. <property name="name">page5</property>
  1250. <property name="title" translatable="yes">Support</property>
  1251. <property name="child">
  1252. <object class="GtkFrame" id="frame5">
  1253. <property name="css-classes">borderless</property>
  1254. <property name="child">
  1255. <object class="GtkBox">
  1256. <property name="orientation">vertical</property>
  1257. <child>
  1258. <object class="GtkGrid" id="grid8">
  1259. <property name="margin-bottom">5</property>
  1260. <property name="row-spacing">18</property>
  1261. <property name="column-spacing">15</property>
  1262. <child>
  1263. <object class="GtkLabel" id="label9">
  1264. <property name="tooltip-text" translatable="yes">This option enable more debug message, to view these run this command into a terminal:
  1265. $ journalctl --since=today --no-pager | grep js
  1266. $ dbus-monitor &quot;interface=org.gnome.Shell.Screencast&quot;</property>
  1267. <property name="halign">end</property>
  1268. <property name="hexpand">1</property>
  1269. <property name="label" translatable="yes">Enable verbose debug</property>
  1270. <layout>
  1271. <property name="column">0</property>
  1272. <property name="row">0</property>
  1273. </layout>
  1274. </object>
  1275. </child>
  1276. <child>
  1277. <object class="GtkSwitch" id="swt_VerboseDebug">
  1278. <property name="focusable">1</property>
  1279. <property name="tooltip-text" translatable="yes">This option enable more debug message, to view these run this command into a terminal:
  1280. $ journalctl /usr/bin/gnome-session --since=today | grep js
  1281. $ dbus-monitor &quot;interface=org.gnome.Shell.Screencast&quot;</property>
  1282. <property name="halign">start</property>
  1283. <property name="hexpand">1</property>
  1284. <layout>
  1285. <property name="column">1</property>
  1286. <property name="row">0</property>
  1287. </layout>
  1288. </object>
  1289. </child>
  1290. <child>
  1291. <object class="GtkComboBoxText" id="cbt_LogChooser">
  1292. <property name="halign">start</property>
  1293. <property name="margin-bottom">5</property>
  1294. <property name="hexpand">0</property>
  1295. <items>
  1296. <item id="0" translatable="yes">extension</item>
  1297. <item id="1" translatable="yes">last Gstreamer pipeline</item>
  1298. <item id="2" translatable="yes">gnome shell</item>
  1299. </items>
  1300. <layout>
  1301. <property name="column">1</property>
  1302. <property name="row">1</property>
  1303. </layout>
  1304. </object>
  1305. </child>
  1306. <child>
  1307. <object class="GtkLabel" id="label12">
  1308. <property name="tooltip-text" translatable="yes">This option enable more debug message, to view these run this command into a terminal:
  1309. $ journalctl --since=today --no-pager | grep js
  1310. $ dbus-monitor &quot;interface=org.gnome.Shell.Screencast&quot;</property>
  1311. <property name="halign">end</property>
  1312. <property name="hexpand">1</property>
  1313. <property name="label" translatable="yes">Display the log of</property>
  1314. <layout>
  1315. <property name="column">0</property>
  1316. <property name="row">1</property>
  1317. </layout>
  1318. </object>
  1319. </child>
  1320. <child>
  1321. <placeholder/>
  1322. </child>
  1323. <child>
  1324. <placeholder/>
  1325. </child>
  1326. <child>
  1327. <placeholder/>
  1328. </child>
  1329. <child>
  1330. <placeholder/>
  1331. </child>
  1332. <child>
  1333. <placeholder/>
  1334. </child>
  1335. </object>
  1336. </child>
  1337. <child>
  1338. <object class="GtkScrolledWindow">
  1339. <property name="vexpand">1</property>
  1340. <property name="focusable">1</property>
  1341. <property name="has-frame">True</property>
  1342. <property name="child">
  1343. <object class="GtkTextView" id="txe_ContainerLog">
  1344. <property name="focusable">1</property>
  1345. <property name="editable">0</property>
  1346. <property name="monospace">1</property>
  1347. </object>
  1348. </property>
  1349. </object>
  1350. </child>
  1351. <child>
  1352. <object class="GtkSeparator">
  1353. <property name="margin-top">5</property>
  1354. <property name="margin-bottom">5</property>
  1355. </object>
  1356. </child>
  1357. <child>
  1358. <object class="GtkButton" id="btn_DefaultOption">
  1359. <property name="valign">center</property>
  1360. <property name="label" translatable="yes">Restore default options</property>
  1361. <property name="focusable">1</property>
  1362. <property name="receives-default">1</property>
  1363. </object>
  1364. </child>
  1365. </object>
  1366. </property>
  1367. <child type="label_item">
  1368. <placeholder/>
  1369. </child>
  1370. </object>
  1371. </property>
  1372. </object>
  1373. </child>
  1374. <child>
  1375. <object class="GtkStackPage">
  1376. <property name="name">page4</property>
  1377. <property name="title" translatable="yes">Info</property>
  1378. <property name="child">
  1379. <object class="GtkFrame" id="frame4">
  1380. <property name="css-classes">borderless</property>
  1381. <property name="child">
  1382. <object class="GtkBox">
  1383. <property name="orientation">vertical</property>
  1384. <child>
  1385. <object class="GtkImage" id="img_ESC">
  1386. <property name="pixel-size">100</property>
  1387. </object>
  1388. </child>
  1389. <child>
  1390. <object class="GtkLabel">
  1391. <property name="label" translatable="yes">EasyScreenCast</property>
  1392. <attributes>
  1393. <attribute name="weight" value="ultrabold"></attribute>
  1394. <attribute name="stretch" value="ultra-expanded"></attribute>
  1395. <attribute name="foreground" value="#20204a4a8787"></attribute>
  1396. </attributes>
  1397. </object>
  1398. </child>
  1399. <child>
  1400. <object class="GtkLabel" id="lbl_Version">
  1401. <property name="halign">center</property>
  1402. <property name="margin-bottom">10</property>
  1403. <property name="hexpand">1</property>
  1404. <property name="label" translatable="yes">N/A</property>
  1405. <property name="selectable">1</property>
  1406. </object>
  1407. </child>
  1408. <child>
  1409. <object class="GtkSeparator"/>
  1410. </child>
  1411. <child>
  1412. <object class="GtkLabel">
  1413. <property name="valign">center</property>
  1414. <property name="margin-top">15</property>
  1415. <property name="margin-bottom">15</property>
  1416. <property name="label" translatable="yes">This extension simplifies the use of the
  1417. screen recorder included in gnome shell</property>
  1418. <property name="justify">center</property>
  1419. <property name="ellipsize">middle</property>
  1420. </object>
  1421. </child>
  1422. <child>
  1423. <object class="GtkSeparator"/>
  1424. </child>
  1425. <child>
  1426. <object class="GtkLinkButton" id="btnlink_license">
  1427. <property name="label" translatable="yes">This software is licensed under GPL v3</property>
  1428. <property name="focusable">1</property>
  1429. <property name="receives-default">1</property>
  1430. <property name="uri">https://github.com/EasyScreenCast/EasyScreenCast/blob/master/COPYING</property>
  1431. </object>
  1432. </child>
  1433. <child>
  1434. <object class="GtkLinkButton" id="btnlink_credits">
  1435. <property name="label" translatable="yes">Credits</property>
  1436. <property name="focusable">1</property>
  1437. <property name="receives-default">1</property>
  1438. <property name="uri">https://github.com/EasyScreenCast/EasyScreenCast/graphs/contributors</property>
  1439. </object>
  1440. </child>
  1441. <child>
  1442. <object class="GtkLabel">
  1443. <property name="label" translatable="yes">How to contribute?</property>
  1444. </object>
  1445. </child>
  1446. <child>
  1447. <object class="GtkLinkButton" id="btnlink_translations">
  1448. <property name="label" translatable="yes">With a translation</property>
  1449. <property name="focusable">1</property>
  1450. <property name="receives-default">1</property>
  1451. <property name="uri">https://github.com/EasyScreenCast/EasyScreenCast#translation</property>
  1452. </object>
  1453. </child>
  1454. <child>
  1455. <object class="GtkLinkButton" id="btnlink_bugs">
  1456. <property name="label" translatable="yes">Reporting bugs</property>
  1457. <property name="focusable">1</property>
  1458. <property name="receives-default">1</property>
  1459. <property name="uri">https://github.com/EasyScreenCast/EasyScreenCast/issues</property>
  1460. </object>
  1461. </child>
  1462. <child>
  1463. <object class="GtkLinkButton" id="btnlink_code">
  1464. <property name="label" translatable="yes">Add code</property>
  1465. <property name="focusable">1</property>
  1466. <property name="receives-default">1</property>
  1467. <property name="uri">https://github.com/EasyScreenCast/EasyScreenCast/pulls</property>
  1468. </object>
  1469. </child>
  1470. </object>
  1471. </property>
  1472. <child type="label_item">
  1473. <placeholder/>
  1474. </child>
  1475. </object>
  1476. </property>
  1477. </object>
  1478. </child>
  1479. </object>
  1480. </child>
  1481. </object>
  1482. <object class="GtkListStore" id="liststore_KeyShortcut">
  1483. <columns>
  1484. <column type="gint"/>
  1485. <column type="gint"/>
  1486. </columns>
  1487. </object>
  1488. <object class="GtkListStore" id="liststore_QualityWebCam">
  1489. <columns>
  1490. <column type="gchararray"/>
  1491. </columns>
  1492. </object>
  1493. </interface>