Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
` + aQKeyEvent::text()と入力すると、Linuxで1 つの空の文字列とàではなく、 1 つの空の文字列と 1 つの文字aが返される理由を知っている人はいますか? Windows では、これは正常に動作しているようです (Windows と Linux で同じアプリケーションを実行しています)。
QKeyEvent::text()
このクラスを介して押されたキーを処理しています。