querydeletedialog.ui 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="svt">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkMessageDialog" id="QueryDeleteDialog">
  6. <property name="can_focus">False</property>
  7. <property name="title" translatable="yes" context="querydeletedialog|QueryDeleteDialog">Confirm Delete</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="querydeletedialog|QueryDeleteDialog">Are you sure you want to delete the selected data?</property>
  14. <property name="secondary_text" translatable="yes" context="querydeletedialog|QueryDeleteDialog">Entry: %s</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="yes">
  25. <property name="label" translatable="yes" context="querydeletedialog|yes">_Delete</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. </packing>
  38. </child>
  39. <child>
  40. <object class="GtkButton" id="all">
  41. <property name="label" translatable="yes" context="querydeletedialog|all">Delete _All</property>
  42. <property name="visible">True</property>
  43. <property name="sensitive">False</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. </packing>
  53. </child>
  54. <child>
  55. <object class="GtkButton" id="no">
  56. <property name="label" translatable="yes" context="querydeletedialog|no">Do _Not Delete</property>
  57. <property name="visible">True</property>
  58. <property name="can_focus">True</property>
  59. <property name="receives_default">True</property>
  60. <property name="use_underline">True</property>
  61. </object>
  62. <packing>
  63. <property name="expand">False</property>
  64. <property name="fill">True</property>
  65. <property name="position">2</property>
  66. </packing>
  67. </child>
  68. <child>
  69. <object class="GtkButton" id="cancel">
  70. <property name="label">gtk-cancel</property>
  71. <property name="visible">True</property>
  72. <property name="can_focus">True</property>
  73. <property name="receives_default">True</property>
  74. <property name="use_stock">True</property>
  75. </object>
  76. <packing>
  77. <property name="expand">False</property>
  78. <property name="fill">True</property>
  79. <property name="position">3</property>
  80. </packing>
  81. </child>
  82. </object>
  83. <packing>
  84. <property name="expand">False</property>
  85. <property name="fill">True</property>
  86. <property name="pack_type">end</property>
  87. <property name="position">0</property>
  88. </packing>
  89. </child>
  90. </object>
  91. </child>
  92. <action-widgets>
  93. <action-widget response="-8">yes</action-widget>
  94. <action-widget response="101">all</action-widget>
  95. <action-widget response="-9">no</action-widget>
  96. <action-widget response="-6">cancel</action-widget>
  97. </action-widgets>
  98. <child type="titlebar">
  99. <placeholder/>
  100. </child>
  101. </object>
  102. </interface>