Hardware manual

86
QLabel * textLabel2
Label with "Baud rate" text.
QTextEdit * textEdit1
TextEdit field where appear results of scanning.
QLineEdit * deviceLineEdit1
Text line where we put the path to device used for communication.
QMenuBar * MenuBarEditor
The main menu.
QPopupMenu * File
File menu.
QPopupMenu * Help
Help menu.
QAction * fileQuitAction
Pointer to function called after File->Quit menu click.
QAction * helpAboutAction
Pointer to function called after Help->About menu click.
QCheckBox * checkBox1
CheckBox "Use on board phase table(s).
Protected Slots
virtual void languageChange ()
Sets localized text in widgets.
void startButtonClicked ()
Function called after "Start" button click.
void stopButtonClicked ()
Function called after "Stop" button click.
void checkBox1ButtonClicked ()
Function called after clicked on the "Use on board phase tables" checkbox.
void quitMenuFileClicked ()
Function called after File->Quit menu click.