qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
Functions
style.cpp File Reference
#include "style.h"
#include "src/persistence/settings.h"
#include "src/widget/gui.h"
#include <QDebug>
#include <QDir>
#include <QFile>
#include <QFontInfo>
#include <QMap>
#include <QPainter>
#include <QRegularExpression>
#include <QSettings>
#include <QStandardPaths>
#include <QStringBuilder>
#include <QStyle>
#include <QSvgRenderer>
#include <QWidget>
Include dependency graph for style.cpp:

Go to the source code of this file.

Functions

QFont appFont (int pixelSize, int weight)
 
QString qssifyFont (QFont font)
 

Function Documentation

◆ appFont()

QFont appFont ( int  pixelSize,
int  weight 
)

Definition at line 73 of file style.cpp.

Here is the caller graph for this function:

◆ qssifyFont()

QString qssifyFont ( QFont  font)

Definition at line 81 of file style.cpp.