forked from qt-creator/qt-creator
Utils: Add a non-toolbar variant of the "RELOAD" icon
New icon is: Utils::Icons::RELOAD. And the toolbar variant is now Utils::Icons::RELOAD_TOOLBAR. Change-Id: I811d83c7340a717968430ac1ce4a5c708c8ddcf9 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -367,7 +367,7 @@ void SerialOutputPane::createToolButtons()
|
||||
|
||||
// Reset button
|
||||
m_resetButton = new QToolButton;
|
||||
m_resetButton->setIcon(Utils::Icons::RELOAD.icon());
|
||||
m_resetButton->setIcon(Utils::Icons::RELOAD_TOOLBAR.icon());
|
||||
m_resetButton->setToolTip(tr("Reset Board"));
|
||||
m_resetButton->setEnabled(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user