mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-04 17:15:29 +08:00
update
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import QtQuick 2.15
|
||||
import QtQuick.Controls 2.15
|
||||
import QtQuick.Layouts 1.15
|
||||
import QtQuick.Window 2.15
|
||||
import FluentUI 1.0
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
import QtQuick.Window
|
||||
import FluentUI
|
||||
|
||||
Rectangle {
|
||||
|
||||
@ -101,9 +101,8 @@ Rectangle {
|
||||
|
||||
Popup{
|
||||
id:popup
|
||||
width: container.width
|
||||
height: container.height
|
||||
contentItem: Item{}
|
||||
width: 300
|
||||
height: 340
|
||||
modal: true
|
||||
dim:false
|
||||
enter: Transition {
|
||||
@ -120,12 +119,12 @@ Rectangle {
|
||||
duration: 150
|
||||
}
|
||||
}
|
||||
background: Rectangle{
|
||||
background:Item{}
|
||||
contentItem: Rectangle{
|
||||
id:container
|
||||
width: 300
|
||||
anchors.fill: parent
|
||||
radius: 4
|
||||
color: FluTheme.dark ? Qt.rgba(51/255,48/255,48/255,1) : Qt.rgba(248/255,250/255,253/255,1)
|
||||
height: 340
|
||||
MouseArea{
|
||||
anchors.fill: parent
|
||||
}
|
||||
|
Reference in New Issue
Block a user