Exemplo n.º 1
0
 def __init__(self):
     QFont.__init__(self, "Times New Roman", 12, weight=QFont.Bold)
Exemplo n.º 2
0
 def __init__(self):
     QFont.__init__(self, "Arial", 12, weight=QFont.Bold)
Exemplo n.º 3
0
 def __init__(self):
     QFont.__init__(self)
     self.setPointSize(20)