Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://astro.uni-altai.ru/~aw/stellarium/api/classStelStyle.html
Дата изменения: Unknown Дата индексирования: Fri Feb 28 07:21:55 2014 Кодировка: Поисковые слова: horizon |
Stellarium 0.12.3
|
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. More... | |
QByteArray | htmlStyleSheet |
The content of the associated Html Style Sheet for styling rich text. More... | |
QString | confSectionName |
The name of the config.ini section where the modules store style data. More... | |
Holds the information related to a color style for GUI and modules of Stellarium.
Definition at line 28 of file StelStyle.hpp.
QString StelStyle::confSectionName |
The name of the config.ini section where the modules store style data.
Definition at line 38 of file StelStyle.hpp.
QByteArray StelStyle::htmlStyleSheet |
The content of the associated Html Style Sheet for styling rich text.
Definition at line 35 of file StelStyle.hpp.
QByteArray StelStyle::qtStyleSheet |
The content of the associated Qt Style Sheet for styling widgets.
Definition at line 32 of file StelStyle.hpp.