tootle-linux-client/data/ui/widgets/list_editor_item.ui

73 lines
2.8 KiB
Plaintext
Raw Normal View History

2020-07-28 20:30:45 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
2021-07-23 13:41:03 +02:00
<requires lib="gtk" version="4.0"/>
2020-07-28 20:30:45 +02:00
<template class="TootleDialogsListEditorItem" parent="GtkListBoxRow">
2021-07-23 13:41:03 +02:00
<property name="activatable">0</property>
<property name="child">
2020-07-28 20:30:45 +02:00
<object class="GtkGrid">
2021-07-23 13:41:03 +02:00
<property name="visible">0</property>
2020-07-28 20:30:45 +02:00
<property name="margin_start">8</property>
<property name="margin_end">8</property>
<property name="margin_top">8</property>
<property name="margin_bottom">8</property>
<property name="row_spacing">8</property>
<property name="column_spacing">8</property>
<child>
<object class="TootleWidgetsRichLabel" id="label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="label">Display Name</property>
<property name="ellipsize">end</property>
<property name="xalign">0</property>
<attributes>
2021-07-23 13:41:03 +02:00
<attribute name="weight" value="bold"></attribute>
2020-07-28 20:30:45 +02:00
</attributes>
2021-07-23 13:41:03 +02:00
<layout>
<property name="column">0</property>
<property name="row">0</property>
</layout>
2020-07-28 20:30:45 +02:00
</object>
</child>
<child>
<object class="TootleWidgetsRichLabel" id="handle">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="label">@handle</property>
<property name="xalign">0</property>
2021-07-23 13:41:03 +02:00
<layout>
<property name="column">0</property>
<property name="row">1</property>
</layout>
2020-07-28 20:30:45 +02:00
</object>
</child>
<child>
<object class="GtkToggleButton" id="status">
2021-07-23 13:41:03 +02:00
<property name="visible">0</property>
2020-07-28 20:30:45 +02:00
<property name="width_request">32</property>
<property name="height_request">32</property>
2021-07-23 13:41:03 +02:00
<property name="sensitive">0</property>
<property name="receives_default">1</property>
2020-07-28 20:30:45 +02:00
<signal name="toggled" handler="on_toggled" swapped="no"/>
<child>
<object class="GtkImage">
2021-07-23 13:41:03 +02:00
<property name="visible">0</property>
2020-07-28 20:30:45 +02:00
<property name="icon_name">object-select-symbolic</property>
</object>
</child>
<style>
<class name="flat"/>
</style>
2021-07-23 13:41:03 +02:00
<layout>
<property name="column">1</property>
<property name="row">0</property>
<property name="row-span">2</property>
</layout>
2020-07-28 20:30:45 +02:00
</object>
</child>
</object>
2021-07-23 13:41:03 +02:00
</property>
2020-07-28 20:30:45 +02:00
</template>
</interface>