diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-08 11:21:11 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-08 11:21:11 +0200 |
commit | 2adb0ca74ac2a3f993824ea86e9a3233dcacb9e5 (patch) | |
tree | f7c4d31ac12c436760a872c86d8f8605c0e357e0 /framework/qmldir | |
parent | 6f4e9230a88bc2262a1093ae9f2507f1160bff54 (diff) | |
download | kube-2adb0ca74ac2a3f993824ea86e9a3233dcacb9e5.tar.gz kube-2adb0ca74ac2a3f993824ea86e9a3233dcacb9e5.zip |
RequiredTextField with some basic validation
Diffstat (limited to 'framework/qmldir')
-rw-r--r-- | framework/qmldir | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qmldir b/framework/qmldir index 6b3f355c..461bd653 100644 --- a/framework/qmldir +++ b/framework/qmldir | |||
@@ -24,6 +24,7 @@ CheckBox 1.0 CheckBox.qml | |||
24 | PositiveButton 1.0 PositiveButton.qml | 24 | PositiveButton 1.0 PositiveButton.qml |
25 | TextButton 1.0 TextButton.qml | 25 | TextButton 1.0 TextButton.qml |
26 | TextField 1.0 TextField.qml | 26 | TextField 1.0 TextField.qml |
27 | RequiredTextField 1.0 RequiredTextField.qml | ||
27 | PasswordField 1.0 PasswordField.qml | 28 | PasswordField 1.0 PasswordField.qml |
28 | TextArea 1.0 TextArea.qml | 29 | TextArea 1.0 TextArea.qml |
29 | TextEditor 1.0 TextEditor.qml | 30 | TextEditor 1.0 TextEditor.qml |