支持qemu+vbox

This commit is contained in:
2023-04-08 11:07:42 +08:00
parent 8a061efa2b
commit 002a6e309d
5 changed files with 201 additions and 75 deletions

View File

@@ -10,7 +10,7 @@ class buildvbox
{
// Q_OBJECT
public:
buildvbox(QString isoPath, int id=0);
buildvbox(QString isoPath, int id=0, int vm=0);
void CleanScreen();
QString GetNet();
int Download(QString url, QString path, QString fileName);