From 53210079a70a9cc2a3593ca6f190acf38611c884 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Sun, 26 Dec 2021 15:23:53 +0800 Subject: Placeholder shows how name should be written --- main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.qml b/main.qml index f5f381a..6eb101c 100644 --- a/main.qml +++ b/main.qml @@ -31,7 +31,7 @@ ApplicationWindow { font.pointSize: 18 } emailTextField { - placeholderText: "Shop name" + placeholderText: "shopname" validator: RegularExpressionValidator { regularExpression: /[a-zA-Z0-9]+/ } -- cgit v1.3