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

@@ -40,7 +40,7 @@ QString SQLRecordPlugin::group() const {
QIcon SQLRecordPlugin::icon() const {
return QIcon(":/icons/sql_table.png");
return QIcon(":/icons/widgets/sql-table.png");
}

View File

@@ -40,7 +40,7 @@ QString SQLTablePlugin::group() const {
QIcon SQLTablePlugin::icon() const {
return QIcon(":/icons/sql_table.png");
return QIcon(":/icons/widgets/sql-table.png");
}

View File

@@ -1,11 +1,11 @@
<RCC>
<qresource prefix="/">
<file>../../icons/sql_table.png</file>
<file>../../icons/configure.png</file>
<file>../../icons/edit-delete.png</file>
<file>../../icons/edit-table-insert-row-below.png</file>
<file>../../icons/edit-find.png</file>
<file>../../icons/edit-clear.png</file>
<file>../../icons/list-add.png</file>
</qresource>
<qresource prefix="/">
<file>../../icons/widgets/sql-table.png</file>
<file>../../icons/configure.png</file>
<file>../../icons/edit-delete.png</file>
<file>../../icons/edit-table-insert-row-below.png</file>
<file>../../icons/edit-find.png</file>
<file>../../icons/edit-clear.png</file>
<file>../../icons/list-add.png</file>
</qresource>
</RCC>