def __init__(self, app, hub, debug):
window_size = qt_core.QSize(810, 560)
BaseWebUI.__init__(self, newwallet.html, app, hub, window_size, debug)
self.setWindowFlags(qt_core.Qt.FramelessWindowHint)
self.show()
评论列表
文章目录