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.
MacでQImageを表示するという問題があります。
QImage image0("../Images/image0.png");
画像は Windows と Ubuntu で正常に表示されます。これは間違いなく ../ の問題です。Mac で完全なファイル パスを使用すると、画像が正しく表示されるためです (完全なファイル パスを使用したくありません)。
どんな助けでも大歓迎です、ありがとう。