Native text rendering in entire application.
-
wrote on 29 Apr 2023, 21:51 last edited by
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.NativeRendering
either after the imports or as a property ofApplicationWindow
/Window
.If that's impossible, how would I put it in something like
title: qsTr("&File")
?
1/1