CCIMXDesktop
 
Loading...
Searching...
No Matches
FontInfoFormarter.h
1#ifndef FONTFORMATER_H
2#define FONTFORMATER_H
3#include <QString>
4class QFont;
5
9namespace UiTools {
13namespace FontFormater {
20 QString describeFont(const QFont& font);
21}
22}
23
24#endif
Tools for Ui Sessions.
Definition UiTools.h:4