mirror of
https://github.com/modelec/ihm.git
synced 2026-01-18 16:47:32 +01:00
Test full screen
This commit is contained in:
6
main.cpp
6
main.cpp
@@ -20,10 +20,12 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
MainWindow::connect(main, &MainWindow::moveRobot, [=](int x, int y, int theta)
|
||||
{
|
||||
qInfo() << "move" << x << y << theta;
|
||||
qInfo() << "move" << x << y << theta;
|
||||
});
|
||||
|
||||
main->show();
|
||||
//main->show();
|
||||
|
||||
main.showFullScreen();
|
||||
|
||||
return QApplication::exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user