version 2.32.0
work with icons - remove unused, organize and update to last oxygen add BusyIcon widget
This commit is contained in:
@@ -41,7 +41,7 @@ QString TouchButtFramePlugin::group() const {
|
||||
}
|
||||
|
||||
QIcon TouchButtFramePlugin::icon() const {
|
||||
return QIcon(":/icons/touchbuttframe.png");
|
||||
return QIcon(":/icons/widgets/touchbuttframe.png");
|
||||
}
|
||||
|
||||
QString TouchButtFramePlugin::toolTip() const {
|
||||
|
||||
@@ -36,7 +36,7 @@ QString TouchButtonPlugin::group() const {
|
||||
}
|
||||
|
||||
QIcon TouchButtonPlugin::icon() const {
|
||||
return QIcon(":/icons/touchbutton.png");
|
||||
return QIcon(":/icons/widgets/touchbutton.png");
|
||||
}
|
||||
|
||||
QString TouchButtonPlugin::toolTip() const {
|
||||
|
||||
@@ -43,7 +43,7 @@ QString TouchSliderPlugin::group() const {
|
||||
}
|
||||
|
||||
QIcon TouchSliderPlugin::icon() const {
|
||||
return QIcon(":/icons/touchslider.png");
|
||||
return QIcon(":/icons/widgets/touchslider.png");
|
||||
}
|
||||
|
||||
QString TouchSliderPlugin::toolTip() const {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<RCC>
|
||||
<qresource prefix="/" >
|
||||
<file>../../icons/touchbuttframe.png</file>
|
||||
<file>../../icons/touchbutton.png</file>
|
||||
<file>../../icons/touchslider.png</file>
|
||||
<qresource prefix="/">
|
||||
<file>../../icons/widgets/touchbuttframe.png</file>
|
||||
<file>../../icons/widgets/touchbutton.png</file>
|
||||
<file>../../icons/widgets/touchslider.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
Reference in New Issue
Block a user