嗨,我在Qt中创建了一个QtTreePropertyBrowser
,并添加了一个'file'属性,如代码所示。它在ui中工作,并根据需要弹出文件浏览器框。问题是我不知道如何为文件浏览器设置默认路径。
QtTreePropertyBrowser *PropertyBrowser;
QtVariantPropertyManager *variantManager;
p=variantManager->addProperty(QtVariantPropertyManager::FileTypeId(),"OBS File");
variantManager->setAttribute(p,"regExp","*.*o");
PropertyBrowser->addProperty(p);