deleteallrowsdialog.ui 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.18.3 -->
  3. <interface domain="dba">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkMessageDialog" id="DeleteAllRowsDialog">
  6. <property name="can_focus">False</property>
  7. <property name="resizable">False</property>
  8. <property name="modal">True</property>
  9. <property name="type_hint">dialog</property>
  10. <property name="skip_taskbar_hint">True</property>
  11. <property name="message_type">question</property>
  12. <property name="text" translatable="yes" context="deleteallrowsdialog|DeleteAllRowsDialog">You are trying to delete all the columns in the table. A table cannot exist without columns. Should the table be deleted from the database? If not, the table will remain unchanged.</property>
  13. <child internal-child="vbox">
  14. <object class="GtkBox" id="messagedialog-vbox">
  15. <property name="can_focus">False</property>
  16. <property name="orientation">vertical</property>
  17. <property name="spacing">12</property>
  18. <child internal-child="action_area">
  19. <object class="GtkButtonBox" id="messagedialog-action_area">
  20. <property name="can_focus">False</property>
  21. <child>
  22. <object class="GtkButton" id="no">
  23. <property name="label">gtk-no</property>
  24. <property name="visible">True</property>
  25. <property name="can_focus">True</property>
  26. <property name="receives_default">True</property>
  27. <property name="use_stock">True</property>
  28. </object>
  29. <packing>
  30. <property name="expand">False</property>
  31. <property name="fill">True</property>
  32. <property name="position">0</property>
  33. </packing>
  34. </child>
  35. <child>
  36. <object class="GtkButton" id="yes">
  37. <property name="label">gtk-yes</property>
  38. <property name="visible">True</property>
  39. <property name="can_focus">True</property>
  40. <property name="can_default">True</property>
  41. <property name="has_default">True</property>
  42. <property name="receives_default">True</property>
  43. <property name="use_stock">True</property>
  44. </object>
  45. <packing>
  46. <property name="expand">False</property>
  47. <property name="fill">True</property>
  48. <property name="position">1</property>
  49. </packing>
  50. </child>
  51. <child>
  52. <object class="GtkButton" id="cancel">
  53. <property name="label">gtk-cancel</property>
  54. <property name="visible">True</property>
  55. <property name="can_focus">True</property>
  56. <property name="receives_default">True</property>
  57. <property name="use_stock">True</property>
  58. </object>
  59. <packing>
  60. <property name="expand">False</property>
  61. <property name="fill">True</property>
  62. <property name="position">2</property>
  63. </packing>
  64. </child>
  65. </object>
  66. <packing>
  67. <property name="expand">False</property>
  68. <property name="fill">True</property>
  69. <property name="pack_type">end</property>
  70. <property name="position">0</property>
  71. </packing>
  72. </child>
  73. </object>
  74. </child>
  75. <action-widgets>
  76. <action-widget response="-9">no</action-widget>
  77. <action-widget response="-8">yes</action-widget>
  78. <action-widget response="-6">cancel</action-widget>
  79. </action-widgets>
  80. </object>
  81. </interface>