Найти
-
Пользователи
Полная версия:
Как сделать Qlabel жирной?
Начало
»
GUI
»
Как сделать Qlabel жирной?
1
124bit
Ноя. 16, 2008 13:05:21
че-то не могу понять((
The gray Cardinal
Ноя. 16, 2008 13:25:39
label = QtGui.QLabel(u'<b>Жирная</b>')
poltergeist
Ноя. 16, 2008 15:24:48
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