摘要:
from PyQt5.QtCore import * from PyQt5.QtWidgets import * from PyQt5.Qt import * import sys class CustomToolBar(QToolBar): def __init__(self, parent=None): super(CustomToolBar, self).__... 阅读全文
posted @ 2018-03-29 14:40
我是外婆
阅读(831)
评论(0)
推荐(0)