unknownauthdialog.ui 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.20.2 -->
  3. <interface domain="uui">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkMessageDialog" id="UnknownAuthDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="unknownauthdialog|UnknownAuthDialog">Website Certified by an Unknown Authority</property>
  9. <property name="resizable">False</property>
  10. <property name="modal">True</property>
  11. <property name="type_hint">dialog</property>
  12. <property name="skip_taskbar_hint">True</property>
  13. <property name="message_type">warning</property>
  14. <child internal-child="vbox">
  15. <object class="GtkBox" id="messagedialog-vbox">
  16. <property name="can_focus">False</property>
  17. <property name="orientation">vertical</property>
  18. <property name="spacing">12</property>
  19. <child internal-child="action_area">
  20. <object class="GtkButtonBox" id="messagedialog-action_area">
  21. <property name="can_focus">False</property>
  22. <property name="layout_style">end</property>
  23. <child>
  24. <object class="GtkButton" id="ok">
  25. <property name="label">gtk-ok</property>
  26. <property name="visible">True</property>
  27. <property name="can_focus">True</property>
  28. <property name="receives_default">True</property>
  29. <property name="use_stock">True</property>
  30. </object>
  31. <packing>
  32. <property name="expand">False</property>
  33. <property name="fill">True</property>
  34. <property name="position">0</property>
  35. </packing>
  36. </child>
  37. <child>
  38. <object class="GtkButton" id="cancel">
  39. <property name="label">gtk-cancel</property>
  40. <property name="visible">True</property>
  41. <property name="can_focus">True</property>
  42. <property name="receives_default">True</property>
  43. <property name="use_stock">True</property>
  44. </object>
  45. <packing>
  46. <property name="expand">False</property>
  47. <property name="fill">True</property>
  48. <property name="position">1</property>
  49. </packing>
  50. </child>
  51. <child>
  52. <object class="GtkButton" id="help">
  53. <property name="label">gtk-help</property>
  54. <property name="visible">True</property>
  55. <property name="can_focus">True</property>
  56. <property name="receives_default">True</property>
  57. <property name="use_stock">True</property>
  58. </object>
  59. <packing>
  60. <property name="expand">False</property>
  61. <property name="fill">True</property>
  62. <property name="position">2</property>
  63. <property name="secondary">True</property>
  64. </packing>
  65. </child>
  66. </object>
  67. <packing>
  68. <property name="expand">False</property>
  69. <property name="fill">True</property>
  70. <property name="pack_type">end</property>
  71. <property name="position">0</property>
  72. </packing>
  73. </child>
  74. <child>
  75. <!-- n-columns=1 n-rows=1 -->
  76. <object class="GtkGrid" id="grid1">
  77. <property name="visible">True</property>
  78. <property name="can_focus">False</property>
  79. <property name="row_spacing">6</property>
  80. <child>
  81. <object class="GtkRadioButton" id="accept">
  82. <property name="label" translatable="yes" context="unknownauthdialog|accept">Accept this certificate temporarily for this session</property>
  83. <property name="visible">True</property>
  84. <property name="can_focus">True</property>
  85. <property name="receives_default">False</property>
  86. <property name="use_underline">True</property>
  87. <property name="xalign">0</property>
  88. <property name="active">True</property>
  89. <property name="draw_indicator">True</property>
  90. </object>
  91. <packing>
  92. <property name="left_attach">0</property>
  93. <property name="top_attach">1</property>
  94. </packing>
  95. </child>
  96. <child>
  97. <object class="GtkRadioButton" id="reject">
  98. <property name="label" translatable="yes" context="unknownauthdialog|reject">Do not accept this certificate and do not connect to this Web site</property>
  99. <property name="visible">True</property>
  100. <property name="can_focus">True</property>
  101. <property name="receives_default">False</property>
  102. <property name="use_underline">True</property>
  103. <property name="xalign">0</property>
  104. <property name="draw_indicator">True</property>
  105. <property name="group">accept</property>
  106. </object>
  107. <packing>
  108. <property name="left_attach">0</property>
  109. <property name="top_attach">2</property>
  110. </packing>
  111. </child>
  112. <child>
  113. <object class="GtkButton" id="examine">
  114. <property name="label" translatable="yes" context="unknownauthdialog|examine">Examine Certificate…</property>
  115. <property name="visible">True</property>
  116. <property name="can_focus">True</property>
  117. <property name="receives_default">True</property>
  118. <property name="halign">start</property>
  119. <property name="use_underline">True</property>
  120. </object>
  121. <packing>
  122. <property name="left_attach">0</property>
  123. <property name="top_attach">0</property>
  124. </packing>
  125. </child>
  126. </object>
  127. <packing>
  128. <property name="expand">False</property>
  129. <property name="fill">True</property>
  130. <property name="position">2</property>
  131. </packing>
  132. </child>
  133. </object>
  134. </child>
  135. <action-widgets>
  136. <action-widget response="-5">ok</action-widget>
  137. <action-widget response="-6">cancel</action-widget>
  138. <action-widget response="-11">help</action-widget>
  139. </action-widgets>
  140. </object>
  141. </interface>