mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-15 03:22:04 +08:00
优化对话框
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
#define MAINWINDOW_H
|
||||
|
||||
#include <DMainWindow>
|
||||
using namespace Dtk::Widget;
|
||||
#include <qtermwidget5/qtermwidget.h>
|
||||
DWIDGET_USE_NAMESPACE
|
||||
QT_BEGIN_NAMESPACE
|
||||
namespace Ui { class MainWindow; }
|
||||
QT_END_NAMESPACE
|
||||
@@ -19,6 +20,7 @@ private slots:
|
||||
void on_installPath_clicked();
|
||||
|
||||
private:
|
||||
QTermWidget *terminal = new QTermWidget(0);
|
||||
Ui::MainWindow *ui;
|
||||
};
|
||||
#endif // MAINWINDOW_H
|
||||
|
||||
Reference in New Issue
Block a user