#include <DashelTarget.h>
Public Slots | |
void | customGroupChecked () |
void | netGroupChecked () |
void | serialGroupChecked () |
void | setupOkStateFromListSelection () |
Public Member Functions | |
DashelConnectionDialog () | |
QString | getLocaleName () |
std::string | getTarget () |
Protected Attributes | |
QPushButton * | connectButton |
QLineEdit * | custom |
QGroupBox * | customGroupBox |
QLineEdit * | host |
QComboBox * | languageSelectionBox |
QGroupBox * | netGroupBox |
QSpinBox * | port |
QListWidget * | serial |
QGroupBox * | serialGroupBox |
Definition at line 54 of file DashelTarget.h.
QPushButton* Aseba::DashelConnectionDialog::connectButton [protected] |
Definition at line 59 of file DashelTarget.h.
QLineEdit* Aseba::DashelConnectionDialog::custom [protected] |
Definition at line 66 of file DashelTarget.h.
QGroupBox* Aseba::DashelConnectionDialog::customGroupBox [protected] |
Definition at line 65 of file DashelTarget.h.
QLineEdit* Aseba::DashelConnectionDialog::host [protected] |
Definition at line 61 of file DashelTarget.h.
QComboBox* Aseba::DashelConnectionDialog::languageSelectionBox [protected] |
Definition at line 67 of file DashelTarget.h.
QGroupBox* Aseba::DashelConnectionDialog::netGroupBox [protected] |
Definition at line 60 of file DashelTarget.h.
QSpinBox* Aseba::DashelConnectionDialog::port [protected] |
Definition at line 62 of file DashelTarget.h.
QListWidget* Aseba::DashelConnectionDialog::serial [protected] |
Definition at line 64 of file DashelTarget.h.
QGroupBox* Aseba::DashelConnectionDialog::serialGroupBox [protected] |
Definition at line 63 of file DashelTarget.h.