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.
或者我如何将 .qm 文件嵌入到我的应用程序中?
我正在使用 qt-creator。
谢谢。
qembed 工具已被Qt 资源系统淘汰。
I have created a property to a custom windows form I made.
private List<object> values; public List<object> Values { get { return values; }