All Projects → martonmiklos → rqt_plugin_wizard_for_qtcreator

martonmiklos / rqt_plugin_wizard_for_qtcreator

Licence: BSD-2-Clause license
Wizard for the QtCreator to generate rqt plugins

Programming Languages

CMake
9771 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to rqt plugin wizard for qtcreator

ModernFramelessWindow
Modern (MS Office, Visual Studio like) frameless window in Qt5
Stars: ✭ 22 (+57.14%)
Mutual labels:  qt5
flipper
Search/Recommendation engine and metainformation server for fanfiction net
Stars: ✭ 29 (+107.14%)
Mutual labels:  qt5
CuteVCF
simple viewer for variant call format using htslib
Stars: ✭ 30 (+114.29%)
Mutual labels:  qt5
Acria-Oracle-Node-Qt
Acria Oracle Node Client implemented in C++/Qt
Stars: ✭ 15 (+7.14%)
Mutual labels:  qt5
KeyBoardTool
Keyboard key detection software realized by Qt(Qt实现的键盘按键检测软件)
Stars: ✭ 35 (+150%)
Mutual labels:  qt5
CuteMarkEd-NG
Markdown Editor in Qt 5
Stars: ✭ 55 (+292.86%)
Mutual labels:  qt5
pyvoicechanger
Real Time Microphone Voice Changer Python 3.6+ App. Works with On-Line Games and VideoConferences!
Stars: ✭ 236 (+1585.71%)
Mutual labels:  qt5
slashdiablo-launcher
A lightweight cross platform Slashdiablo game launcher for Diablo II, written in Go & QML.
Stars: ✭ 29 (+107.14%)
Mutual labels:  qt5
xdrawchem
XDrawChem is a two-dimensional molecule drawing program.
Stars: ✭ 26 (+85.71%)
Mutual labels:  qt5
BenchmarkViewer
Google Benchmark Data Viewer
Stars: ✭ 22 (+57.14%)
Mutual labels:  qt5
QDeferred
Qt C++ alternative for handling async code execution
Stars: ✭ 62 (+342.86%)
Mutual labels:  qt5
ChartJs2QML
QML adaptor for Chart.js 2.x that supports startup animations and tooltips
Stars: ✭ 68 (+385.71%)
Mutual labels:  qt5
qvisualisation
Visualisation toolbox based on Qt WebEngine and D3.js
Stars: ✭ 25 (+78.57%)
Mutual labels:  qt5
AMVtool
Qt GUI for FFmpeg designed for video editors.
Stars: ✭ 28 (+100%)
Mutual labels:  qt5
QtPyConvert
An automatic Python Qt binding transpiler to the Qt.py abstraction layer.
Stars: ✭ 66 (+371.43%)
Mutual labels:  qt5
gopem
GUI for OPEM library
Stars: ✭ 20 (+42.86%)
Mutual labels:  qt5
qt-webkit-kiosk
This is simple browser application written on Qt & QtWebkit.
Stars: ✭ 49 (+250%)
Mutual labels:  qt5
pastelyst
A Web Paste Tool built with Cutelyst and KDE Frameworks
Stars: ✭ 19 (+35.71%)
Mutual labels:  qt5
QtOSG
A proof-of-concept widget for integrating Qt and OpenSceneGraph in a thread-safe manner
Stars: ✭ 103 (+635.71%)
Mutual labels:  qt5
QtMobileApp
This repository contains basic template for Qt for mobile app development using QML and C++ as backend to access RESTful API's
Stars: ✭ 16 (+14.29%)
Mutual labels:  qt5

rqt plugin wizard for QtCreator

Because I always mess it up, and troubleshoot a few hours when creating a new plugin.

Now it is easy.

Clone this repo to <QtCreator's install path>/share/qtcreator/templates/wizards/projects/rqt_plugin

And then:

A

B

C

And then enjoy with:

rqt --force-discover

C

rqt plugin building tips for QtCreator

  • Start the QtCreator from a shell where the catkin env is setup properly (setup.sh is sourced)
  • Create the project with the wizard
  • Remove the make step add a custom build step to call catkin_make (similar to this one): setup_catkin_make_as_build_step

To the run configuration add the following: kép

With this setup you can even debug your plugin with GDB.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].