From 5511c195766de625bf6c4bf39950940814c27aad Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Wed, 3 Jan 2024 19:20:26 +0100 Subject: Move activity list to a tab widget This allows us to have more tabs in the future with additional information, such as information about the Actor or even other activity views. This commit was quite a lot of work and refactoring! --- src/widgets/tab_activity_list.ui | 63 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 src/widgets/tab_activity_list.ui (limited to 'src/widgets/tab_activity_list.ui') diff --git a/src/widgets/tab_activity_list.ui b/src/widgets/tab_activity_list.ui new file mode 100644 index 0000000..989aa12 --- /dev/null +++ b/src/widgets/tab_activity_list.ui @@ -0,0 +1,63 @@ + + + TabActivityList + + + + 0 + 0 + 400 + 300 + + + + Form + + + + + + + + + + + Search + + + + + + + + + + + Random status + + + + + + + Copy status text + + + + + + + + + Qt::ScrollBarAlwaysOff + + + true + + + + + + + + -- cgit v1.2.3-54-g00ecf