aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/components/designer/BorderItemSpecifics.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/components/designer/BorderItemSpecifics.qml')
-rw-r--r--src/imports/components/designer/BorderItemSpecifics.qml20
1 files changed, 16 insertions, 4 deletions
diff --git a/src/imports/components/designer/BorderItemSpecifics.qml b/src/imports/components/designer/BorderItemSpecifics.qml
index f5eea2b..2fe8e5e 100644
--- a/src/imports/components/designer/BorderItemSpecifics.qml
+++ b/src/imports/components/designer/BorderItemSpecifics.qml
@@ -42,14 +42,20 @@ Column {
caption: qsTr("Border Item")
SectionLayout {
- PropertyLabel { text: qsTr("Stroke color") }
+ PropertyLabel {
+ text: qsTr("Stroke color")
+ tooltip: qsTr("Sets the stroke color of the Border.")
+ }
ColorEditor {
backendValue: backendValues.strokeColor
supportGradient: false
}
- PropertyLabel { text: qsTr("Stroke width") }
+ PropertyLabel {
+ text: qsTr("Stroke width")
+ tooltip: qsTr("Sets the stroke thickness of the Border.")
+ }
SecondColumnLayout {
SpinBox {
@@ -100,7 +106,10 @@ Column {
caption: qsTr("Draw Edges")
SectionLayout {
- PropertyLabel { text: qsTr("Vertical") }
+ PropertyLabel {
+ text: qsTr("Vertical")
+ tooltip: qsTr("Toggles the top or bottom edges of the border.")
+ }
SecondColumnLayout {
CheckBox {
@@ -135,7 +144,10 @@ Column {
ExpandingSpacer {}
}
- PropertyLabel { text: qsTr("Horizontal") }
+ PropertyLabel {
+ text: qsTr("Horizontal")
+ tooltip: qsTr("Toggles the left or right edges of the border.")
+ }
SecondColumnLayout {
CheckBox {