mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-01-23 04:14:35 +08:00
update
This commit is contained in:
parent
62aead3855
commit
90809f5042
@ -180,7 +180,7 @@ bool FramelessEventFilter::nativeEventFilter(const QByteArray &eventType, void *
|
|||||||
*result = DefWindowProcW(hwnd, WM_NCACTIVATE, wParam, -1);
|
*result = DefWindowProcW(hwnd, WM_NCACTIVATE, wParam, -1);
|
||||||
return true;
|
return true;
|
||||||
}else if(uMsg == WM_GETMINMAXINFO){
|
}else if(uMsg == WM_GETMINMAXINFO){
|
||||||
#if QT_VERSION < QT_VERSION_CHECK(6,0,0)
|
#if QT_VERSION < QT_VERSION_CHECK(6,2,4)
|
||||||
MINMAXINFO* minmaxInfo = reinterpret_cast<MINMAXINFO *>(lParam);
|
MINMAXINFO* minmaxInfo = reinterpret_cast<MINMAXINFO *>(lParam);
|
||||||
auto pixelRatio = _helper->window->devicePixelRatio();
|
auto pixelRatio = _helper->window->devicePixelRatio();
|
||||||
auto geometry = _helper->window->screen()->availableGeometry();
|
auto geometry = _helper->window->screen()->availableGeometry();
|
||||||
|
@ -66,7 +66,7 @@ Rectangle{
|
|||||||
return true
|
return true
|
||||||
return count!==0
|
return count!==0
|
||||||
}
|
}
|
||||||
Text{
|
FluText{
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
color: Qt.rgba(1,1,1,1)
|
color: Qt.rgba(1,1,1,1)
|
||||||
visible: !isDot
|
visible: !isDot
|
||||||
|
@ -66,7 +66,7 @@ Rectangle{
|
|||||||
return true
|
return true
|
||||||
return count!==0
|
return count!==0
|
||||||
}
|
}
|
||||||
Text{
|
FluText{
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
color: Qt.rgba(1,1,1,1)
|
color: Qt.rgba(1,1,1,1)
|
||||||
visible: !isDot
|
visible: !isDot
|
||||||
|
Loading…
Reference in New Issue
Block a user