| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 | .TH "AStyle" 3 "Tue Jul 27 2021" "openPilotLog" \" -*- nroff -*-.ad l.nh.SH NAMEAStyle \- The \fBAStyle\fP class encapsulates style and stylesheet logic\&.  .SH SYNOPSIS.br.PP.PP\fC#include <astyle\&.h>\fP.SS "Static Public Member Functions".in +1c.ti -1c.RI "static void \fBsetup\fP ()".br.RI "Setup Application style by reading from openPilotLog\&.ini\&. ".ti -1c.RI "static void \fBsetStyle\fP (const QString &style_key)".br.ti -1c.RI "static void \fBsetStyle\fP (const \fBStyleSheet\fP &style_sheet)".br.ti -1c.RI "static void \fBsetStyle\fP (const QPalette &palette)".br.ti -1c.RI "static QPalette \fBdarkPalette\fP ()".br.ti -1c.RI "static const QString & \fBstyle\fP ()".br.in -1c.SS "Static Public Attributes".in +1c.ti -1c.RI "static const QStringList \fBstyles\fP = QStyleFactory::keys()".br.ti -1c.RI "static const QString \fBdefaultStyle\fP = QLatin1String('Fusion')".br.ti -1c.RI "static const QList< \fBStyleSheet\fP > \fBstyleSheets\fP".br.in -1c.SH "Detailed Description".PP The \fBAStyle\fP class encapsulates style and stylesheet logic\&. .SH "Member Data Documentation".PP .SS "const QList< \fBStyleSheet\fP > AStyle::styleSheets\fC [static]\fP"\fBInitial value:\fP.PP.nf= {    {QLatin1String("Breeze"),      QLatin1String(":breeze_light\&.qss")},    {QLatin1String("Breeze-Dark"), QLatin1String(":breeze_dark\&.qss")},    {QLatin1String("QDarkStyle"),  QLatin1String(":qdarkstyle/qdarkstyle\&.qss")},}.fi.SH "Author".PP Generated automatically by Doxygen for openPilotLog from the source code\&.
 |