def main():
app = QtGui.QApplication([])
#style = QtGui.QStyle()
#style = QtGui.QPlastiqueStyle()
#app.setStyle(style)
#f = open("style.css","r")
#s = f.read()
#f.close()
#app.setStyleSheet(s)
ui = sRenderManagerUI()
sys.exit(app.exec_())
评论列表
文章目录