version 2.32.0
work with icons - remove unused, organize and update to last oxygen add BusyIcon widget
This commit is contained in:
@@ -16,7 +16,7 @@ HistoryView::HistoryView(QWidget * parent): QListWidget(parent) {
|
||||
setHistoryColor(palette().color(QPalette::Highlight));
|
||||
connect(this, SIGNAL(itemClicked(QListWidgetItem *)), this, SLOT(itemClicked(QListWidgetItem *)));
|
||||
connect(this, SIGNAL(itemSelectionChanged()), this, SLOT(itemSelectionChanged()));
|
||||
registerAction(-1, tr("History cleared"), QImage(":/icons/clear-history.png"));
|
||||
registerAction(-1, tr("History cleared"), QImage(":/icons/edit-delete-history.png"));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user