Skip to content

Some new widgets

Maxim Koltsov requested to merge maksbotan/qtah:some-new-widgets into master

We've added the following missing parts:

  • QVariant.toList method
  • QToolButton class
  • QLabel.textInteractionFlags property
  • QPalette class
  • QWidget.backgroundRole property
  • QCursorShape enum
  • QWidget.setCursor method
  • QDockWidget class

Everything is tested locally and with stack2nix based CI.

Merge request reports