Найти - Пользователи
Полная версия: Как сделать Qlabel жирной?
Начало » GUI » Как сделать Qlabel жирной?
1
124bit
че-то не могу понять((
The gray Cardinal
label = QtGui.QLabel(u'<b>Жирная</b>')
poltergeist
1)
font = QtGui.QFont()
font.setBold(True)
label.setFont(font)
2) label.setStyleSheet('font: bold;')
3) label.setText('<b> text </b>')
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB