mirror of
https://gitee.com/drabel/LibQQt.git
synced 2025-01-04 10:18:44 +08:00
update exquisite's text font
This commit is contained in:
parent
028f7aeb30
commit
c44ef10c9a
@ -10,6 +10,9 @@ public:
|
||||
QApplication::setOrganizationName ( "QQt" );
|
||||
QApplication::setOrganizationDomain ( "www.qqt.com" );
|
||||
setQSSStyle();
|
||||
#ifdef __EMBEDDED_LINUX__
|
||||
setTextFont("/usr/local/Trolltech/lib/fonts/wenquanyi.ttf", 14);
|
||||
#endif
|
||||
}
|
||||
virtual ~MainApplication() {}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user