mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 04:42:03 +08:00
beta3更新
This commit is contained in:
22
outputwindow.h
Normal file
22
outputwindow.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#ifndef OUTPUTWINDOW_H
|
||||
#define OUTPUTWINDOW_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class outputwindow;
|
||||
}
|
||||
|
||||
class outputwindow : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit outputwindow(QWidget *parent = nullptr);
|
||||
~outputwindow();
|
||||
void setoutput(QString);
|
||||
private:
|
||||
Ui::outputwindow *ui;
|
||||
};
|
||||
|
||||
#endif // OUTPUTWINDOW_H
|
||||
Reference in New Issue
Block a user