This commit is contained in:
朱子楚\zhuzi 2023-09-29 18:15:24 +08:00
parent d65d6fbbac
commit c048336de1
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@ FluPopup {
property string neutralText: "Neutral"
property string negativeText: "Negative"
property string positiveText: "Positive"
property alias messageTextFormart: text_message.textFormat
property int delayTime: 100
signal neutralClicked
signal negativeClicked
@ -44,6 +45,7 @@ FluPopup {
Flickable{
id:sroll_message
contentWidth: width
clip: true
anchors{
top:text_title.bottom
left: parent.left

View File

@ -11,6 +11,7 @@ FluPopup {
property string neutralText: "Neutral"
property string negativeText: "Negative"
property string positiveText: "Positive"
property alias messageTextFormart: text_message.textFormat
property int delayTime: 100
signal neutralClicked
signal negativeClicked
@ -44,6 +45,7 @@ FluPopup {
Flickable{
id:sroll_message
contentWidth: width
clip: true
anchors{
top:text_title.bottom
left: parent.left