From ace3d4f00e11dab86c60533542f70eaac52f9988 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Mon, 12 Apr 2021 14:05:47 +0200 Subject: [PATCH] Document new InputMethodQuery enum value This amends c80f262258b7846bf199887bcfdbb6dcfda6ad6f. Change-Id: Iec8a8f5ce50fdf0ba371a287f243186b2435e594 Reviewed-by: Liang Qi Reviewed-by: Piotr Mikolajczyk Reviewed-by: Paul Wicking --- src/corelib/global/qnamespace.qdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc index c100a7996c..411ee30424 100644 --- a/src/corelib/global/qnamespace.qdoc +++ b/src/corelib/global/qnamespace.qdoc @@ -2676,6 +2676,7 @@ \value ImInputItemClipRectangle The actual exposed input item rectangle. Parts of the input item might be clipped. This value will take clipping into consideration and return the actual painted item rectangle. The rectangle is in widget coordinates. + \value ImReadOnly The widget is read only. This value was added in Qt 6.2. Masks: