mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-19 06:41:47 -05:00
Multi device support: more GUIs enhancements
This commit is contained in:
parent
2dcd887471
commit
f0b7f6bf4e
@ -99,10 +99,12 @@ MainWindow::MainWindow(QWidget* parent) :
|
|||||||
|
|
||||||
ui->tabInputsView->setStyleSheet("QWidget { background: rgb(44,44,44); } "
|
ui->tabInputsView->setStyleSheet("QWidget { background: rgb(44,44,44); } "
|
||||||
"QToolButton::checked { background: rgb(128,70,0); } "
|
"QToolButton::checked { background: rgb(128,70,0); } "
|
||||||
"QComboBox::item:selected { color: rgb(255,140,0); }");
|
"QComboBox::item:selected { color: rgb(255,140,0); } "
|
||||||
|
"QTabBar::tab:selected { background: rgb(128,70,0); }");
|
||||||
ui->tabInputsSelect->setStyleSheet("QWidget { background: rgb(44,44,44); } "
|
ui->tabInputsSelect->setStyleSheet("QWidget { background: rgb(44,44,44); } "
|
||||||
"QToolButton::checked { background: rgb(128,70,0); } "
|
"QToolButton::checked { background: rgb(128,70,0); } "
|
||||||
"QComboBox::item:selected { color: rgb(255,140,0); }");
|
"QComboBox::item:selected { color: rgb(255,140,0); } "
|
||||||
|
"QTabBar::tab:selected { background: rgb(128,70,0); }");
|
||||||
|
|
||||||
connect(&m_inputMessageQueue, SIGNAL(messageEnqueued()), this, SLOT(handleMessages()), Qt::QueuedConnection);
|
connect(&m_inputMessageQueue, SIGNAL(messageEnqueued()), this, SLOT(handleMessages()), Qt::QueuedConnection);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user