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"));
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ QString EDockWidgetPlugin::group() const {
|
||||
|
||||
|
||||
QIcon EDockWidgetPlugin::icon() const {
|
||||
return QIcon(":/icons/edockwidget.png");
|
||||
return QIcon(":/icons/widgets/edockwidget.png");
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ QString HistoryViewPlugin::group() const {
|
||||
|
||||
|
||||
QIcon HistoryViewPlugin::icon() const {
|
||||
return QIcon(":/icons/historyview.png");
|
||||
return QIcon(":/icons/widgets/historyview.png");
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ QString LogViewPlugin::group() const {
|
||||
|
||||
|
||||
QIcon LogViewPlugin::icon() const {
|
||||
return QIcon(":/icons/logview.png");
|
||||
return QIcon(":/icons/widgets/logview.png");
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file>../../icons/dialog-ok-apply.png</file>
|
||||
<file>../../icons/configure.png</file>
|
||||
<file>../../icons/edit-clear.png</file>
|
||||
<file>../../icons/edit-find.png</file>
|
||||
<file>../../icons/edit-copy.png</file>
|
||||
<file>../../icons/edockwidget.png</file>
|
||||
<file>../../icons/historyview.png</file>
|
||||
<file>../../icons/logview.png</file>
|
||||
<file>../../icons/clear-history.png</file>
|
||||
<file>../../icons/layer-visible-off.png</file>
|
||||
<file>../../icons/layer-visible-on.png</file>
|
||||
<file>../../icons/qt.png</file>
|
||||
<file>../../icons/select-all.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/">
|
||||
<file>../../icons/dialog-ok-apply.png</file>
|
||||
<file>../../icons/configure.png</file>
|
||||
<file>../../icons/edit-clear.png</file>
|
||||
<file>../../icons/edit-find.png</file>
|
||||
<file>../../icons/edit-copy.png</file>
|
||||
<file>../../icons/widgets/edockwidget.png</file>
|
||||
<file>../../icons/widgets/historyview.png</file>
|
||||
<file>../../icons/widgets/logview.png</file>
|
||||
<file>../../icons/edit-delete-history.png</file>
|
||||
<file>../../icons/layer-visible-off.png</file>
|
||||
<file>../../icons/layer-visible-on.png</file>
|
||||
<file>../../icons/qt.png</file>
|
||||
<file>../../icons/select-all.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
Reference in New Issue
Block a user