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.
私は Qt で触覚アプリケーションをプログラミングしており、仮想キーボード「osk」を使用して、ユーザーがテキストを入力できるようにしています。このコードで「osk」を起動します
QProcess process; process.start("osk.exe");
私が抱えている問題は、アプリのサイズが限られていることです。そのため、キーボードを移動してアプリの中央に配置したいと考えています。好きなように動かせますか?