treewindow.py 文件源码

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

项目:android_malware_detection 作者: congyuandong 项目源码 文件源码
def createActions(self):
        self.xrefAct = QtGui.QAction("Xref from/to...", self,
#                shortcut=QtGui.QKeySequence("CTRL+B"),
                statusTip="List the references where this element is used",
                triggered=self.actionXref)
        self.expandAct = QtGui.QAction("Expand...", self,
                statusTip="Expand all the subtrees",
                triggered=self.actionExpand)
        self.collapseAct = QtGui.QAction("Collapse...", self,
                statusTip="Collapse all the subtrees",
                triggered=self.actionCollapse)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号