Qt designer预览和程序实际运行效果不一样
用Qt designer工具,发现预览界面和程序实际运行结果不一样,实际运行的窗口很丑,谷歌搜索了一圈无果,有人说在命令行加-style参数指定风格,但发现不行
在designer里选择窗体->预览于可以选择不同的展示风格 跟启动的时候设置 -style参数是一致的
预览时可以选择style
Setting a Style
The style of the entire application can be set using the QApplication::setStyle() function. It can also be specified by the user of the application, using the -style command-line option:
./myapplication -style motif
If no style is specified, Qt will choose the most appropriate style for the user's platform or desktop environment.
A style can also be set on an individual widget using the QWidget::setStyle() function.
我这边是可以的 如果不行 你就试试 QApplication::setStyle()