如何为Qt设置默认路径QtVariantPropertyManager

时间:2019-05-10 07:27:41

标签: c++ qt

嗨,我在Qt中创建了一个QtTreePropertyBrowser,并添加了一个'file'属性,如代码所示。它在ui中工作,并根据需要弹出文件浏览器框。问题是我不知道如何为文件浏览器设置默认路径。

QtTreePropertyBrowser *PropertyBrowser;

QtVariantPropertyManager *variantManager;

p=variantManager->addProperty(QtVariantPropertyManager::FileTypeId(),"OBS File");

variantManager->setAttribute(p,"regExp","*.*o");

PropertyBrowser->addProperty(p);

0 个答案:

没有答案