Use separate window for viewing logs
Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
parent
1aa8d7bc13
commit
e4a801fdf7
8 changed files with 94 additions and 16 deletions
22
launcher/ui/dialogs/ViewLogDialog.h
Normal file
22
launcher/ui/dialogs/ViewLogDialog.h
Normal file
|
@ -0,0 +1,22 @@
|
|||
#pragma once
|
||||
|
||||
#include <QDialog>
|
||||
#include <QHash>
|
||||
|
||||
namespace Ui {
|
||||
class ViewLogDialog;
|
||||
}
|
||||
|
||||
class OtherLogsPage;
|
||||
|
||||
class ViewLogDialog : public QDialog {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ViewLogDialog(QWidget* parent = nullptr);
|
||||
~ViewLogDialog();
|
||||
|
||||
private:
|
||||
Ui::ViewLogDialog* ui;
|
||||
OtherLogsPage* m_page;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue