コード例 #1
0
ファイル: screens.py プロジェクト: dhirajkhatiwada1/uludag
    def __init__(self, *args):
        Steps.__init__(self)
        apply(QObject.__init__, (self,) + args)

        self.next_enabled = False
        self.prev_enabled = False
コード例 #2
0
ファイル: screens.py プロジェクト: dhirajkhatiwada1/uludag
 def __init__(self, *args):
     Steps.__init__(self)
     apply(QObject.__init__, (self,) + args)