editdocumentdialog.ui 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.20.2 -->
  3. <interface domain="sfx">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkMessageDialog" id="EditDocumentDialog">
  6. <property name="can_focus">False</property>
  7. <property name="title" translatable="yes" context="editdocumentdialog|EditDocumentDialog">Confirm editing of document</property>
  8. <property name="resizable">False</property>
  9. <property name="modal">True</property>
  10. <property name="type_hint">dialog</property>
  11. <property name="skip_taskbar_hint">True</property>
  12. <property name="message_type">question</property>
  13. <property name="text" translatable="yes" context="editdocumentdialog|EditDocumentDialog">Are you sure you want to edit the document?</property>
  14. <property name="secondary_text" translatable="yes" context="editdocumentdialog|EditDocumentDialog">The original file can be signed without editing the document. Existing signatures on the document will be lost in case of saving an edited version.</property>
  15. <child internal-child="vbox">
  16. <object class="GtkBox" id="messagedialog-vbox">
  17. <property name="can_focus">False</property>
  18. <property name="orientation">vertical</property>
  19. <property name="spacing">12</property>
  20. <child internal-child="action_area">
  21. <object class="GtkButtonBox" id="messagedialog-action_area">
  22. <property name="can_focus">False</property>
  23. <child>
  24. <object class="GtkButton" id="edit">
  25. <property name="label" translatable="yes" context="editdocumentdialog|edit">Edit Document</property>
  26. <property name="visible">True</property>
  27. <property name="can_focus">True</property>
  28. <property name="can_default">True</property>
  29. <property name="has_default">True</property>
  30. <property name="receives_default">True</property>
  31. <property name="use_underline">True</property>
  32. </object>
  33. <packing>
  34. <property name="expand">False</property>
  35. <property name="fill">True</property>
  36. <property name="position">0</property>
  37. <property name="non_homogeneous">True</property>
  38. </packing>
  39. </child>
  40. <child>
  41. <object class="GtkButton" id="cancel">
  42. <property name="label" translatable="yes" context="editdocumentdialog|cancel">Cancel</property>
  43. <property name="visible">True</property>
  44. <property name="can_focus">True</property>
  45. <property name="receives_default">True</property>
  46. <property name="use_underline">True</property>
  47. </object>
  48. <packing>
  49. <property name="expand">False</property>
  50. <property name="fill">True</property>
  51. <property name="position">1</property>
  52. <property name="non_homogeneous">True</property>
  53. </packing>
  54. </child>
  55. </object>
  56. <packing>
  57. <property name="expand">False</property>
  58. <property name="fill">True</property>
  59. <property name="pack_type">end</property>
  60. <property name="position">0</property>
  61. </packing>
  62. </child>
  63. </object>
  64. </child>
  65. <action-widgets>
  66. <action-widget response="-5">edit</action-widget>
  67. <action-widget response="-6">cancel</action-widget>
  68. </action-widgets>
  69. </object>
  70. </interface>