printprogressdialog.ui 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.18.3 -->
  3. <interface domain="vcl">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="PrintProgressDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="printprogressdialog|PrintProgressDialog">Printing</property>
  9. <property name="resizable">False</property>
  10. <property name="type_hint">dialog</property>
  11. <child internal-child="vbox">
  12. <object class="GtkBox" id="dialog-vbox1">
  13. <property name="can_focus">False</property>
  14. <property name="orientation">vertical</property>
  15. <property name="spacing">12</property>
  16. <child internal-child="action_area">
  17. <object class="GtkButtonBox" id="dialog-action_area1">
  18. <property name="can_focus">False</property>
  19. <property name="layout_style">end</property>
  20. <child>
  21. <object class="GtkButton" id="cancel">
  22. <property name="label">gtk-cancel</property>
  23. <property name="visible">True</property>
  24. <property name="can_focus">True</property>
  25. <property name="can_default">True</property>
  26. <property name="has_default">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">1</property>
  34. </packing>
  35. </child>
  36. </object>
  37. <packing>
  38. <property name="expand">False</property>
  39. <property name="fill">True</property>
  40. <property name="pack_type">end</property>
  41. <property name="position">0</property>
  42. </packing>
  43. </child>
  44. <child>
  45. <!-- n-columns=1 n-rows=1 -->
  46. <object class="GtkGrid" id="grid1">
  47. <property name="visible">True</property>
  48. <property name="can_focus">False</property>
  49. <property name="hexpand">True</property>
  50. <property name="row_spacing">6</property>
  51. <child>
  52. <object class="GtkLabel" id="label">
  53. <property name="visible">True</property>
  54. <property name="can_focus">False</property>
  55. <property name="label" translatable="yes" context="printprogressdialog|label">Page %p of %n</property>
  56. </object>
  57. <packing>
  58. <property name="left_attach">0</property>
  59. <property name="top_attach">0</property>
  60. </packing>
  61. </child>
  62. <child>
  63. <object class="GtkProgressBar" id="progressbar">
  64. <property name="visible">True</property>
  65. <property name="can_focus">False</property>
  66. <property name="hexpand">True</property>
  67. </object>
  68. <packing>
  69. <property name="left_attach">0</property>
  70. <property name="top_attach">1</property>
  71. </packing>
  72. </child>
  73. </object>
  74. <packing>
  75. <property name="expand">False</property>
  76. <property name="fill">True</property>
  77. <property name="position">1</property>
  78. </packing>
  79. </child>
  80. </object>
  81. </child>
  82. <action-widgets>
  83. <action-widget response="-6">cancel</action-widget>
  84. </action-widgets>
  85. </object>
  86. </interface>