querydialog.ui 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.20.2 -->
  3. <interface domain="pcr">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkMessageDialog" id="QueryDialog">
  6. <property name="resizable">False</property>
  7. <property name="modal">True</property>
  8. <property name="can_focus">False</property>
  9. <property name="type_hint">dialog</property>
  10. <property name="message_type">question</property>
  11. <property name="buttons">yes-no</property>
  12. <child internal-child="vbox">
  13. <object class="GtkBox">
  14. <property name="can_focus">False</property>
  15. <property name="orientation">vertical</property>
  16. <property name="spacing">2</property>
  17. <child internal-child="action_area">
  18. <object class="GtkButtonBox">
  19. <property name="can_focus">False</property>
  20. <property name="homogeneous">True</property>
  21. </object>
  22. <packing>
  23. <property name="expand">False</property>
  24. <property name="fill">False</property>
  25. <property name="position">0</property>
  26. </packing>
  27. </child>
  28. <child>
  29. <object class="GtkCheckButton" id="ask">
  30. <property name="label" translatable="yes" context="querydialog|ask">Do not show this question again.</property>
  31. <property name="visible">True</property>
  32. <property name="can_focus">True</property>
  33. <property name="receives_default">False</property>
  34. <property name="use_underline">True</property>
  35. <property name="draw_indicator">True</property>
  36. </object>
  37. <packing>
  38. <property name="expand">False</property>
  39. <property name="fill">True</property>
  40. <property name="position">2</property>
  41. </packing>
  42. </child>
  43. </object>
  44. </child>
  45. <child>
  46. <placeholder/>
  47. </child>
  48. </object>
  49. </interface>