main
朱子楚\zhuzi 2023-03-28 13:01:28 +08:00
parent 6174cbc2a4
commit e7f6ad8b26
3 changed files with 1 additions and 8 deletions

View File

@ -37,6 +37,7 @@ SOURCES += \
qml_plugin.cpp \
win32 {
LIBS += -ldwmapi -luser32
SOURCES += \
FramelessView_win.cpp
} else {

View File

@ -6,16 +6,10 @@
#include <FluTheme.h>
#include <QTimer>
#include <VersionHelpers.h>
#include <WinUser.h>
#include <dwmapi.h>
#include <objidl.h>
#include <windows.h>
#include <windowsx.h>
#include <wtypes.h>
#pragma comment(lib, "Dwmapi.lib")
#pragma comment(lib, "User32.lib")
#pragma comment(lib, "Gdi32.lib")
static bool isMaxWin(QWindow* win)
{

View File

@ -2,7 +2,6 @@
import QtQuick.Window 2.15
import QtQuick.Controls 2.15
import QtQuick.Layouts 1.15
import FluentUI 1.0
Item {
@ -169,7 +168,6 @@ Item {
}
}
RowLayout{
id:layout_actions
anchors{