Guest User

Untitled

a guest
Oct 19th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # Set up font:
  2. self.fontDB = QtGui.QFontDatabase()
  3. self.fontDB.addApplicationFont(":/resources/Bariol_Regular.otf")
  4. self.setFont(QtGui.QFont("Bariol", 18))
Add Comment
Please, Sign In to add comment