自己開發了一個股票智能分析軟件,功能很強大,需要的點擊下面的鏈接獲取:
https://www.cnblogs.com/bclshuai/p/11380657.html
////訪問注冊表獲取播放器路徑
//QSettings reg("HKEY_CLASSES_ROOT\\btoolpplayerprotocol\\shell\\open\\command", QSettings::NativeFormat);
//QStringList keyList = reg.childKeys();
//QString location = "";
//遍歷查找key值
//foreach(QString key, keyList)
//{
// QString slocation = reg.value(key).toString();
// if (slocation!="" || slocation.contains("exe", Qt::CaseSensitive))
// {
// location = slocation;
// break;
// }
//}