forked from qt-creator/qt-creator
Update missing InputMethodHint values
More values has been added to qnamespace.h that were missing from this qmltypes file. Task-number: QTCREATORBUG-22231 Change-Id: I36eb32b70c2bb416ec3770bfe9098e6db7a10930 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -4343,11 +4343,18 @@ Module {
|
|||||||
values: {
|
values: {
|
||||||
"ImhNone": 0,
|
"ImhNone": 0,
|
||||||
"ImhHiddenText": 1,
|
"ImhHiddenText": 1,
|
||||||
"ImhNoAutoUppercase": 2,
|
"ImhSensitiveData": 2,
|
||||||
"ImhPreferNumbers": 4,
|
"ImhNoAutoUppercase": 4,
|
||||||
"ImhPreferUppercase": 8,
|
"ImhPreferNumbers": 8,
|
||||||
"ImhPreferLowercase": 16,
|
"ImhPreferUppercase": 16,
|
||||||
"ImhNoPredictiveText": 32,
|
"ImhPreferLowercase": 32,
|
||||||
|
"ImhNoPredictiveText": 64,
|
||||||
|
"ImhDate": 128,
|
||||||
|
"ImhTime": 256,
|
||||||
|
"ImhPreferLatin": 512,
|
||||||
|
"ImhMultiLine": 1024,
|
||||||
|
"ImhNoEditMenu": 2048,
|
||||||
|
"ImhNoTextHandles": 4096,
|
||||||
"ImhDigitsOnly": 65536,
|
"ImhDigitsOnly": 65536,
|
||||||
"ImhFormattedNumbersOnly": 131072,
|
"ImhFormattedNumbersOnly": 131072,
|
||||||
"ImhUppercaseOnly": 262144,
|
"ImhUppercaseOnly": 262144,
|
||||||
@@ -4355,6 +4362,7 @@ Module {
|
|||||||
"ImhDialableCharactersOnly": 1048576,
|
"ImhDialableCharactersOnly": 1048576,
|
||||||
"ImhEmailCharactersOnly": 2097152,
|
"ImhEmailCharactersOnly": 2097152,
|
||||||
"ImhUrlCharactersOnly": 4194304,
|
"ImhUrlCharactersOnly": 4194304,
|
||||||
|
"ImhLatinOnly": 8388608,
|
||||||
"ImhExclusiveInputMask": -65536
|
"ImhExclusiveInputMask": -65536
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -4363,11 +4371,18 @@ Module {
|
|||||||
values: {
|
values: {
|
||||||
"ImhNone": 0,
|
"ImhNone": 0,
|
||||||
"ImhHiddenText": 1,
|
"ImhHiddenText": 1,
|
||||||
"ImhNoAutoUppercase": 2,
|
"ImhSensitiveData": 2,
|
||||||
"ImhPreferNumbers": 4,
|
"ImhNoAutoUppercase": 4,
|
||||||
"ImhPreferUppercase": 8,
|
"ImhPreferNumbers": 8,
|
||||||
"ImhPreferLowercase": 16,
|
"ImhPreferUppercase": 16,
|
||||||
"ImhNoPredictiveText": 32,
|
"ImhPreferLowercase": 32,
|
||||||
|
"ImhNoPredictiveText": 64,
|
||||||
|
"ImhDate": 128,
|
||||||
|
"ImhTime": 256,
|
||||||
|
"ImhPreferLatin": 512,
|
||||||
|
"ImhMultiLine": 1024,
|
||||||
|
"ImhNoEditMenu": 2048,
|
||||||
|
"ImhNoTextHandles": 4096,
|
||||||
"ImhDigitsOnly": 65536,
|
"ImhDigitsOnly": 65536,
|
||||||
"ImhFormattedNumbersOnly": 131072,
|
"ImhFormattedNumbersOnly": 131072,
|
||||||
"ImhUppercaseOnly": 262144,
|
"ImhUppercaseOnly": 262144,
|
||||||
@@ -4375,6 +4390,7 @@ Module {
|
|||||||
"ImhDialableCharactersOnly": 1048576,
|
"ImhDialableCharactersOnly": 1048576,
|
||||||
"ImhEmailCharactersOnly": 2097152,
|
"ImhEmailCharactersOnly": 2097152,
|
||||||
"ImhUrlCharactersOnly": 4194304,
|
"ImhUrlCharactersOnly": 4194304,
|
||||||
|
"ImhLatinOnly": 8388608,
|
||||||
"ImhExclusiveInputMask": -65536
|
"ImhExclusiveInputMask": -65536
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user