first commit
This commit is contained in:
23
project/fm_viewer/ui/fm_systeminfo_dialog.h
Normal file
23
project/fm_viewer/ui/fm_systeminfo_dialog.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#ifndef FM_SYSTEMINFO_DIALOG_H
|
||||
#define FM_SYSTEMINFO_DIALOG_H
|
||||
|
||||
#if (SYSTEM_INFO_DIALOG)
|
||||
#include <QDialog>
|
||||
|
||||
class QPlainTextEdit;
|
||||
class QVBoxLayout;
|
||||
class FMSystemInfoDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
private:
|
||||
QPlainTextEdit* _text;
|
||||
QVBoxLayout* _layout;
|
||||
public:
|
||||
explicit FMSystemInfoDialog(QWidget *parent = nullptr,Qt::WindowFlags f= Qt::WindowTitleHint | Qt::Dialog | Qt::WindowCloseButtonHint | Qt::CustomizeWindowHint);
|
||||
|
||||
signals:
|
||||
|
||||
};
|
||||
#endif // SYSTEM_INFO_DIALOG
|
||||
|
||||
#endif // FM_SYSTEMINFO_DIALOG_H
|
||||
Reference in New Issue
Block a user