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 {
|
||||
|
||||
Reference in New Issue
Block a user