Improved some icons and removed unused or redundant ones

Reviewed-by: Daniel Molkentin
This commit is contained in:
Jens Bache-Wiig
2010-04-09 15:36:11 +02:00
parent 242fab34e8
commit a2a68fd4dc
14 changed files with 11 additions and 8 deletions

View File

@@ -88,7 +88,6 @@ ExpressionQueryWidget::ExpressionQueryWidget(Mode mode, QDeclarativeEngineDebug
m_lineEdit->setToolTip(tr("Write and evaluate QtScript expressions."));
m_clearButton = new QToolButton();
m_clearButton->setIcon(QIcon(QLatin1String(":/utils/images/reset.png")));
m_clearButton->setToolTip(tr("Clear Output"));
m_clearButton->setIcon(QIcon(Core::Constants::ICON_CLEAN_PANE));
connect(m_clearButton, SIGNAL(clicked()), this, SLOT(clearTextEditor()));