You can use the setFont method of QApplication in main function.
Qt Code:
set your own font // QApplication::setFont(const QFont & font, const char * className = 0);To copy to clipboard, switch view to plain text mode
You can use the setFont method of QApplication in main function.
Qt Code:
set your own font // QApplication::setFont(const QFont & font, const char * className = 0);To copy to clipboard, switch view to plain text mode
Bookmarks