dataproviderentry.ui 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="sc">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkImage" id="image1">
  6. <property name="visible">True</property>
  7. <property name="can_focus">False</property>
  8. <property name="icon_name">sc/res/xml_element.png</property>
  9. </object>
  10. <!-- n-columns=1 n-rows=1 -->
  11. <object class="GtkGrid" id="grid">
  12. <property name="visible">True</property>
  13. <property name="can_focus">False</property>
  14. <property name="hexpand">True</property>
  15. <property name="border_width">6</property>
  16. <property name="row_spacing">6</property>
  17. <property name="column_spacing">12</property>
  18. <child>
  19. <object class="GtkComboBoxText" id="provider_lst">
  20. <property name="visible">True</property>
  21. <property name="can_focus">False</property>
  22. </object>
  23. <packing>
  24. <property name="left_attach">1</property>
  25. <property name="top_attach">0</property>
  26. </packing>
  27. </child>
  28. <child>
  29. <object class="GtkEntry" id="ed_url">
  30. <property name="visible">True</property>
  31. <property name="truncate-multiline">True</property>
  32. <property name="can_focus">True</property>
  33. </object>
  34. <packing>
  35. <property name="left_attach">1</property>
  36. <property name="top_attach">1</property>
  37. </packing>
  38. </child>
  39. <child>
  40. <object class="GtkEntry" id="ed_id">
  41. <property name="visible">True</property>
  42. <property name="truncate-multiline">True</property>
  43. <property name="can_focus">True</property>
  44. </object>
  45. <packing>
  46. <property name="left_attach">3</property>
  47. <property name="top_attach">1</property>
  48. </packing>
  49. </child>
  50. <child>
  51. <object class="GtkLabel">
  52. <property name="visible">True</property>
  53. <property name="can_focus">False</property>
  54. <property name="label" translatable="yes" context="dataproviderentry|url">URL:</property>
  55. </object>
  56. <packing>
  57. <property name="left_attach">0</property>
  58. <property name="top_attach">1</property>
  59. </packing>
  60. </child>
  61. <child>
  62. <object class="GtkLabel">
  63. <property name="visible">True</property>
  64. <property name="can_focus">False</property>
  65. <property name="label" translatable="yes" context="dataproviderentry|id">ID:</property>
  66. </object>
  67. <packing>
  68. <property name="left_attach">2</property>
  69. <property name="top_attach">1</property>
  70. </packing>
  71. </child>
  72. <child>
  73. <object class="GtkLabel">
  74. <property name="visible">True</property>
  75. <property name="can_focus">False</property>
  76. <property name="label" translatable="yes" context="dataproviderentry|provider">Data Provider:</property>
  77. </object>
  78. <packing>
  79. <property name="left_attach">0</property>
  80. <property name="top_attach">0</property>
  81. </packing>
  82. </child>
  83. <child>
  84. <object class="GtkButton" id="apply">
  85. <property name="visible">True</property>
  86. <property name="can_focus">True</property>
  87. <property name="receives_default">True</property>
  88. <property name="tooltip_text" translatable="yes" context="dataproviderentry|apply">Apply Changes</property>
  89. <property name="image">image1</property>
  90. <property name="relief">none</property>
  91. <property name="always_show_image">True</property>
  92. </object>
  93. <packing>
  94. <property name="left_attach">4</property>
  95. <property name="top_attach">1</property>
  96. </packing>
  97. </child>
  98. <child>
  99. <placeholder/>
  100. </child>
  101. <child>
  102. <placeholder/>
  103. </child>
  104. <child>
  105. <placeholder/>
  106. </child>
  107. </object>
  108. </interface>