mainwindow.hpp
Go to the documentation of this file.
1 #ifndef SIMPLE_QT_GUI_MAINWINDOW_HPP
2 #define SIMPLE_QT_GUI_MAINWINDOW_HPP
3 
4 #include <QApplication>
5 #include <QMainWindow>
6 #include <QHBoxLayout>
7 #include <QLabel>
8 #include <ros/ros.h>
9 
10 namespace simple_qt_gui
11 {
12 
13 class MainWindow : public QMainWindow
14 {
15 Q_OBJECT
16 
17 public:
18  MainWindow(QWidget *parent = 0);
19  ~MainWindow();
20 
21 protected:
23 };
24 
25 }
26 
27 #endif
MainWindow(QWidget *parent=0)
Definition: mainwindow.cpp:6


rqt_app_example
Author(s): Victor Lamoine - Institut Maupertuis
autogenerated on Mon Feb 28 2022 23:34:52