GTK+ GUI for configuring PD Buddy Sink devices
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

select-list-row.ui 2.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.20.0 -->
  3. <interface>
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkImage" id="identify-image">
  6. <property name="visible">True</property>
  7. <property name="can_focus">False</property>
  8. <property name="icon_name">dialog-information-symbolic</property>
  9. <child internal-child="accessible">
  10. <object class="AtkObject" id="identify-image-atkobject">
  11. <property name="AtkObject::accessible-name" translatable="yes">Identify</property>
  12. </object>
  13. </child>
  14. </object>
  15. <object class="GtkGrid" id="grid">
  16. <property name="visible">True</property>
  17. <property name="can_focus">False</property>
  18. <property name="valign">center</property>
  19. <property name="margin_right">6</property>
  20. <property name="margin_top">6</property>
  21. <property name="margin_bottom">6</property>
  22. <property name="column_spacing">16</property>
  23. <child>
  24. <object class="GtkLabel" id="name">
  25. <property name="visible">True</property>
  26. <property name="can_focus">False</property>
  27. <property name="halign">start</property>
  28. <property name="margin_left">12</property>
  29. <property name="hexpand">True</property>
  30. <property name="label" translatable="yes">name</property>
  31. <style>
  32. <class name="title"/>
  33. </style>
  34. </object>
  35. <packing>
  36. <property name="left_attach">0</property>
  37. <property name="top_attach">0</property>
  38. </packing>
  39. </child>
  40. <child>
  41. <object class="GtkLabel" id="device">
  42. <property name="visible">True</property>
  43. <property name="can_focus">False</property>
  44. <property name="halign">start</property>
  45. <property name="margin_left">12</property>
  46. <property name="hexpand">True</property>
  47. <property name="label" translatable="yes">device</property>
  48. <attributes>
  49. <attribute name="scale" value="0.90000000000000002"/>
  50. </attributes>
  51. <style>
  52. <class name="dim-label"/>
  53. </style>
  54. </object>
  55. <packing>
  56. <property name="left_attach">0</property>
  57. <property name="top_attach">1</property>
  58. </packing>
  59. </child>
  60. <child>
  61. <object class="GtkButton" id="identify">
  62. <property name="visible">True</property>
  63. <property name="can_focus">True</property>
  64. <property name="receives_default">True</property>
  65. <property name="tooltip_text" translatable="yes">Identify device</property>
  66. <property name="image">identify-image</property>
  67. <signal name="clicked" handler="on_identify_clicked" swapped="no"/>
  68. </object>
  69. <packing>
  70. <property name="left_attach">1</property>
  71. <property name="top_attach">0</property>
  72. <property name="height">2</property>
  73. </packing>
  74. </child>
  75. </object>
  76. </interface>