コード例 #1
0
ファイル: qtderivates.py プロジェクト: testalucida/python
 def __init__(self):
     QFont.__init__(self, "Times New Roman", 12, weight=QFont.Bold)
コード例 #2
0
ファイル: qtderivates.py プロジェクト: testalucida/python
 def __init__(self):
     QFont.__init__(self, "Arial", 12, weight=QFont.Bold)
コード例 #3
0
 def __init__(self):
     QFont.__init__(self)
     self.setPointSize(20)