What corresponds to native = "true" in the Qt constructor form

I make a difference between the 2 versions of the project and noticed that some of the ui files have additional attributes in xml that I myself did not put there:

where would native = "true" come from? what would make it added to ui?

+7
source share
1 answer

Qt GUIs can be displayed in many topics. native="true" forces the application to use the operating system theme (on Linux, some QT applications look awful because they are not like other native applications).

+4
source

All Articles