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