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.
我有一个 1024x768 Qt3 应用程序,想在较小的平板显示器上运行它。有没有办法缩小应用程序窗口,以适应显示?我的意思是:不是逐个小部件调整小部件的大小,而是在非常低的级别,逐帧调整,就好像它是一个视频一样。显然,窗口应该响应鼠标和键盘。谢谢!约翰
您可以在平板电脑上启动运行 qt3 应用程序的 x11vnc 服务器和 vnc 客户端
x11vnc -id qt3_app_window_id -scale required_scale -geometry 1024x768