![]() |
Stellarium 0.11.4 | ||
| Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
Holds the information related to a color style for GUI and modules of Stellarium. More...
#include <StelStyle.hpp>
Public Attributes | |
| QByteArray | qtStyleSheet |
| The content of the associated Qt Style Sheet for styling widgets. | |
| QByteArray | htmlStyleSheet |
| The content of the associated Html Style Sheet for styling rich text. | |
| QString | confSectionName |
| The name of the config.ini section where the modules store style data. | |
Holds the information related to a color style for GUI and modules of Stellarium.
| QString StelStyle::confSectionName |
The name of the config.ini section where the modules store style data.
| QByteArray StelStyle::htmlStyleSheet |
The content of the associated Html Style Sheet for styling rich text.
| QByteArray StelStyle::qtStyleSheet |
The content of the associated Qt Style Sheet for styling widgets.
1.6.3