29#include <esp_flasher/esp_flasher.hpp>
41 ComBox(QWidget* parent =
nullptr);
Bottom part GUI widget which displays serial port options.
Definition com_box.hpp:37
QPushButton * _start_stop_button
Definition com_box.hpp:53
EspFlasher * _esp_flasher
Definition com_box.hpp:56
QThread * _thread
Definition com_box.hpp:55
QComboBox * _board_combobox
Definition com_box.hpp:50
ComBox(QWidget *parent=nullptr)
Create layout of various dropdown menus and a start/stop button.
Definition com_box.cpp:30
void startStopButtonClicked(bool start)
Start/stop button slot.
Definition com_box.cpp:89
QComboBox * _baud_combobox
Definition com_box.hpp:52
QComboBox * _port_combobox
Definition com_box.hpp:51
void binaries(QVector< Bin > bins)
Set binaries slot.
Definition com_box.cpp:84
QVector< Bin > _bins
Definition com_box.hpp:54