Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
helpwindow.h
Go to the documentation of this file.
1 #ifndef HELPWINDOW_H
2 #define HELPWINDOW_H
3 
4 #include <QDialog>
5 
6 class QShowEvent;
7 
8 class HelpWindow : public QDialog
9 {
10  Q_OBJECT
11 
12 public:
13  explicit HelpWindow(const QList<QAction*> &actions, QWidget *parent = nullptr);
14 
15 };
16 #endif
HelpWindow(const QList< QAction * > &actions, QWidget *parent=nullptr)
Definition: helpwindow.cpp:14