Files
update-system/client/MainApp/MainWindow.h
T
2026-07-01 03:32:41 +00:00

11 lines
195 B
C++

#pragma once
#include <QWidget>
#include <QLabel>
#include <QVBoxLayout>
class MainWindow : public QWidget
{
Q_OBJECT
public:
explicit MainWindow(QWidget* parent = nullptr);
};