Bottom part GUI widget which displays serial port options.
More...
#include <com_box.hpp>
|
void | binaries (QVector< Bin > bins) |
| Set binaries slot.
|
|
|
| ComBox (QWidget *parent=nullptr) |
| Create layout of various dropdown menus and a start/stop button.
|
|
ComBox inherits a QGroupBox widget which displays a couple of dropdown menus to choose various serial port options. Apart from that, there is a start/stop button to start the writing process.
◆ ComBox()
ComBox::ComBox |
( |
QWidget * | parent = nullptr | ) |
|
◆ binaries
void ComBox::binaries |
( |
QVector< Bin > | bins | ) |
|
|
slot |
◆ startStopButtonClicked
void ComBox::startStopButtonClicked |
( |
bool | start | ) |
|
|
privateslot |
◆ _baud_combobox
QComboBox* ComBox::_baud_combobox {new QComboBox} |
|
private |
◆ _bins
QVector<Bin> ComBox::_bins {} |
|
private |
◆ _board_combobox
QComboBox* ComBox::_board_combobox {new QComboBox} |
|
private |
◆ _esp_flasher
EspFlasher* ComBox::_esp_flasher {} |
|
private |
◆ _port_combobox
QComboBox* ComBox::_port_combobox {new QComboBox} |
|
private |
◆ _start_stop_button
QPushButton* ComBox::_start_stop_button {new QPushButton} |
|
private |
◆ _thread
QThread* ComBox::_thread {} |
|
private |
The documentation for this class was generated from the following files: