shortcuts acts in entire app, although the focus is set on the main window

cueTrackWidget and cueTrackListWidget cosmetics
This commit is contained in:
snt 2024-07-26 21:28:23 +02:00
parent f4bf71dbcf
commit f665ccfd7d
5 changed files with 384 additions and 289 deletions

View file

@ -26,6 +26,7 @@ class ShowPlayer : public QDialog
public:
explicit ShowPlayer(QWidget *parent = nullptr);
~ShowPlayer();
Ui::ShowPlayer *ui;
public slots:
void cueTrackAtEnd(int layer);
@ -33,7 +34,6 @@ public slots:
void saveCueTrackList(QString path);
private:
Ui::ShowPlayer *ui;
Status currentStatus = Status::Iddle;
int layersUsed[MAX_LAYERS];
CueTrack *current[MAX_LAYERS];