标签:style color string rgb c table
voidinitDir()
{
QStringuserFilePath=QStandardPaths::writableLocation(QStandardPaths::DocumentsLocation)+"/Mysoft";
QDir*doc=newQDir;
if(!doc->exists(userFilePath))
doc->mkdir(userFilePath);
}
标签:style color string rgb c table
原文地址:http://www.cnblogs.com/lvdongjie/p/3706139.html