Main Page
+
Namespaces
Namespace List
+
Classes
Class List
Class Hierarchy
+
Class Members
All
Functions
Variables
+
Files
File List
+
File Members
All
Functions
src
main.cpp
Go to the documentation of this file.
1
#include <
simple_qt_gui/mainwindow.hpp
>
2
#include <QApplication>
3
4
int
main
(
int
argc,
5
char
*argv[])
6
{
7
ros::init
(argc, argv,
"simple_qt_gui"
);
8
9
QApplication a(argc, argv);
10
simple_qt_gui::MainWindow
w;
11
w.setWindowTitle(
"Qt GUI with ROS"
);
12
w.show();
13
return
a.exec();
14
}
simple_qt_gui::MainWindow
Definition:
mainwindow.hpp:13
ros::init
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
main
int main(int argc, char *argv[])
Definition:
main.cpp:4
mainwindow.hpp
rqt_app_example
Author(s): Victor Lamoine - Institut Maupertuis
autogenerated on Mon Feb 28 2022 23:34:52