diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-29 16:33:32 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-29 16:33:32 +0200 |
| commit | 3ff5bd46952144926d9bd9beedf50023a51913ee (patch) | |
| tree | 2c579fe13bbb5cc90f8f50e7af35218c98e123d5 /ui/src/participant_row.ui | |
| parent | 873bf396b904ce477a238f22d1891e1b03f24eff (diff) | |
| download | turns-3ff5bd46952144926d9bd9beedf50023a51913ee.tar.xz turns-3ff5bd46952144926d9bd9beedf50023a51913ee.zip | |
ui: flatten namespace hierarchy
Diffstat (limited to 'ui/src/participant_row.ui')
| -rw-r--r-- | ui/src/participant_row.ui | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/ui/src/participant_row.ui b/ui/src/participant_row.ui new file mode 100644 index 0000000..1a215c6 --- /dev/null +++ b/ui/src/participant_row.ui @@ -0,0 +1,89 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!-- Created with Cambalache 0.96.0 --> +<interface> + <!-- interface-name participant_row.ui --> + <requires lib="gtk" version="4.18"/> + <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> |
