Skip to content

applets/colorpicker: Port to Qt6

Joshua Goins requested to merge work/redstrate/fix-colorpicker-qt6 into master

Color picker Qt6 fixes:

  • Remove qml imports for the same reason as notes applet, QtQuick.Dialogs 1.0 doesn't "exist" anymore.
  • Port to Qt6 ColorDialog api, mostly just renames. Non-native dialogs still fail on my machine for whatever reason, but now it's not the applet's fault :)

Merge request reports