mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-15 11:32:03 +08:00
实现应用安装以及对话框显示安装结果的功能
This commit is contained in:
@@ -12,9 +12,11 @@ public:
|
||||
InstallDEB(QTermWidget *terminal, DMainWindow *mainWindow = NULL);
|
||||
void AddCommand(QString command);
|
||||
void RunCommand(bool withRoot=false);
|
||||
void SetCommandAfterRootRun(QString command);
|
||||
QStringList commandList;
|
||||
private:
|
||||
QTermWidget *terminal;
|
||||
QString commandAfterRootRun;
|
||||
DMainWindow *mainWindow = NULL;
|
||||
bool runStatus;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user