mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 02:52:03 +08:00
lots of
This commit is contained in:
16
VM-source/vbox.h
Normal file
16
VM-source/vbox.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef VBOX_H
|
||||
#define VBOX_H
|
||||
#include <QString>
|
||||
|
||||
class vbox
|
||||
{
|
||||
public:
|
||||
vbox(QString name, QString managerPath="VBoxManage");
|
||||
private:
|
||||
// 虚拟机信息
|
||||
QString name;
|
||||
QString managerPath;
|
||||
QString vboxVersion;
|
||||
};
|
||||
|
||||
#endif // VBOX_H
|
||||
Reference in New Issue
Block a user