Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
Main Page
Namespaces
Classes
Files
File List
File Members
client
informationdialog
informationdialog.h
Go to the documentation of this file.
1
#ifndef INFORMATION_DIALOG_H
2
#define INFORMATION_DIALOG_H
3
4
#include <QDialog>
5
6
class
QLayout;
7
class
QFormLayout;
8
class
QLabel
;
9
10
class
InformationDialog
:
public
QDialog
11
{
12
Q_OBJECT
13
14
private
:
15
QLayout*
_layout
;
16
QFormLayout*
_tableLayout
;
17
QLabel
*
_lblTitle
;
18
QWidget
*
_tableWidget
;
19
20
void
initTable
();
21
22
public
:
23
explicit
InformationDialog
();
24
25
};
26
27
#endif
QDialog
InformationDialog
Definition:
informationdialog.h:10
QWidget
InformationDialog::InformationDialog
InformationDialog()
Definition:
informationdialog.cpp:11
InformationDialog::_tableWidget
QWidget * _tableWidget
Definition:
informationdialog.h:18
InformationDialog::_lblTitle
QLabel * _lblTitle
Definition:
informationdialog.h:17
InformationDialog::_tableLayout
QFormLayout * _tableLayout
Definition:
informationdialog.h:16
InformationDialog::_layout
QLayout * _layout
Definition:
informationdialog.h:15
QLabel
InformationDialog::initTable
void initTable()
Definition:
informationdialog.cpp:33
Generated on Tue Jul 9 2024 12:00:03 for Pool Video Switch v2 by
1.8.8