Home
last modified time | relevance | path

Searched refs:ImhLowercaseOnly (Results 1 – 25 of 182) sorted by path

12345678

/dports/chinese/fcitx/fcitx-4.2.9.7/src/frontend/qt/
H A Dqfcitxinputcontext.cpp179 CHECK_HINTS(Qt::ImhLowercaseOnly, CAPACITY_LOWERCASE) in update()
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/sip/QtCore/
H A Dqnamespace.sip1548 ImhLowercaseOnly,
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/sip/QtCore/
H A Dqnamespace.sip1548 ImhLowercaseOnly,
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/global/
H A Dqnamespace.h1563 ImhLowercaseOnly = 0x80000, in QT_MODULE() enumerator
H A Dqnamespace.qdoc2608 \value ImhLowercaseOnly Only lower case letter input is allowed.
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/inputmethod/
H A Dqcoefepinputcontext_s60.cpp1208 …const bool anytextmodes = hints & (ImhUppercaseOnly | ImhLowercaseOnly | ImhEmailCharactersOnly | … in applyHints()
1229 } else if (hints & ImhPreferLowercase && !(hints & ImhLowercaseOnly)) { in applyHints()
1234 if (hints & ImhLowercaseOnly) { in applyHints()
1287 if (hints & ImhLowercaseOnly) { in applyHints()
1309 if (hints & ImhUppercaseOnly && !(hints & ImhLowercaseOnly) in applyHints()
1310 || hints & ImhLowercaseOnly && !(hints & ImhUppercaseOnly)) { in applyHints()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qinputcontext/
H A Dtst_qinputcontext.cpp805 << Qt::InputMethodHints(Qt::ImhNoPredictiveText | Qt::ImhLowercaseOnly) in Q_DECLARE_METATYPE()
945 << Qt::InputMethodHints(Qt::ImhLowercaseOnly) in Q_DECLARE_METATYPE()
967 << Qt::InputMethodHints(Qt::ImhLowercaseOnly) in Q_DECLARE_METATYPE()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/manual/inputmethodhints/
H A Dinputmethodhints.cpp82 flags |= Qt::ImhLowercaseOnly; in checkboxChanged()
/dports/databases/py-qt5-sql/PyQt5-5.15.4/sip/QtCore/
H A Dqnamespace.sip1548 ImhLowercaseOnly,
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/android/jar/src/org/qtproject/qt5/android/
H A DQtActivityDelegate.java212 private final int ImhLowercaseOnly = 0x80000; field in QtActivityDelegate
364 … } else if ((inputHints & ImhLowercaseOnly) == 0 && (inputHints & ImhNoAutoUppercase) == 0) { in showSoftwareKeyboard()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnamespace.h1465 ImhLowercaseOnly = 0x80000, enumerator
H A Dqnamespace.qdoc2682 \value ImhLowercaseOnly Only lower case letter input is allowed.
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platforms/android/
H A Dqandroidinputcontext.cpp1234 …if (atWordBoundary && !(qtInputMethodHints & Qt::ImhLowercaseOnly) && !(qtInputMethodHints & Qt::I… in getCursorCapsMode()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/android/jar/src/org/qtproject/qt5/android/
H A DQtActivityDelegate.java212 private final int ImhLowercaseOnly = 0x80000; field in QtActivityDelegate
364 … } else if ((inputHints & ImhLowercaseOnly) == 0 && (inputHints & ImhNoAutoUppercase) == 0) { in showSoftwareKeyboard()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnamespace.h1465 ImhLowercaseOnly = 0x80000, enumerator
H A Dqnamespace.qdoc2682 \value ImhLowercaseOnly Only lower case letter input is allowed.
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/plugins/platforms/android/
H A Dqandroidinputcontext.cpp1234 …if (atWordBoundary && !(qtInputMethodHints & Qt::ImhLowercaseOnly) && !(qtInputMethodHints & Qt::I… in getCursorCapsMode()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/android/jar/src/org/qtproject/qt5/android/
H A DQtActivityDelegate.java212 private final int ImhLowercaseOnly = 0x80000; field in QtActivityDelegate
364 … } else if ((inputHints & ImhLowercaseOnly) == 0 && (inputHints & ImhNoAutoUppercase) == 0) { in showSoftwareKeyboard()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnamespace.h1465 ImhLowercaseOnly = 0x80000, enumerator
H A Dqnamespace.qdoc2682 \value ImhLowercaseOnly Only lower case letter input is allowed.
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/plugins/platforms/android/
H A Dqandroidinputcontext.cpp1234 …if (atWordBoundary && !(qtInputMethodHints & Qt::ImhLowercaseOnly) && !(qtInputMethodHints & Qt::I… in getCursorCapsMode()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/android/jar/src/org/qtproject/qt5/android/
H A DQtActivityDelegate.java212 private final int ImhLowercaseOnly = 0x80000; field in QtActivityDelegate
364 … } else if ((inputHints & ImhLowercaseOnly) == 0 && (inputHints & ImhNoAutoUppercase) == 0) { in showSoftwareKeyboard()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnamespace.h1465 ImhLowercaseOnly = 0x80000, enumerator
H A Dqnamespace.qdoc2682 \value ImhLowercaseOnly Only lower case letter input is allowed.
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/platforms/android/
H A Dqandroidinputcontext.cpp1234 …if (atWordBoundary && !(qtInputMethodHints & Qt::ImhLowercaseOnly) && !(qtInputMethodHints & Qt::I… in getCursorCapsMode()

12345678