Init crash

This commit is contained in:
2025-08-31 00:03:00 +08:00
parent f9eaf6c084
commit fef67a02c9
5 changed files with 137 additions and 0 deletions

8
qt_dialog.h Normal file
View File

@@ -0,0 +1,8 @@
#pragma once
#include <QDialog>
class QtDialog : public QDialog {
Q_OBJECT
public:
QtDialog(QWidget* parent = nullptr);
};