mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-22 03:43:42 +00:00
feat(ui): add tab switch animations and improve responsive layout
- Add AnimateTabSwitch method to configure dialogs with slide/fade animations - Update responsive layout breakpoint from 550px to 850px - Improve configure UI layout structure (accent color, rainbow mode positioning) - Update button stylesheets for horizontal/vertical navigation modes - Add animation includes (QPropertyAnimation, QGraphicsOpacityEffect, etc.) Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
@@ -57,6 +57,7 @@ signals:
|
||||
|
||||
private slots:
|
||||
void SetUIPositioning(const QString& positioning);
|
||||
void AnimateTabSwitch(int id);
|
||||
|
||||
private:
|
||||
void SetConfiguration();
|
||||
|
||||
Reference in New Issue
Block a user