diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-15 16:45:46 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-15 16:45:46 +0200 |
| commit | e28cff88c03afa5cd90951deeff62b4efb910421 (patch) | |
| tree | 8f8f35696156c3647e59d07bf139e0a54844766d /res/widgets/participant_list_row.ui | |
| parent | a23cda29f0acef40d883c37209389c956c14e83b (diff) | |
| download | turns-e28cff88c03afa5cd90951deeff62b4efb910421.tar.xz turns-e28cff88c03afa5cd90951deeff62b4efb910421.zip | |
app: rename participant_list_row
Diffstat (limited to 'res/widgets/participant_list_row.ui')
| -rw-r--r-- | res/widgets/participant_list_row.ui | 99 |
1 files changed, 0 insertions, 99 deletions
diff --git a/res/widgets/participant_list_row.ui b/res/widgets/participant_list_row.ui deleted file mode 100644 index 076d3f4..0000000 --- a/res/widgets/participant_list_row.ui +++ /dev/null @@ -1,99 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!-- Created with Cambalache 0.90.4 --> -<interface> - <!-- interface-name participant_list_item.ui --> - <requires lib="gtk" version="4.14"/> - <template class="gtkmm__CustomObject_participant_list_row" parent="GtkListBoxRow"> - <property name="activatable">False</property> - <property name="child"> - <object class="GtkBox"> - <property name="css-classes">header</property> - <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="visible">False</property> - <property name="xalign">0.0</property> - <style> - <class name="title"/> - </style> - </object> - </child> - <child> - <object class="GtkLabel" id="subtitle"> - <property name="lines">0</property> - <property name="visible">False</property> - <property name="wrap">True</property> - <property name="wrap-mode">word-char</property> - <property name="xalign">0.0</property> - <style> - <class name="subtitle"/> - </style> - <!-- Custom object fragments --> - <property name="sensitive" bind-source="toggle_defeated" bind-property="active" bind-flags="sync-create|invert-boolean"/> - </object> - </child> - <style> - <class name="title"/> - </style> - </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> - <!-- Custom object fragments --> - <property name="sensitive" bind-source="toggle_defeated" bind-property="active" bind-flags="sync-create|invert-boolean"/> - <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> - <!-- Custom object fragments --> - <property name="sensitive" bind-source="toggle_defeated" bind-property="active" bind-flags="sync-create|invert-boolean"/> - </object> - </child> - <style> - <class name="suffixes"/> - </style> - </object> - </child> - </object> - </property> - <property name="valign">center</property> - <style/> - </template> -</interface> |
