历史记录的初步读取

This commit is contained in:
2024-01-01 17:33:09 +08:00
parent b6d435def7
commit 8e9489b7f7
2 changed files with 70 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ public:
void CheckWine();
QString get_home();
QString readtxt(QString path);
void write_txt(QString path, QString things);
QByteArray readtxtByte(QString path);
private:
QString homePath = QDir::homePath();
@@ -30,5 +32,6 @@ private:
QStringList isoPathFound;
QMap<QString, QString> setting;
};
#endif // MAINWINDOW_H