Use palette for qml code for theming
Can't do it for QtWidgets code. We need to fully transition, before we can fully switch over probably.
This commit is contained in:
parent
384ef13c76
commit
d35cc3dda4
10 changed files with 43 additions and 39 deletions
|
|
@ -29,7 +29,7 @@ qmlMessageHandler(QtMsgType type, const QMessageLogContext &context, const QStri
|
|||
if (msg.endsWith(
|
||||
"QML Binding: Not restoring previous value because restoreMode has not been set.This "
|
||||
"behavior is deprecated.In Qt < 6.0 the default is Binding.RestoreBinding.In Qt >= "
|
||||
"6.0 the default is Binding.RestoreBindingOrValue."))
|
||||
"6.0 the default is Binding.RestoreBindingOrValue.") || msg.endsWith("Both point size and pixel size set. Using pixel size."))
|
||||
return;
|
||||
|
||||
switch (type) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue