VD
Size: a a a
VD
R
m
R
m
VD
R
m
R
VD
R
else
{
QMessageBox::warning(this, "Информация", "Файл не найден! Создается новый!");
QString loc = QStandardPaths::writableLocation(QStandardPaths::ConfigLocation);
QFile note_file(loc + "/note_morningstar.txt");
note_file.open(QIODevice::WriteOnly);
note_file.close();
}
m
R
VD
p
VD
m
VD
R
R