Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. MacOS QML TextField with Password echo mode allows non-ascii IME input
Forum Updated to NodeBB v4.3 + New Features

MacOS QML TextField with Password echo mode allows non-ascii IME input

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 181 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jeffkim
    wrote on 5 Sept 2022, 07:25 last edited by jeffkim 9 May 2022, 07:31
    #1

    스크린샷 2022-09-05 오후 4.05.48.png
    Hi. I recently ran into a strange problem while coding.( I am Korean)
    QML TextField echoMode: TextInput.Password.

    Windows platform not allows non-ascii IME input.
    but MacOS platform allows non-ascii IME input.

    why?
    echoMode: TextInput.Password, is Properties Windows platform specific? Or am I missing a setting?

    I hope MacOS platform not allows non-ascii IME input.
    help me please...!

    Window {
    visible: true
    width: 640
    height: 480
    title: "window"

    Column {
    width: parent.width
    height: parent.height
    spacing: 10

    TextField {
    id: test
    echoMode: TextInput.Password
    width: 200
    }
    Text {
    id: test2
    width: 200
    text: test.text
    }
    }
    }

    1 Reply Last reply
    0

    1/1

    5 Sept 2022, 07:25

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved