Native styling is just the default option, both for QtWidget UIs and UIs using QtQuick.Controls.
For widgets one can use any of the cross platform styles or an own style, similar for QtQuick.Controls, but they can also be styled in QML and one can easily create own components instead.

Cheers,
_