deep-wine-runner/VM-source/buildvbox.h

22 lines
376 B
C
Raw Normal View History

2023-04-05 16:09:58 +08:00
/*
2023-04-24 21:49:18 +08:00
* gfdgd xi
2023-04-05 16:09:58 +08:00
* GPLV3
*/
2023-02-07 22:12:05 +08:00
#ifndef BUILDVBOX_H
#define BUILDVBOX_H
#include <QString>
class buildvbox
{
// Q_OBJECT
public:
2023-04-08 11:07:42 +08:00
buildvbox(QString isoPath, int id=0, int vm=0);
2023-02-07 22:12:05 +08:00
void CleanScreen();
QString GetNet();
2023-03-04 11:48:45 +08:00
int Download(QString url, QString path, QString fileName);
2023-08-09 22:19:56 +08:00
int GetCPUSocket();
int GetCPUCore();
2023-02-07 22:12:05 +08:00
};
#endif // BUILDVBOX_H