reclaim/data/ui/MainAccountListView.ui

28 lines
957 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="ReclaimMainAccountListView" parent="ReclaimView">
<child>
<object class="GtkScrolledWindow">
<property name="hscrollbar-policy">never</property>
<property name="vexpand">1</property>
<child>
<object class="GtkListView" id="lv">
<property name="factory">
<object class="GtkBuilderListItemFactory">
<property name="resource">/reclaim/MainAccountListRow.ui</property>
</object>
</property>
<property name="model">
<object class="GtkNoSelection" id="selection_model">
<binding name="model">
<lookup name="accounts">ReclaimMainAccountListView</lookup>
</binding>
</object>
</property>
</object>
</child>
</object>
</child>
</template>
</interface>