From 1638609997cfef8fa1c63ba3f6ba93b9f6a4b014 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Wed, 28 Sep 2016 13:27:40 +0200 Subject: Properly import python_tqt module in scripts generated by pyuic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- doc/qtdocs.sip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/qtdocs.sip') diff --git a/doc/qtdocs.sip b/doc/qtdocs.sip index c057544..14dde83 100644 --- a/doc/qtdocs.sip +++ b/doc/qtdocs.sip @@ -285,7 +285,7 @@ Here's the corresponding output from pyuic. -from qt import * +from python_tqt.qt import * # Import our custom widget. from foo import bar -- cgit v1.2.3