mirror of
https://github.com/AskDavis/Casinotest.git
synced 2026-01-07 13:29:46 -08:00
UI Checkbox, Radiobutton, Indication arrows styling.
Info dialog moveed to scrollarea
This commit is contained in:
@@ -28,18 +28,6 @@ AddressBookPage::AddressBookPage(Mode mode, Tabs tab, QWidget *parent) :
|
||||
tab(tab)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
GUI20Skin& gui20Skin = GUI20Skin::Instance();
|
||||
ui->exportButton->setStyleSheet("background-color: rgb (" + QString::number( gui20Skin.GetColorToolbarMainGradientBegin().red() ) +
|
||||
", " + QString::number( gui20Skin.GetColorToolbarMainGradientBegin().green() ) +
|
||||
", " + QString::number( gui20Skin.GetColorToolbarMainGradientBegin().blue() ) +
|
||||
");" \
|
||||
"color: rgb(255, 255, 255);" \
|
||||
"pressed" \
|
||||
"{" \
|
||||
"background-color: rgb(170, 28, 33);" \
|
||||
"}"
|
||||
);
|
||||
qDebug() << ui->exportButton->styleSheet();
|
||||
#ifdef Q_OS_MAC // Icons on push buttons are very uncommon on Mac
|
||||
ui->newAddress->setIcon(QIcon());
|
||||
ui->copyAddress->setIcon(QIcon());
|
||||
|
||||
Reference in New Issue
Block a user