mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-27 21:58:42 +08:00
Compare commits
No commits in common. "5fd934b5f53369e308e574cf085dc5c376a51fe0" and "41cbeef3fdbb7e6bddc2b2ef3a5d801ab076f45d" have entirely different histories.
5fd934b5f5
...
41cbeef3fd
@ -195,7 +195,8 @@ bool FluFrameless::nativeEventFilter(const QByteArray &eventType, void *message,
|
||||
if (0 != *result) {
|
||||
return true;
|
||||
}
|
||||
if(_hitAppBar()){
|
||||
auto aa = _hitAppBar();
|
||||
if(aa){
|
||||
*result = HTCAPTION;
|
||||
return true;
|
||||
}
|
||||
|
@ -47,8 +47,9 @@ private:
|
||||
bool _containsCursorToItem(QQuickItem* item);
|
||||
bool _hitAppBar();
|
||||
bool _hitMaximizeButton();
|
||||
private:
|
||||
qint64 _current;
|
||||
|
||||
private:
|
||||
int _edges = 0;
|
||||
int _margins = 8;
|
||||
QList<QPointer<QQuickItem>> _hitTestList;
|
||||
|
@ -3,7 +3,7 @@ import QtQuick.Controls 2.15
|
||||
import FluentUI 1.0
|
||||
|
||||
QtObject {
|
||||
property string key
|
||||
readonly property string key : FluTools.uuid()
|
||||
property int _idx
|
||||
property var _ext
|
||||
property var _parent
|
||||
@ -22,7 +22,4 @@ QtObject {
|
||||
property var extra
|
||||
property bool showEdit
|
||||
signal tap
|
||||
Component.onCompleted: {
|
||||
key = FluTools.uuid()
|
||||
}
|
||||
}
|
||||
|
@ -3,12 +3,9 @@ import QtQuick.Controls 2.15
|
||||
import FluentUI 1.0
|
||||
|
||||
QtObject {
|
||||
property string key
|
||||
readonly property string key : FluTools.uuid()
|
||||
property int _idx
|
||||
property var _ext
|
||||
property var _parent
|
||||
property bool visible: true
|
||||
Component.onCompleted: {
|
||||
key = FluTools.uuid()
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@ import QtQuick.Controls 2.15
|
||||
import FluentUI 1.0
|
||||
|
||||
FluObject {
|
||||
property string key
|
||||
readonly property string key : FluTools.uuid()
|
||||
property int _idx
|
||||
property bool visible: true
|
||||
property string title
|
||||
@ -15,7 +15,4 @@ FluObject {
|
||||
property Component iconDelegate
|
||||
property Component menuDelegate
|
||||
property Component editDelegate
|
||||
Component.onCompleted: {
|
||||
key = FluTools.uuid()
|
||||
}
|
||||
}
|
||||
|
@ -3,12 +3,9 @@ import QtQuick.Controls 2.15
|
||||
import FluentUI 1.0
|
||||
|
||||
QtObject {
|
||||
property string key
|
||||
readonly property string key : FluTools.uuid()
|
||||
property int _idx
|
||||
property bool visible: true
|
||||
property string title
|
||||
property var parent
|
||||
Component.onCompleted: {
|
||||
key = FluTools.uuid()
|
||||
}
|
||||
}
|
||||
|
@ -3,13 +3,10 @@ import QtQuick.Controls 2.15
|
||||
import FluentUI 1.0
|
||||
|
||||
QtObject {
|
||||
property string key
|
||||
readonly property string key : FluTools.uuid()
|
||||
property int _idx
|
||||
property bool visible: true
|
||||
property var parent
|
||||
property real spacing
|
||||
property int size:1
|
||||
Component.onCompleted: {
|
||||
key = FluTools.uuid()
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@ import QtQuick.Controls
|
||||
import FluentUI
|
||||
|
||||
QtObject {
|
||||
property string key
|
||||
readonly property string key : FluTools.uuid()
|
||||
property int _idx
|
||||
property var _ext
|
||||
property var _parent
|
||||
@ -22,7 +22,4 @@ QtObject {
|
||||
property var extra
|
||||
property bool showEdit
|
||||
signal tap
|
||||
Component.onCompleted: {
|
||||
key = FluTools.uuid()
|
||||
}
|
||||
}
|
||||
|
@ -3,12 +3,9 @@ import QtQuick.Controls
|
||||
import FluentUI
|
||||
|
||||
QtObject {
|
||||
property string key
|
||||
readonly property string key : FluTools.uuid()
|
||||
property int _idx
|
||||
property var _ext
|
||||
property var _parent
|
||||
property bool visible: true
|
||||
Component.onCompleted: {
|
||||
key = FluTools.uuid()
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@ import QtQuick.Controls
|
||||
import FluentUI
|
||||
|
||||
FluObject {
|
||||
property string key
|
||||
readonly property string key : FluTools.uuid()
|
||||
property int _idx
|
||||
property bool visible: true
|
||||
property string title
|
||||
@ -15,7 +15,4 @@ FluObject {
|
||||
property Component iconDelegate
|
||||
property Component menuDelegate
|
||||
property Component editDelegate
|
||||
Component.onCompleted: {
|
||||
key = FluTools.uuid()
|
||||
}
|
||||
}
|
||||
|
@ -3,12 +3,9 @@ import QtQuick.Controls
|
||||
import FluentUI
|
||||
|
||||
QtObject {
|
||||
property string key
|
||||
readonly property string key : FluTools.uuid()
|
||||
property int _idx
|
||||
property bool visible: true
|
||||
property string title
|
||||
property var parent
|
||||
Component.onCompleted: {
|
||||
key = FluTools.uuid()
|
||||
}
|
||||
}
|
||||
|
@ -3,13 +3,10 @@ import QtQuick.Controls
|
||||
import FluentUI
|
||||
|
||||
QtObject {
|
||||
property string key
|
||||
readonly property string key : FluTools.uuid()
|
||||
property int _idx
|
||||
property bool visible: true
|
||||
property var parent
|
||||
property real spacing
|
||||
property int size:1
|
||||
Component.onCompleted: {
|
||||
key = FluTools.uuid()
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,5 @@
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Controls.Basic
|
||||
import FluentUI
|
||||
|
||||
Page {
|
||||
|
Loading…
Reference in New Issue
Block a user