docrecoveryprogressdialog.ui 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="svx">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="DocRecoveryProgressDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="docrecoveryprogressdialog|DocRecoveryProgressDialog">Documents Are Being Saved</property>
  9. <property name="resizable">False</property>
  10. <property name="modal">True</property>
  11. <property name="default_width">0</property>
  12. <property name="default_height">0</property>
  13. <property name="type_hint">dialog</property>
  14. <child>
  15. <placeholder/>
  16. </child>
  17. <child internal-child="vbox">
  18. <object class="GtkBox" id="dialog-vbox1">
  19. <property name="can_focus">False</property>
  20. <property name="orientation">vertical</property>
  21. <property name="spacing">12</property>
  22. <child internal-child="action_area">
  23. <object class="GtkButtonBox" id="dialog-action_area1">
  24. <property name="can_focus">False</property>
  25. <property name="layout_style">end</property>
  26. <child>
  27. <placeholder/>
  28. </child>
  29. </object>
  30. <packing>
  31. <property name="expand">False</property>
  32. <property name="fill">True</property>
  33. <property name="pack_type">end</property>
  34. <property name="position">0</property>
  35. </packing>
  36. </child>
  37. <child>
  38. <!-- n-columns=1 n-rows=1 -->
  39. <object class="GtkGrid" id="grid1">
  40. <property name="visible">True</property>
  41. <property name="can_focus">False</property>
  42. <property name="hexpand">True</property>
  43. <property name="row_spacing">6</property>
  44. <child>
  45. <object class="GtkLabel" id="label2">
  46. <property name="visible">True</property>
  47. <property name="can_focus">False</property>
  48. <property name="label" translatable="yes" context="docrecoveryprogressdialog|label2">Progress of saving:</property>
  49. <property name="use_underline">True</property>
  50. <property name="xalign">0</property>
  51. </object>
  52. <packing>
  53. <property name="left_attach">0</property>
  54. <property name="top_attach">0</property>
  55. </packing>
  56. </child>
  57. <child>
  58. <object class="GtkProgressBar" id="progress">
  59. <property name="visible">True</property>
  60. <property name="can_focus">False</property>
  61. <property name="hexpand">True</property>
  62. </object>
  63. <packing>
  64. <property name="left_attach">0</property>
  65. <property name="top_attach">1</property>
  66. </packing>
  67. </child>
  68. </object>
  69. <packing>
  70. <property name="expand">False</property>
  71. <property name="fill">True</property>
  72. <property name="position">1</property>
  73. </packing>
  74. </child>
  75. </object>
  76. </child>
  77. </object>
  78. </interface>