This repository has been archived on 2022-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
modern-linbo-gui/headers/linbostartpage.h

20 lines
292 B
C++

#ifndef LINBOGUISTARTPAGE_H
#define LINBOGUISTARTPAGE_H
#include <QObject>
#include <QWidget>
#include "linboosselectbutton.h"
class linboStartPage : public QWidget
{
Q_OBJECT
public:
explicit linboStartPage(QWidget *parent = nullptr);
signals:
};
#endif // LINBOGUISTARTPAGE_H