Native text rendering in entire application.
-
https://stackoverflow.com/a/48346899/9731176 states a potential method of forcing labels to render text natively, but how could I use this in a MenuItem/MenuBar object?
I want to be able to set
renderType: Text.NativeRenderingeither after the imports or as a property ofApplicationWindow/Window.If that's impossible, how would I put it in something like
title: qsTr("&File")?