customOutliner.py 文件源码

python
阅读 20 收藏 0 点赞 0 评论 0

项目:MSide 作者: jamesbdunlop 项目源码 文件源码
def __init__(self, parent = None):
        super(Outliner, self).__init__(parent)
        ## Build the qt layout that we will parent the sip paneLayout to later
        self.mainLayout = QGridLayout(self)
        self.mainLayout.setObjectName('OutlinerQGridLayout')
        self.__initUI()
        self.setMinimumWidth(200)
        try:self.parent().closed.connect(self.close)
        except AttributeError:pass
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号