From e1b19df29e2e4e294fcc03ea40ede03f5b8606b7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 28 Sep 2018 14:42:48 +0900 Subject: qt -> tqt conversion: kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro --- doc/en/index.docbook | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/en/index.docbook b/doc/en/index.docbook index f6da2f0..caa1d3b 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -261,7 +261,7 @@ during install. - + Run-time integration with Qt-Designer Qt-Designer is a graphical application used for designing user interfaces. @@ -270,7 +270,7 @@ to be converted into Python classes before they can be used in a Python application. This can be manually done using the pyuic command from the shell. But it is a lot more convenient to let &appname; to this automatically for you. All you need to do is import the -qtdesigner or tdedesigner module, depending +tqtdesigner or tdedesigner module, depending on whether your application is pure Qt or uses TDE, and then you can import your user interface files as though they were normal Python files. @@ -285,7 +285,7 @@ from MyWindow import * # Loads MyWindow.ui class MyWindowCode(MyWindow): # Implement extra functionality and methods. -The tdedesigner/qtdesigner module converts +The tdedesigner/tqtdesigner module converts .ui on demand to .py files. @@ -429,7 +429,7 @@ features in .desktop files. &appname; can be used for the creation of tdeio-slaves. &appname; handles the C++ glue code needed for making tdeioslaves in Python. -developer.kde.org +developer.kde.org has some documentation about TDEIO-slaves aimed at C++ programmers. -- cgit v1.2.3