version 2.32.0

work with icons - remove unused, organize and update to last oxygen
add BusyIcon widget
This commit is contained in:
2024-10-30 22:22:44 +03:00
parent f8fec93f0e
commit e791618a17
158 changed files with 436 additions and 159 deletions

View File

@@ -42,7 +42,7 @@ QString GraphicAnalysisPlugin::group() const {
QIcon GraphicAnalysisPlugin::icon() const {
return QIcon(":/icons/graphic.png");
return QIcon(":/icons/widgets/graphic.png");
}

View File

@@ -1,7 +1,7 @@
<RCC>
<qresource prefix="/">
<file>../../icons/axis_x.png</file>
<file>../../icons/graphic.png</file>
<file>../../icons/dialog-information.png</file>
<file>../../icons/axis_x.png</file>
<file>../../icons/widgets/graphic.png</file>
<file>../../icons/dialog-information.png</file>
</qresource>
</RCC>