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.
Qt5 で生成された UI/フォーム ファイルは Qt4 と後方互換性がありますか? のように、ソース、ヘッダー、および UI ファイルを取得して、問題なく Qt4 で再コンパイルできますか?
Qt 5 で生成されたファイルには が含まれますが、これはもちろん Qt 4 では機能しません。uic#include <QtWidgets/QFoo>
uic
#include <QtWidgets/QFoo>
.uiそれとも、Qt Designer / Creator によって生成されたファイルについて話しているのですか? それらは代わりに変更なしで機能します (もちろん、Qt 5 のみまたは Qt 4 のみのクラスを使用するモジュロ)。
.ui