Files
update-client/MainApp/MainWindow.h
T

11 lines
195 B
C++
Raw Normal View History

2026-07-09 09:17:30 +00:00
#pragma once
#include <QWidget>
#include <QLabel>
#include <QVBoxLayout>
class MainWindow : public QWidget
{
Q_OBJECT
public:
explicit MainWindow(QWidget* parent = nullptr);
};