integrate OSD into ScreenPanel and make it nicer

This commit is contained in:
Arisotura
2023-12-28 14:40:37 +01:00
parent fa835ecf68
commit 345b7439e4
10 changed files with 548 additions and 717 deletions

View File

@ -92,8 +92,7 @@ private:
bool oldMax;
public:
ScreenHandler* panel;
QWidget* panelWidget;
ScreenPanel* panel;
};*/
class MainWindow : public QMainWindow
@ -230,8 +229,7 @@ private:
bool oldMax;
public:
ScreenHandler* panel;
QWidget* panelWidget;
ScreenPanel* panel;
QAction* actOpenROM;
QAction* actBootFirmware;