Qt based GUI for qt_ctrl. More...
#include <gui/window.hpp>#include <gui/viewCtrl.hpp>#include <gui/selectCtrl.hpp>#include <QVBoxLayout>#include <QGridLayout>#include <QLineEdit>#include <QDoubleValidator>#include <QSettings>#include <QFileDialog>#include <QDialogButtonBox>#include <QMessageBox>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
This is qt_ctrl main function, starting a Qt control GUI in a Qt application. More... | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
This is qt_ctrl main function, starting a Qt control GUI in a Qt application.
| argc | The parameters' count, and |
| argv | the parameters' values, are both forwarded to Qt and ROS. |
Definition at line 246 of file window.cpp.