📄 attrmixins.py
字号:
""" Module which contain an example attribute mixin class """
class Test_AttrMixin:
""" The attributes defined in this class will be picked up at design-time
when mixed with a frame like class """
def __init__(self):
self.name1 = 1
self.frameTitle = 'Attr'
self.buttonLabel = 'Mixin'
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -