optionally use QQuickWidget and replace ColorOverlay -> colorImageProvider
This commit is contained in:
parent
1268e9f11c
commit
2bfb885b47
12 changed files with 197 additions and 152 deletions
|
|
@ -119,7 +119,6 @@ DelegateChooser::DelegateIncubator::statusChanged(QQmlIncubator::Status status)
|
|||
chooser.child = dynamic_cast<QQuickItem *>(object());
|
||||
if (chooser.child == nullptr) {
|
||||
nhlog::ui()->error("Delegate has to be derived of Item!");
|
||||
delete chooser.child;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue