Plugin for the Qt Creator IDE to use Artistic Style.
Categories
Software DevelopmentLicense
GNU General Public License version 3.0 (GPLv3)Follow ArtisticStylePlugin
Other Useful Business Software
Go From AI Idea to AI App Fast
Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
Rate This Project
Login To Rate This Project
User Reviews
-
Version 0.6 Using current trunk for QtCreator (2.4.82) following changes were required to make it build on Ubuntu 11.10: - files artisticstyleplugin.cpp and artisticstyleoptionpage.h: #include <app/app_version.h> // for IDE_VERSION_MAJOR and IDE_VERSION_MINOR #if (IDE_VERSION_MAJOR == 2 && IDE_VERSION_MINOR == 1) replaced everywhere with #if (IDE_VERSION_MAJOR*1000+IDE_VERSION_MINOR >= 2001) hackish. - file artisticstyleoptionpage.cpp: #include <QIcon> Otherwise works like a charm. Thanks to authors for sharing. Later: artisticstyleplugin.cpp, around line 310: .cc is another common extension; it is currently filtered out. Maybe user should be informed with a message when the file is rejected because of its type; making this an option could also work.