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

import qt

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