Sayonara Player
Namespaces | Functions
Style

Namespaces

 Style
 

Functions

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

Detailed Description

Function Documentation

◆ current_font()

QFont Style::current_font ( )

current_font

Returns

◆ current_style()

QString Style::current_style ( )

stylesheet with all replace variables

Returns

◆ is_dark()

bool Style::is_dark ( )

is_dark

Returns

◆ recommended_height()

int Style::recommended_height ( )

recommended_height

Returns

◆ set_dark()

void Style::set_dark ( bool  b)

set_dark

Parameters
b

◆ style()

QString Style::style ( bool  dark)

fetch the stylesheet file formatted as string

Returns
string formatted stylesheet file