aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/designer/ControlSection.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/controls/designer/ControlSection.qml')
-rw-r--r--src/imports/controls/designer/ControlSection.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/imports/controls/designer/ControlSection.qml b/src/imports/controls/designer/ControlSection.qml
index 7c53ac73..31780129 100644
--- a/src/imports/controls/designer/ControlSection.qml
+++ b/src/imports/controls/designer/ControlSection.qml
@@ -34,9 +34,9 @@
**
****************************************************************************/
-import QtQuick 2.12
-import HelperWidgets 2.0
-import QtQuick.Layouts 1.12
+import QtQuick
+import HelperWidgets
+import QtQuick.Layouts
Section {
caption: qsTr("Control")
@@ -69,7 +69,7 @@ Section {
Label {
text: qsTr("Hover")
- tooltip: qsTr("Whether control accepts hover evets.")
+ tooltip: qsTr("Whether control accepts hover events.")
}
SecondColumnLayout {
CheckBox {
@@ -95,7 +95,7 @@ Section {
Label {
text: qsTr("Wheel")
- tooltip: qsTr("Whether control accepts wheel evets.")
+ tooltip: qsTr("Whether control accepts wheel events.")
}
SecondColumnLayout {
CheckBox {