mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-03-13 06:01:45 +00:00
WIP: minor color changes.
This commit is contained in:
parent
8dd6075df4
commit
0e47bf8d49
@ -313,7 +313,7 @@ void BitcoinGUI::createActions()
|
||||
historyAction->setShortcut(QKeySequence(Qt::ALT + Qt::Key_4));
|
||||
tabGroup->addAction(historyAction);
|
||||
|
||||
kevaAction = new QAction(platformStyle->SingleColorIcon(":/icons/keva"), tr("&Keva"), this);
|
||||
kevaAction = new QAction(QIcon(":/icons/keva"), tr("&Keva"), this);
|
||||
kevaAction->setStatusTip(tr("Keva related operations"));
|
||||
kevaAction->setToolTip(kevaAction->statusTip());
|
||||
kevaAction->setCheckable(true);
|
||||
|
@ -213,6 +213,11 @@ void KevaDialog::on_kevaView_doubleClicked(const QModelIndex &index)
|
||||
dialog->show();
|
||||
}
|
||||
|
||||
void KevaDialog::on_bookmarkNamespace_clicked()
|
||||
{
|
||||
ui->bookmarkNamespace->setIcon(QIcon(":/icons/star"));
|
||||
}
|
||||
|
||||
void KevaDialog::kevaView_selectionChanged()
|
||||
{
|
||||
// Enable Show/Remove buttons only if anything is selected.
|
||||
|
@ -77,6 +77,7 @@ private Q_SLOTS:
|
||||
void on_kevaView_doubleClicked(const QModelIndex &index);
|
||||
void kevaView_selectionChanged();
|
||||
void on_bookmarksButton_clicked();
|
||||
void on_bookmarkNamespace_clicked();
|
||||
void updateDisplayUnit();
|
||||
void showMenu(const QPoint &point);
|
||||
void copyURI();
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 5.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 3.5 KiB |
Loading…
x
Reference in New Issue
Block a user