reclaim/data/ui/EditAccountListView.ui

30 lines
1.1 KiB
Plaintext
Raw Normal View History

2022-01-05 15:58:29 -05:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="ReclaimEditAccountListView" parent="ReclaimView">
<signal name="account_removal_requested" handler="on_account_removal_requested" />
<child>
<object class="GtkScrolledWindow">
<property name="hscrollbar-policy">never</property>
<property name="width-request">250</property>
<property name="vexpand">1</property>
<child>
<object class="GtkListView" id="lv">
<property name="factory">
<object class="GtkBuilderListItemFactory">
<property name="resource">/reclaim/EditAccountRow.ui</property>
</object>
</property>
<property name="model">
<object class="GtkNoSelection" id="selection_model">
<binding name="model">
<lookup name="accounts">ReclaimEditAccountListView</lookup>
</binding>
</object>
</property>
</object>
</child>
</object>
</child>
</template>
</interface>