PageRenderTime 44ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/ui/path-list.ui

https://github.com/rhult/ige-mac-bundler
Qt | 69 lines | 68 code | 1 blank | 0 comment | 0 complexity | 8ca013ec1dbde8c70c07a44822f7282f MD5 | raw file
Possible License(s): GPL-2.0
  1. <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
  2. <interface>
  3. <!--object class="GtkListStore" id="liststore">
  4. <columns>
  5. <column type="gchararray"/>
  6. <column type="gchararray"/>
  7. <column type="gchararray"/>
  8. </columns>
  9. <data>
  10. <row>
  11. <col id="0">test source</col>
  12. <col id="1">test dest</col>
  13. <col id="2">File</col>
  14. </row>
  15. <row>
  16. <col id="0">test source</col>
  17. <col id="1">test dest</col>
  18. <col id="2">File</col>
  19. </row>
  20. </data>
  21. </object-->
  22. <object class="GtkScrolledWindow" id="scrolledwindow">
  23. <property name="hscrollbar_policy">automatic</property>
  24. <property name="shadow_type">in</property>
  25. <property name="vscrollbar_policy">automatic</property>
  26. <child>
  27. <object class="GtkTreeView" id="treeview">
  28. <!--property name="model">liststore</property-->
  29. <property name="headers-visible">true</property>
  30. <child>
  31. <object class="GtkTreeViewColumn" id="source_column">
  32. <property name="title">Source</property>
  33. <property name="expand">true</property>
  34. <child>
  35. <object class="GtkCellRendererText" id="source_renderer"/>
  36. <!--attributes>
  37. <attribute name="text">0</attribute>
  38. </attributes-->
  39. </child>
  40. </object>
  41. </child>
  42. <child>
  43. <object class="GtkTreeViewColumn" id="dest_column">
  44. <property name="title">Destination</property>
  45. <property name="expand">true</property>
  46. <child>
  47. <object class="GtkCellRendererText" id="dest_renderer"/>
  48. <!--attributes>
  49. <attribute name="text">1</attribute>
  50. </attributes-->
  51. </child>
  52. </object>
  53. </child>
  54. <child>
  55. <object class="GtkTreeViewColumn" id="type_column">
  56. <property name="title">Type</property>
  57. <child>
  58. <object class="GtkCellRendererText" id="type_renderer"/>
  59. <!--attributes>
  60. <attribute name="text">2</attribute>
  61. </attributes-->
  62. </child>
  63. </object>
  64. </child>
  65. </object>
  66. </child>
  67. </object>
  68. </interface>