forked from qt-creator/qt-creator
Core: Move expand and collapse icons from autotest to core
...and replaced the duplicates of them in the debugger console. Change-Id: If545800c47f3560e1f91d87bdd117abaf04dbd89 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
committed by
Alessandro Portale
parent
fe8c717a6a
commit
40c5213fdd
@@ -146,7 +146,7 @@ TestResultsPane::TestResultsPane(QObject *parent) :
|
||||
void TestResultsPane::createToolButtons()
|
||||
{
|
||||
m_expandCollapse = new QToolButton(m_treeView);
|
||||
m_expandCollapse->setIcon(Core::Icons::EXPAND.icon());
|
||||
m_expandCollapse->setIcon(Core::Icons::EXPAND_ALL_TOOLBAR.icon());
|
||||
m_expandCollapse->setToolTip(tr("Expand All"));
|
||||
m_expandCollapse->setCheckable(true);
|
||||
m_expandCollapse->setChecked(false);
|
||||
|
||||
Reference in New Issue
Block a user