what does native="true" stand for in a Qt designer form

I am doing a diff between 2 project versions and noticed that some of the ui files have extra attributes in the xml that I have not put there myself:

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


Qt GUIs can be displayed in many themes. native="true" forces the application to use the operating system's theme (on Linux, some QT apps look terrible because they don't look like the rest of the native apps).

链接地址: http://www.djcxy.com/p/52928.html

上一篇: 如何将表视图“连接”到视图控制器

下一篇: 在Qt设计器表单中,native =“true”代表什么?