Added gui prototype
This commit is contained in:
16
doc/gui_test/mainwindow.cpp
Normal file
16
doc/gui_test/mainwindow.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#include <mainwindow.h>
|
||||
|
||||
MainWindow::MainWindow (QWidget *parent)
|
||||
: QMainWindow (parent)
|
||||
{
|
||||
setupUi (this);
|
||||
|
||||
_toolButtonMotor->setDefaultAction( _actionMotor );
|
||||
_toolButtonBattery->setDefaultAction( _actionBattery );
|
||||
_toolButtonConsole->setDefaultAction( _actionConsole );
|
||||
|
||||
}
|
||||
|
||||
MainWindow::~MainWindow ()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user