From 07199e3b0545f27ed0701c20748f082fb145f2a4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 18 Sep 2024 10:56:29 +0100 Subject: qt frontend : move the progress output do a dedicated window && ui tweaks * buffer the progress messages when the progress window is hidden * replay the buffer when the progress window is shown * display real-time output when the progress window is shown --- src/frontend/gui/ui/progress.ui | 123 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 src/frontend/gui/ui/progress.ui (limited to 'src/frontend/gui/ui/progress.ui') diff --git a/src/frontend/gui/ui/progress.ui b/src/frontend/gui/ui/progress.ui new file mode 100644 index 0000000..d56f63f --- /dev/null +++ b/src/frontend/gui/ui/progress.ui @@ -0,0 +1,123 @@ + + + MainWindow + + + + 0 + 0 + 1024 + 576 + + + + + 0 + 0 + + + + + 1024 + 576 + + + + Sisyphus : Progress Window + + + + ../icon/sisyphus.png../icon/sisyphus.png + + + + + + + QFrame::StyledPanel + + + QFrame::Sunken + + + Qt::TextSelectableByMouse + + + The progress output will be displayed here + + + + + + + + + + 275 + 64 + + + + Hide Window + + + + ../icon/progress.png../icon/progress.png + + + + 30 + 30 + + + + Qt::ToolButtonTextUnderIcon + + + true + + + Qt::NoArrow + + + + + + + + 275 + 64 + + + + Clear Window + + + + ../icon/orphans.png../icon/orphans.png + + + + 30 + 30 + + + + Qt::ToolButtonTextUnderIcon + + + true + + + + + + + + + + progressBox + + + + -- cgit v1.2.3