Finally, animation works.

This commit is contained in:
2025-12-19 21:20:14 +01:00
parent 552fcdf8f8
commit 826e506d00
6 changed files with 204 additions and 44 deletions

View File

@@ -36,7 +36,7 @@
#include <bcvaluemanager.h>
class AnimatedDelegate;
class BCMainWindow : public QMainWindow, public Ui_BCMainWindow
{
@@ -54,6 +54,7 @@ public slots:
protected:
BCValueManager _valueManager;
AnimatedDelegate* _delegate;
};