QtCreatorStyling: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(Add "cleanup" tag)
Line 1: Line 1:
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}
[[Category:Tools::QtCreator]]
[[Category:Tools::QtCreator]]
[toc align_right="yes" depth="3"]
[toc align_right="yes" depth="3"]

Revision as of 16:38, 3 March 2015

This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

[toc align_right="yes" depth="3"]

THE INFORMATION BELOW IS NOT UP TO DATE

Since version 3.3, Qt Creator supports custom styles without the need to go through the hassle of stylesheets.

Qt Creator styling

Just like other Qt applications, Qt Creator "accepts custom styles and stylesheets":http://doc.qt.io/qt-5.0/qtwidgets/qapplication.html#QApplication. The styling will only be applied as long as you pass the arguments; it will not persist across sessions or be carried over to new versions of Creator.

Exercise caution when applying styles, as overriding the existing styling may make some items difficult to see. Also be aware of the Text Editor's color scheme (Tools > Options > Text Editor > Fonts & Colors > Color Scheme) - setting a stylesheet may affect this. Designer may also be affected by stylesheets.

This page aims to collect custom styles and stylesheets that can be applied to Qt Creator via the

-style<code> and <code>-stylesheet<code> parameters. Feel free to add links to your own!

== Styling Creator with stylesheets ==

For help with stylesheets, visit the "stylesheet documentation":http://doc.qt.io/qt-5.0/qtwidgets/stylesheet.html.

If you need to get more specific (e.g. "specifying object names through ID selectors":http://doc.qt.io/qt-5.0/qtwidgets/stylesheet-syntax.html#selector-types to style specific widgets), you may need to search through the various .ui files and source code "here":http://qt.gitorious.org/qt-creator/qt-creator/trees/master/src/plugins. Alternatively, you can clone the Qt Creator Git repository with:

git clone git://gitorious.org/qt-creator/qt-creator.git qt-creator

Custom stylesheets

stylesheet

https://github.com/victorhaggqvist/qtcreator-style/raw/master/Screenshot_63.png