示例#1
0
 def on_button(self, widget):
     import qt
     qt.main()
示例#2
0
	def on_button(self, widget):
		import qt
		qt.main()
示例#3
0
# -*- coding: utf-8 -*-
# Copyright (c) 2011 Erik Svensson <*****@*****.**>
# Licensed under the MIT license.

import qt

if __name__ == "__main__":
    qt.main()