【发布时间】:2020-07-02 15:52:49
【问题描述】:
【问题讨论】:
-
前缀是什么意思?你的意思是每次你想使用
PathButton,你想改用MyPrefix.PathButton? -
@JarMan,现在我的
main.qml上有import "Components",这样我就可以使用PathButton而无需任何前缀。如果我添加一个前缀,我想我必须将该导入语句更改为import "MyPrefix/Components"但我不确定这是否可行。
标签: qt qt-creator