passwd.ui 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="svx">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="PasswordDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="passwd|PasswordDialog">Change Password</property>
  9. <property name="modal">True</property>
  10. <property name="default_width">0</property>
  11. <property name="default_height">0</property>
  12. <property name="type_hint">dialog</property>
  13. <child internal-child="vbox">
  14. <object class="GtkBox" id="dialog-vbox1">
  15. <property name="can_focus">False</property>
  16. <property name="orientation">vertical</property>
  17. <property name="spacing">12</property>
  18. <child internal-child="action_area">
  19. <object class="GtkButtonBox" id="dialog-action_area1">
  20. <property name="can_focus">False</property>
  21. <property name="layout_style">end</property>
  22. <child>
  23. <object class="GtkButton" id="cancel">
  24. <property name="label">gtk-cancel</property>
  25. <property name="visible">True</property>
  26. <property name="can_focus">True</property>
  27. <property name="receives_default">True</property>
  28. <property name="use_stock">True</property>
  29. </object>
  30. <packing>
  31. <property name="expand">False</property>
  32. <property name="fill">True</property>
  33. <property name="position">0</property>
  34. </packing>
  35. </child>
  36. <child>
  37. <object class="GtkButton" id="ok">
  38. <property name="label">gtk-ok</property>
  39. <property name="visible">True</property>
  40. <property name="can_focus">True</property>
  41. <property name="can_default">True</property>
  42. <property name="has_default">True</property>
  43. <property name="receives_default">True</property>
  44. <property name="use_stock">True</property>
  45. </object>
  46. <packing>
  47. <property name="expand">False</property>
  48. <property name="fill">True</property>
  49. <property name="position">1</property>
  50. </packing>
  51. </child>
  52. <child>
  53. <object class="GtkButton" id="help">
  54. <property name="label">gtk-help</property>
  55. <property name="visible">True</property>
  56. <property name="can_focus">True</property>
  57. <property name="receives_default">True</property>
  58. <property name="use_stock">True</property>
  59. </object>
  60. <packing>
  61. <property name="expand">False</property>
  62. <property name="fill">True</property>
  63. <property name="position">2</property>
  64. <property name="secondary">True</property>
  65. </packing>
  66. </child>
  67. </object>
  68. <packing>
  69. <property name="expand">False</property>
  70. <property name="fill">True</property>
  71. <property name="pack_type">end</property>
  72. <property name="position">0</property>
  73. </packing>
  74. </child>
  75. <child>
  76. <object class="GtkBox" id="box1">
  77. <property name="visible">True</property>
  78. <property name="can_focus">False</property>
  79. <property name="hexpand">True</property>
  80. <property name="orientation">vertical</property>
  81. <property name="spacing">12</property>
  82. <child>
  83. <object class="GtkFrame" id="frame1">
  84. <property name="visible">True</property>
  85. <property name="can_focus">False</property>
  86. <property name="hexpand">True</property>
  87. <property name="label_xalign">0</property>
  88. <property name="shadow_type">none</property>
  89. <child>
  90. <object class="GtkAlignment" id="alignment1">
  91. <property name="visible">True</property>
  92. <property name="can_focus">False</property>
  93. <property name="hexpand">True</property>
  94. <property name="top_padding">6</property>
  95. <property name="left_padding">12</property>
  96. <child>
  97. <object class="GtkBox" id="box2">
  98. <property name="visible">True</property>
  99. <property name="can_focus">False</property>
  100. <property name="hexpand">True</property>
  101. <property name="spacing">12</property>
  102. <child>
  103. <object class="GtkLabel" id="oldpassL">
  104. <property name="visible">True</property>
  105. <property name="can_focus">False</property>
  106. <property name="label" translatable="yes" context="passwd|oldpassL">_Password:</property>
  107. <property name="use_underline">True</property>
  108. <property name="mnemonic_widget">oldpassEntry</property>
  109. <property name="xalign">1</property>
  110. </object>
  111. <packing>
  112. <property name="expand">False</property>
  113. <property name="fill">True</property>
  114. <property name="position">0</property>
  115. </packing>
  116. </child>
  117. <child>
  118. <object class="GtkEntry" id="oldpassEntry">
  119. <property name="visible">True</property>
  120. <property name="can_focus">True</property>
  121. <property name="hexpand">True</property>
  122. <property name="visibility">False</property>
  123. <property name="activates_default">True</property>
  124. <property name="input_purpose">password</property>
  125. <property name="truncate-multiline">True</property>
  126. <child internal-child="accessible">
  127. <object class="AtkObject" id="oldpassEntry-atkobject">
  128. <property name="AtkObject::accessible-description" translatable="yes" context="passwd|extended_tip|oldpassEntry">Enter the current password for the selected library.</property>
  129. </object>
  130. </child>
  131. </object>
  132. <packing>
  133. <property name="expand">False</property>
  134. <property name="fill">True</property>
  135. <property name="position">1</property>
  136. </packing>
  137. </child>
  138. </object>
  139. </child>
  140. </object>
  141. </child>
  142. <child type="label">
  143. <object class="GtkLabel" id="oldpass">
  144. <property name="visible">True</property>
  145. <property name="can_focus">False</property>
  146. <property name="label" translatable="yes" context="passwd|oldpass">Old Password</property>
  147. <attributes>
  148. <attribute name="weight" value="bold"/>
  149. </attributes>
  150. </object>
  151. </child>
  152. </object>
  153. <packing>
  154. <property name="expand">False</property>
  155. <property name="fill">True</property>
  156. <property name="position">0</property>
  157. </packing>
  158. </child>
  159. <child>
  160. <object class="GtkFrame" id="frame2">
  161. <property name="visible">True</property>
  162. <property name="can_focus">False</property>
  163. <property name="hexpand">True</property>
  164. <property name="label_xalign">0</property>
  165. <property name="shadow_type">none</property>
  166. <child>
  167. <object class="GtkAlignment" id="alignment2">
  168. <property name="visible">True</property>
  169. <property name="can_focus">False</property>
  170. <property name="hexpand">True</property>
  171. <property name="top_padding">6</property>
  172. <property name="left_padding">12</property>
  173. <child>
  174. <!-- n-columns=1 n-rows=1 -->
  175. <object class="GtkGrid" id="grid1">
  176. <property name="visible">True</property>
  177. <property name="can_focus">False</property>
  178. <property name="hexpand">True</property>
  179. <property name="row_spacing">6</property>
  180. <property name="column_spacing">12</property>
  181. <child>
  182. <object class="GtkEntry" id="newpassEntry">
  183. <property name="visible">True</property>
  184. <property name="can_focus">True</property>
  185. <property name="hexpand">True</property>
  186. <property name="visibility">False</property>
  187. <property name="activates_default">True</property>
  188. <property name="input_purpose">password</property>
  189. <property name="truncate-multiline">True</property>
  190. <child internal-child="accessible">
  191. <object class="AtkObject" id="newpassEntry-atkobject">
  192. <property name="AtkObject::accessible-description" translatable="yes" context="passwd|extended_tip|newpassEntry">Enter a new password for the selected library.</property>
  193. </object>
  194. </child>
  195. </object>
  196. <packing>
  197. <property name="left_attach">1</property>
  198. <property name="top_attach">0</property>
  199. </packing>
  200. </child>
  201. <child>
  202. <object class="GtkEntry" id="confirmpassEntry">
  203. <property name="visible">True</property>
  204. <property name="can_focus">True</property>
  205. <property name="hexpand">True</property>
  206. <property name="visibility">False</property>
  207. <property name="activates_default">True</property>
  208. <property name="input_purpose">password</property>
  209. <property name="truncate-multiline">True</property>
  210. <child internal-child="accessible">
  211. <object class="AtkObject" id="confirmpassEntry-atkobject">
  212. <property name="AtkObject::accessible-description" translatable="yes" context="passwd|extended_tip|confirmpassEntry">Reenter the new password for the selected library.</property>
  213. </object>
  214. </child>
  215. </object>
  216. <packing>
  217. <property name="left_attach">1</property>
  218. <property name="top_attach">1</property>
  219. </packing>
  220. </child>
  221. <child>
  222. <object class="GtkLabel" id="label4">
  223. <property name="visible">True</property>
  224. <property name="can_focus">False</property>
  225. <property name="label" translatable="yes" context="passwd|label4">Pa_ssword:</property>
  226. <property name="use_underline">True</property>
  227. <property name="mnemonic_widget">newpassEntry</property>
  228. <property name="xalign">1</property>
  229. </object>
  230. <packing>
  231. <property name="left_attach">0</property>
  232. <property name="top_attach">0</property>
  233. </packing>
  234. </child>
  235. <child>
  236. <object class="GtkLabel" id="label5">
  237. <property name="visible">True</property>
  238. <property name="can_focus">False</property>
  239. <property name="label" translatable="yes" context="passwd|label5">Confi_rm:</property>
  240. <property name="use_underline">True</property>
  241. <property name="mnemonic_widget">confirmpassEntry</property>
  242. <property name="xalign">1</property>
  243. </object>
  244. <packing>
  245. <property name="left_attach">0</property>
  246. <property name="top_attach">1</property>
  247. </packing>
  248. </child>
  249. </object>
  250. </child>
  251. </object>
  252. </child>
  253. <child type="label">
  254. <object class="GtkLabel" id="label2">
  255. <property name="visible">True</property>
  256. <property name="can_focus">False</property>
  257. <property name="label" translatable="yes" context="passwd|label2">New Password</property>
  258. <attributes>
  259. <attribute name="weight" value="bold"/>
  260. </attributes>
  261. </object>
  262. </child>
  263. </object>
  264. <packing>
  265. <property name="expand">False</property>
  266. <property name="fill">True</property>
  267. <property name="position">1</property>
  268. </packing>
  269. </child>
  270. </object>
  271. <packing>
  272. <property name="expand">False</property>
  273. <property name="fill">True</property>
  274. <property name="position">1</property>
  275. </packing>
  276. </child>
  277. </object>
  278. </child>
  279. <action-widgets>
  280. <action-widget response="-6">cancel</action-widget>
  281. <action-widget response="-5">ok</action-widget>
  282. <action-widget response="-11">help</action-widget>
  283. </action-widgets>
  284. <child type="titlebar">
  285. <placeholder/>
  286. </child>
  287. <child internal-child="accessible">
  288. <object class="AtkObject" id="PasswordDialog-atkobject">
  289. <property name="AtkObject::accessible-description" translatable="yes" context="passwd|extended_tip|PasswordDialog">Protects the selected library with a password.</property>
  290. </object>
  291. </child>
  292. </object>
  293. <object class="GtkSizeGroup" id="sizegroup1">
  294. <widgets>
  295. <widget name="oldpassL"/>
  296. <widget name="label4"/>
  297. <widget name="label5"/>
  298. </widgets>
  299. </object>
  300. </interface>