Skip to content

Instantly share code, notes, and snippets.

@Park-Developer
Created January 1, 2021 06:50
Show Gist options
  • Save Park-Developer/6e0b7b5e82a726b7ac292133578bf3da to your computer and use it in GitHub Desktop.
Save Park-Developer/6e0b7b5e82a726b7ac292133578bf3da to your computer and use it in GitHub Desktop.
pyqt5 : bold font
myFont=QtGui.QFont()
myFont.setBold(True)
self.label.setFont(myFont)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment