mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-28 22:52:37 +02:00
Disable focus of SimplePlayer buttons
This commit is contained in:
parent
f0803c2080
commit
f4e911eca3
@ -484,6 +484,8 @@ MainWidget::MainWidget(QWidget *parent)
|
|||||||
lib_player->playButton()->setEnabled(false);
|
lib_player->playButton()->setEnabled(false);
|
||||||
lib_player->stopButton()->setEnabled(false);
|
lib_player->stopButton()->setEnabled(false);
|
||||||
lib_player->stopButton()->setOnColor(Qt::red);
|
lib_player->stopButton()->setOnColor(Qt::red);
|
||||||
|
lib_player->playButton()->setFocusPolicy(Qt::NoFocus);
|
||||||
|
lib_player->stopButton()->setFocusPolicy(Qt::NoFocus);
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user