CCIMXDesktop
Loading...
Searching...
No Matches
InfoWidget.h
1
#ifndef INFOWIDGET_H
2
#define INFOWIDGET_H
3
#include <QWidget>
4
class
QLabel;
5
class
QListWidget;
6
class
QTableWidget;
7
8
class
InfoWidget
:
public
QWidget {
9
Q_OBJECT
10
public
:
11
explicit
InfoWidget
(QWidget* parent =
nullptr
);
12
13
public
slots:
14
void
show_current_port(
const
int
port);
15
16
private
:
17
QLabel* nameLabel {
nullptr
};
18
QLabel* ipLabel {
nullptr
};
19
QLabel* portTitle {
nullptr
};
20
QTableWidget* infoTable {
nullptr
};
21
QListWidget* portList {
nullptr
};
22
};
23
24
#endif
// INFOWIDGET_H
InfoWidget
Definition
InfoWidget.h:8
extern_app
CCommunicator
ui
selfInfo
InfoWidget.h
Generated by
1.9.8