|
OpenHantek
|
#include <datagrid.h>
Public Member Functions | |
| CursorInfo () | |
| void | configure (const QString &text, const QColor &bgColor, const QColor &fgColor) |
Data Fields | |
| QPalette | palette |
| The widget's palette. | |
| QPushButton * | selector |
| The name of the channel. | |
| QPushButton * | onOff |
| Switch cursor on/off. | |
| QLabel * | deltaXLabel |
| The horizontal distance between cursors. | |
| QLabel * | deltaYLabel |
| The vertical distance between cursors. | |
| DataGrid::CursorInfo::CursorInfo | ( | ) |
| void DataGrid::CursorInfo::configure | ( | const QString & | text, |
| const QColor & | bgColor, | ||
| const QColor & | fgColor ) |
| QLabel* DataGrid::CursorInfo::deltaXLabel |
The horizontal distance between cursors.
| QLabel* DataGrid::CursorInfo::deltaYLabel |
The vertical distance between cursors.
| QPushButton* DataGrid::CursorInfo::onOff |
Switch cursor on/off.
| QPalette DataGrid::CursorInfo::palette |
The widget's palette.
| QPushButton* DataGrid::CursorInfo::selector |
The name of the channel.