summaryrefslogtreecommitdiff
path: root/gui/ui/src/participant_row.ui
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-05-24 11:58:39 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-05-24 11:58:39 +0200
commit72ab1fb4c1bf363f46470816d8b914a78ac493c4 (patch)
tree27349a1bacbab4ea698be35d2d3d9b5184b15ca1 /gui/ui/src/participant_row.ui
parentb7f2ff4d991ae068f7834bf8e565f6261bf7fff1 (diff)
downloadturns-72ab1fb4c1bf363f46470816d8b914a78ac493c4.tar.xz
turns-72ab1fb4c1bf363f46470816d8b914a78ac493c4.zip
gui: restructure file layout and apply licenses
Diffstat (limited to 'gui/ui/src/participant_row.ui')
-rw-r--r--gui/ui/src/participant_row.ui89
1 files changed, 0 insertions, 89 deletions
diff --git a/gui/ui/src/participant_row.ui b/gui/ui/src/participant_row.ui
deleted file mode 100644
index b53cc53..0000000
--- a/gui/ui/src/participant_row.ui
+++ /dev/null
@@ -1,89 +0,0 @@
-<?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_ParticipantRow" 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>