GTK+ GUI for configuring PD Buddy Sink devices
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

select-list-row.ui 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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="GtkButton" id="identify">
  42. <property name="visible">True</property>
  43. <property name="can_focus">True</property>
  44. <property name="receives_default">True</property>
  45. <property name="tooltip_text" translatable="yes">Identify device</property>
  46. <property name="halign">center</property>
  47. <property name="valign">center</property>
  48. <property name="image">identify-image</property>
  49. <signal name="clicked" handler="on_identify_clicked" swapped="no"/>
  50. </object>
  51. <packing>
  52. <property name="left_attach">1</property>
  53. <property name="top_attach">0</property>
  54. <property name="height">2</property>
  55. </packing>
  56. </child>
  57. <child>
  58. <object class="GtkLabel" id="device">
  59. <property name="visible">True</property>
  60. <property name="can_focus">False</property>
  61. <property name="halign">start</property>
  62. <property name="margin_left">12</property>
  63. <property name="hexpand">True</property>
  64. <property name="label" translatable="yes">device</property>
  65. <attributes>
  66. <attribute name="scale" value="0.90000000000000002"/>
  67. </attributes>
  68. <style>
  69. <class name="dim-label"/>
  70. </style>
  71. </object>
  72. <packing>
  73. <property name="left_attach">0</property>
  74. <property name="top_attach">1</property>
  75. </packing>
  76. </child>
  77. </object>
  78. </interface>