shortcuts acts in entire app, although the focus is set on the main window
cueTrackWidget and cueTrackListWidget cosmetics
This commit is contained in:
parent
f4bf71dbcf
commit
f665ccfd7d
5 changed files with 384 additions and 289 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue