style: format
This commit is contained in:
+8
-8
@@ -2,14 +2,14 @@ import QtQuick
|
||||
import QtQuick.Controls.Basic
|
||||
|
||||
Text {
|
||||
font.underline: true
|
||||
color: "blue"
|
||||
font.underline: true
|
||||
color: "blue"
|
||||
|
||||
signal clicked()
|
||||
signal clicked
|
||||
|
||||
MouseArea {
|
||||
id: mouseArea
|
||||
anchors.fill: parent
|
||||
onClicked: parent.clicked()
|
||||
}
|
||||
MouseArea {
|
||||
id: mouseArea
|
||||
anchors.fill: parent
|
||||
onClicked: parent.clicked()
|
||||
}
|
||||
}
|
||||
|
||||
+4
-4
@@ -107,10 +107,10 @@ AppWindow {
|
||||
}
|
||||
|
||||
AppLink {
|
||||
text: "flowy.live"
|
||||
onClicked: {
|
||||
Qt.openUrlExternally("https://flowy.live")
|
||||
}
|
||||
text: "flowy.live"
|
||||
onClicked: {
|
||||
Qt.openUrlExternally("https://flowy.live");
|
||||
}
|
||||
}
|
||||
|
||||
AppImage {
|
||||
|
||||
Reference in New Issue
Block a user