Sayonara Player
Namespaces | Functions
Style

Namespaces

 Style
 

Functions

QString Style::style (bool dark)
 fetch the stylesheet file formatted as string More...
 
QString Style::currentStyle ()
 stylesheet with all replace variables More...
 
QFont Style::currentFont ()
 current_font More...
 
int Style::recommendedHeight ()
 recommended_height More...
 
bool Style::isDark ()
 is_dark More...
 
void Style::setDark (bool b)
 set_dark More...
 

Detailed Description

Function Documentation

◆ currentFont()

QFont Style::currentFont ( )

current_font

Returns

◆ currentStyle()

QString Style::currentStyle ( )

stylesheet with all replace variables

Returns

◆ isDark()

bool Style::isDark ( )

is_dark

Returns

◆ recommendedHeight()

int Style::recommendedHeight ( )

recommended_height

Returns

◆ setDark()

void Style::setDark ( bool  b)

set_dark

Parameters
b

◆ style()

QString Style::style ( bool  dark)

fetch the stylesheet file formatted as string

Returns
string formatted stylesheet file