pyqt5-static

静态方法

class DaoService(QObject):

def __init__(self):
super().__init__()

@staticmethod
def create_index():
pass