Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cinemast/qtcreator-namespacedclass-wizard
A wizard for the Qt Creator that creates classes organized in namespaces.
https://github.com/cinemast/qtcreator-namespacedclass-wizard
Last synced: about 2 months ago
JSON representation
A wizard for the Qt Creator that creates classes organized in namespaces.
- Host: GitHub
- URL: https://github.com/cinemast/qtcreator-namespacedclass-wizard
- Owner: cinemast
- License: mit
- Created: 2014-07-12T09:20:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-15T16:14:56.000Z (over 10 years ago)
- Last Synced: 2024-05-01T13:39:30.468Z (8 months ago)
- Language: Perl
- Size: 316 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
qtcreator-namespacedclass-wizard
================================A wizard for the Qt Creator that creates classes organized in namespaces.
Features
-----------
- Creates folder structure according to package name
- Creates .h and .cpp according to class name
- Wraps class inside full qualified package name![alt logo](https://raw.githubusercontent.com/cinemast/qtcreator-namespacedclass-wizard/master/icon.png "Logo")
Install
----------
```sh
sudo apt-get install perl
git clone https://github.com/cinemast/qtcreator-namespacedclass-wizard.git
cd qtcreator-namespacedclass-wizard
./INSTALL.sh
```Usage
----------File -> New File or Project -> Namespaced Class -> Namespaced Class
Adaptation
------------
All code is generated using a perl script: [createnamespacedclass.pl](https://github.com/cinemast/qtcreator-namespacedclass-wizard/blob/master/createnamespacedclass.pl)Just modify the generation process according to your coding guidelines and needs.
Screenshots
------------![Screenshot1](https://raw.githubusercontent.com/cinemast/qtcreator-namespacedclass-wizard/master/screens/screen1.png)
![Screenshot2](https://raw.githubusercontent.com/cinemast/qtcreator-namespacedclass-wizard/master/screens/screen2.png)