All Projects → fpoussin → Qtcreator Doxygen

fpoussin / Qtcreator Doxygen

Licence: lgpl-2.1
Doxygen Plugin for Qt Creator

Labels

Projects that are alternatives of or similar to Qtcreator Doxygen

Cherish
🏰 Sketch- and image-based system for 3D representation and documentation of cultural heritage sites
Stars: ✭ 27 (-80.85%)
Mutual labels:  doxygen, qt
Lablqml
Interfacing Qt/QML with OCaml. Formely known as lablqt
Stars: ✭ 136 (-3.55%)
Mutual labels:  qt
Pref
Portable Reverse Engineering Framework
Stars: ✭ 127 (-9.93%)
Mutual labels:  qt
React Nodegui Starter
Starter repository for react based native desktop apps using react-nodegui
Stars: ✭ 132 (-6.38%)
Mutual labels:  qt
Onvif Qt Server Client
Onvif QT Server Client is a sample for creating Onvif Server and Onvif Client with QT C++
Stars: ✭ 130 (-7.8%)
Mutual labels:  qt
Qtandroidtools
A library to manage Android from QML
Stars: ✭ 134 (-4.96%)
Mutual labels:  qt
Doxdocgen
Generate doxygen documentation from source code in VS Code
Stars: ✭ 127 (-9.93%)
Mutual labels:  doxygen
Dotherside
C language library for creating bindings for the Qt QML language
Stars: ✭ 140 (-0.71%)
Mutual labels:  qt
Simple Mail
An SMTP library written in C++ for Qt. Allows applications to send emails (MIME with text, html, attachments, inline files, etc.) via SMTP. Supports SSL and SMTP authentication.
Stars: ✭ 134 (-4.96%)
Mutual labels:  qt
Versatile
A simple 3D model editor based on simple quads and a sprite set.
Stars: ✭ 132 (-6.38%)
Mutual labels:  qt
Remote Software
💎 YIO Remote Software repository
Stars: ✭ 132 (-6.38%)
Mutual labels:  qt
Frequest
FRequest - A fast, lightweight and opensource desktop application to make HTTP(s) requests
Stars: ✭ 130 (-7.8%)
Mutual labels:  qt
Rxqt
The Reactive Extensions for Qt.
Stars: ✭ 134 (-4.96%)
Mutual labels:  qt
Tabtoolbar
A small library for creating tabbed toolbars
Stars: ✭ 129 (-8.51%)
Mutual labels:  qt
Packer
Package and deploy apps built with NodeGui to all platforms
Stars: ✭ 137 (-2.84%)
Mutual labels:  qt
Embedded Ide
IDE for C embedded development centered on bare-metal ARM systems
Stars: ✭ 127 (-9.93%)
Mutual labels:  qt
Qribbon
Qt 实现的 Ribbon 风格菜单栏,基本思路是定制QTabWidget,通过QSS(样式表)实现显示样式的调整,QRibbon的原则是尽量不侵入正常业务逻辑的开发,所以在开发基于QMainWindow的程序时,可以按照正常的开发流程创建界面,创建普通的菜单栏以及菜单项及其信号槽关联,最后调用QRibbon::install(&mainWindow)函数即可自动创建出与QMainWindow原有QMenuBar相对应的Ribbon...
Stars: ✭ 131 (-7.09%)
Mutual labels:  qt
Feedback
Feedback & wiki for Snipaste https://snipaste.com
Stars: ✭ 1,863 (+1221.28%)
Mutual labels:  qt
Qdarkstylesheet
A dark style sheet for QtWidgets application
Stars: ✭ 1,952 (+1284.4%)
Mutual labels:  qt
Qcodeeditor
Qt Code Editor widget.
Stars: ✭ 136 (-3.55%)
Mutual labels:  qt

qtcreator-doxygen

Doxygen Plugin for Qt Creator

GitHub version Build Status

This project is a fork of the original plugins at: http://dev.kofee.org/projects/qtcreator-doxygen
Built for the latest Qt-Creator versions.

It adds some features such as a file selection dialog for projects, and duplicate blocks detection.

Binaries are available in the releases section.
https://github.com/fpoussin/qtcreator-doxygen/releases

Compiling

You will have to install the same Qt version (ie: 5.10 MSVC 2015 32 bit for 4.5.0) that was used to build the Qt creator version you are targeting for the plugin.
You can check this in the "about" menu of Qt creator.

  • Download and extract the Qt creator sources from the official website
  • Compile them using the correct Qt kit (Optional on linux, you can point to the official binary release which should be in your home folder by default)
  • You don't need to install it when compiled
To compile the plugin you have 2 options:

Qmake

  • Specify the path of source and binaries for Qt creator using QTC_SOURCE and QTC_BUILD vars
  • QTC_SOURCE must point to the sources you extracted
  • QTC_BUILD must point to your build folder (or binary release on Linux)
  • USE_USER_DESTDIR installs the module automatically
  • Example command: qmake USE_USER_DESTDIR=yes QTC_SOURCE=~/src/qt-creator-opensource-src-4.5.0 QTC_BUILD=~/qtcreator-4.5.0 .

Qt Creator

  • Specify the path of source and binaries for Qt creator by editing the dexygen.pro file
  • You have to change the QTCREATOR_SOURCES and IDE_BUILD_TREE vars

Installing

If you compiled the plugin, it will be installed automatically.

If you downloaded a binary release, the paths are as follow:
  • Unix: ~/.local/share/data/QtProject/qtcreator/plugins/<version>
  • OSX: ~/Library/Application Support/QtProject/Qt Creator/plugins/<version>
  • Windows: %LOCALAPPDATA%\QtProject\qtcreator\plugins\<version>
    Replace <version> with your Qt Creator version (ie: 4.8.0)
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].