SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
sdrgui
gui
channelwindow.h
Go to the documentation of this file.
1
#ifndef INCLUDE_CHANNELWINDOW_H
2
#define INCLUDE_CHANNELWINDOW_H
3
4
#include <QScrollArea>
5
6
#include "
export.h
"
7
8
class
QBoxLayout;
9
class
QSpacerItem;
10
class
RollupWidget
;
11
12
class
SDRGUI_API
ChannelWindow
:
public
QScrollArea {
13
Q_OBJECT
14
15
public
:
16
ChannelWindow
(QWidget* parent = NULL);
17
18
void
addRollupWidget(QWidget* rollupWidget);
19
20
protected
:
21
QWidget*
m_container
;
22
QBoxLayout*
m_layout
;
23
24
void
resizeEvent(QResizeEvent* event);
25
};
26
27
#endif // INCLUDE_CHANNELWINDOW_H
ChannelWindow
Definition:
channelwindow.h:12
export.h
SDRGUI_API
#define SDRGUI_API
Definition:
export.h:52
ChannelWindow::m_container
QWidget * m_container
Definition:
channelwindow.h:21
ChannelWindow::m_layout
QBoxLayout * m_layout
Definition:
channelwindow.h:22
RollupWidget
Definition:
rollupwidget.h:7
Generated on Fri Aug 2 2019 17:56:33 for SDRAngel by
1.8.13