From e55e706f31de58a8286d0b6e53b723d9d199d5c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 16 Jan 2023 17:11:02 +0100 Subject: Update after renaming qt => tqt in PyTQt module. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- doc/en/index.docbook | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc') diff --git a/doc/en/index.docbook b/doc/en/index.docbook index af4a5bc..355e61c 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -144,12 +144,12 @@ tdedistutils.setup(name="pytdeextensions", author_email="simon@simonzone.com", url="http://www.simonzone.com/software/pykdeextensions/", min_kde_version = "3.0.0", - min_qt_version = "3.0.0", + min_tqt_version = "3.0.0", license = "LGPL" ) -min_kde_version and min_qt_version specify -the minimum versions of the Qt library and TDE needed to install and run +min_kde_version and min_tqt_version specify +the minimum versions of the TQt library and TDE needed to install and run the software. These requirements are checked during install. @@ -260,9 +260,9 @@ during install. - + -Run-time integration with Qt-Designer +Run-time integration with TQt-Designer Qt-Designer is a graphical application used for designing user interfaces. It creates .ui files. These files need @@ -271,7 +271,7 @@ 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 tqtdesigner or tdedesigner module, depending -on whether your application is pure Qt or uses TDE, and then you can import +on whether your application is pure TQt or uses TDE, and then you can import your user interface files as though they were normal Python files. @@ -281,7 +281,7 @@ from tdeui import * import tdedesigner # This module lets us import .ui file directly. from MyWindow import * # Loads MyWindow.ui -# Subclass the Qt-designer form. +# Subclass the TQt-designer form. class MyWindowCode(MyWindow): # Implement extra functionality and methods. @@ -554,7 +554,7 @@ described below. Simple TDE utility template The kdeutility application template is a simple utility -that uses an interface designed in Qt-Designer. It doesn't have a menubar +that uses an interface designed in TQt-Designer. It doesn't have a menubar or toolbar. -- cgit v1.2.1