This commit is contained in:
zhuzihcu
2023-06-12 17:04:35 +08:00
parent 31bdea8d44
commit e651b731cf
3 changed files with 13 additions and 2 deletions

View File

@ -13,7 +13,6 @@ FRAMELESSHELPER_USE_NAMESPACE
int main(int argc, char *argv[])
{
//将样式设置为Basic不然会导致组件显示异常
// qputenv("QT_FONT_DPI","1");
qputenv("QT_QUICK_CONTROLS_STYLE","Basic");
FramelessHelper::Quick::initialize();
QGuiApplication::setOrganizationName("ZhuZiChu");