FluWindowd新增launchMode枚举值,支持Standard、SingleTask、SingleInstance

This commit is contained in:
zhuzihcu
2023-04-13 17:41:34 +08:00
parent f43bfec992
commit ab0fcf5d9c
4 changed files with 37 additions and 3 deletions

View File

@ -3,6 +3,7 @@ CONFIG += c++17
DEFINES += QT_DEPRECATED_WARNINGS QT_NO_WARNING_OUTPUT
HEADERS += \
stdafx.h \
ChatController.h \
AppInfo.h

View File

@ -13,6 +13,7 @@ FluWindow {
minimumHeight: 600
maximumWidth: 500
maximumHeight: 600
launchMode: FluWindow.SingleTask
title:"关于"