diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-29 14:00:29 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-29 14:00:29 +0200 |
| commit | 1d74095f77cc19ba4886d502bbb7a290f9874c9f (patch) | |
| tree | 720d8627c073ab86ed19649c216e988db3a8efd7 /ui/src/widgets/participant_row.ui | |
| parent | ef0d0c5bbc4bdbe176a4bc83c352ffa2bd854922 (diff) | |
| download | turns-1d74095f77cc19ba4886d502bbb7a290f9874c9f.tar.xz turns-1d74095f77cc19ba4886d502bbb7a290f9874c9f.zip | |
ui: move UI builder files
Diffstat (limited to 'ui/src/widgets/participant_row.ui')
| -rw-r--r-- | ui/src/widgets/participant_row.ui | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/ui/src/widgets/participant_row.ui b/ui/src/widgets/participant_row.ui new file mode 100644 index 0000000..da7712d --- /dev/null +++ b/ui/src/widgets/participant_row.ui @@ -0,0 +1,88 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!-- Created with Cambalache 0.96.0 --> +<interface> + <requires lib="gtk" version="4.14"/> + <template class="gtkmm__CustomObject_participant_row" parent="GtkListBoxRow"> + <property name="activatable">False</property> + <property name="child"> + <object class="GtkBox"> + <child> + <object class="GtkBox"> + <child> + <object class="GtkToggleButton" id="toggle_defeated"> + <property name="halign">center</property> + <property name="icon-name">face-smile-symbolic</property> + <property name="tooltip-text" translatable="yes">Mark as defeated</property> + <property name="valign">center</property> + <style> + <class name="circular"/> + </style> + </object> + </child> + <style> + <class name="prefixes"/> + </style> + </object> + </child> + <child> + <object class="GtkBox"> + <property name="hexpand">True</property> + <property name="orientation">vertical</property> + <property name="valign">center</property> + <child> + <object class="GtkLabel" id="title"> + <property name="wrap-mode">word-char</property> + <property name="xalign">0.0</property> + <style> + <class name="title"/> + </style> + </object> + </child> + <child> + <object class="GtkLabel" id="subtitle"> + <property name="wrap-mode">word-char</property> + <property name="xalign">0.0</property> + <style> + <class name="subtitle"/> + </style> + </object> + </child> + </object> + </child> + <child> + <object class="GtkBox"> + <property name="valign">center</property> + <child> + <object class="GtkButton" id="delete"> + <property name="icon-name">edit-delete-symbolic</property> + <property name="tooltip-text" translatable="yes">Delete participant</property> + <style> + <class name="circular"/> + <class name="destructive-action"/> + </style> + </object> + </child> + <child> + <object class="GtkButton" id="edit"> + <property name="icon-name">document-edit-symbolic</property> + <property name="tooltip-text" translatable="yes">Edit participant</property> + <style> + <class name="circular"/> + <class name="suggested-action"/> + </style> + </object> + </child> + <style> + <class name="suffixes"/> + </style> + </object> + </child> + <style> + <class name="header"/> + </style> + </object> + </property> + <property name="selectable">False</property> + <property name="valign">center</property> + </template> +</interface> |
