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.
我正在 SBC6000x 板上开发一个应用程序(使用 Linux 内核版本 2.6.24)。我正在使用 Qt 4.7.3 版。应用程序可执行文件大小约为 1.8 MB。
当我在板上加载应用程序时,大多数情况下它工作正常,但有几次屏幕被分成两部分(左和右)。
拆分后,左右部分交换。有趣的是,点击事件是根据原始屏幕(拆分前)处理的。
我读过,Qt 4.7.3 版本的显示存在问题,但无法弄清楚。
有什么可能的方法来处理这个问题?