addentrydialog.ui 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="sw">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="AddEntryDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="addentrydialog|AddEntryDialog">Add Element</property>
  9. <property name="modal">True</property>
  10. <property name="default_width">0</property>
  11. <property name="default_height">0</property>
  12. <property name="type_hint">dialog</property>
  13. <child>
  14. <placeholder/>
  15. </child>
  16. <child internal-child="vbox">
  17. <object class="GtkBox" id="dialog-vbox1">
  18. <property name="can_focus">False</property>
  19. <property name="orientation">vertical</property>
  20. <property name="spacing">12</property>
  21. <child internal-child="action_area">
  22. <object class="GtkButtonBox" id="dialog-action_area1">
  23. <property name="can_focus">False</property>
  24. <property name="layout_style">end</property>
  25. <child>
  26. <object class="GtkButton" id="ok">
  27. <property name="label">gtk-ok</property>
  28. <property name="visible">True</property>
  29. <property name="can_focus">True</property>
  30. <property name="can_default">True</property>
  31. <property name="has_default">True</property>
  32. <property name="receives_default">True</property>
  33. <property name="use_stock">True</property>
  34. </object>
  35. <packing>
  36. <property name="expand">False</property>
  37. <property name="fill">True</property>
  38. <property name="position">0</property>
  39. </packing>
  40. </child>
  41. <child>
  42. <object class="GtkButton" id="cancel">
  43. <property name="label">gtk-cancel</property>
  44. <property name="visible">True</property>
  45. <property name="can_focus">True</property>
  46. <property name="receives_default">True</property>
  47. <property name="use_stock">True</property>
  48. </object>
  49. <packing>
  50. <property name="expand">False</property>
  51. <property name="fill">True</property>
  52. <property name="position">1</property>
  53. </packing>
  54. </child>
  55. <child>
  56. <object class="GtkButton" id="help">
  57. <property name="label">gtk-help</property>
  58. <property name="visible">True</property>
  59. <property name="can_focus">True</property>
  60. <property name="receives_default">True</property>
  61. <property name="use_stock">True</property>
  62. </object>
  63. <packing>
  64. <property name="expand">False</property>
  65. <property name="fill">True</property>
  66. <property name="position">2</property>
  67. </packing>
  68. </child>
  69. </object>
  70. <packing>
  71. <property name="expand">False</property>
  72. <property name="fill">True</property>
  73. <property name="pack_type">end</property>
  74. <property name="position">0</property>
  75. </packing>
  76. </child>
  77. <child>
  78. <object class="GtkFrame" id="frame1">
  79. <property name="visible">True</property>
  80. <property name="can_focus">False</property>
  81. <property name="hexpand">True</property>
  82. <property name="vexpand">True</property>
  83. <property name="label_xalign">0</property>
  84. <property name="shadow_type">none</property>
  85. <child>
  86. <object class="GtkAlignment" id="alignment1">
  87. <property name="visible">True</property>
  88. <property name="can_focus">False</property>
  89. <property name="top_padding">6</property>
  90. <property name="left_padding">12</property>
  91. <child>
  92. <object class="GtkEntry" id="entry">
  93. <property name="visible">True</property>
  94. <property name="can_focus">True</property>
  95. <property name="valign">start</property>
  96. <property name="truncate-multiline">True</property>
  97. <property name="activates_default">True</property>
  98. </object>
  99. </child>
  100. </object>
  101. </child>
  102. <child type="label">
  103. <object class="GtkLabel" id="label1">
  104. <property name="visible">True</property>
  105. <property name="can_focus">False</property>
  106. <property name="label" translatable="yes" context="addentrydialog|label1">Element Name</property>
  107. <attributes>
  108. <attribute name="weight" value="bold"/>
  109. </attributes>
  110. </object>
  111. </child>
  112. </object>
  113. <packing>
  114. <property name="expand">False</property>
  115. <property name="fill">True</property>
  116. <property name="position">1</property>
  117. </packing>
  118. </child>
  119. </object>
  120. </child>
  121. <action-widgets>
  122. <action-widget response="-5">ok</action-widget>
  123. <action-widget response="-6">cancel</action-widget>
  124. <action-widget response="-11">help</action-widget>
  125. </action-widgets>
  126. </object>
  127. </interface>