version 2.32.0
work with icons - remove unused, organize and update to last oxygen add BusyIcon widget
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
<action name="actionRename">
|
||||
<property name="icon">
|
||||
<iconset resource="../graphic/qad_graphic.qrc">
|
||||
<normaloff>:/icons/border-line.png</normaloff>:/icons/border-line.png</iconset>
|
||||
<normaloff>:/icons/edit-rename.png</normaloff>:/icons/edit-rename.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Rename ...</string>
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
<action name="actionRename">
|
||||
<property name="icon">
|
||||
<iconset resource="../graphic/qad_graphic.qrc">
|
||||
<normaloff>:/icons/border-line.png</normaloff>:/icons/border-line.png</iconset>
|
||||
<normaloff>:/icons/edit-rename.png</normaloff>:/icons/edit-rename.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Rename ...</string>
|
||||
|
||||
@@ -41,7 +41,7 @@ QString MapPlugin::group() const {
|
||||
|
||||
|
||||
QIcon MapPlugin::icon() const {
|
||||
return QIcon("://icons/maps.png");
|
||||
return QIcon(":/icons/widgets/maps.png");
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file>../../icons/maps.png</file>
|
||||
<file>../../icons/location.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/">
|
||||
<file>../../icons/widgets/maps.png</file>
|
||||
<file>../../icons/location.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
Reference in New Issue
Block a user