From a30a266067d9d952edc91305bef757557c03717e Mon Sep 17 00:00:00 2001
From: Michele Calgaro
Date: Sat, 16 Jul 2022 15:44:05 +0900
Subject: Raw Qt->TQt conversion using
tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3.
Signed-off-by: Michele Calgaro
---
readme.html | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
(limited to 'readme.html')
diff --git a/readme.html b/readme.html
index 65c4def..4e259b4 100755
--- a/readme.html
+++ b/readme.html
@@ -159,10 +159,10 @@ a.external
But if you'd like to build UiGUI from source, follow these steps:
- Download, unpack, configure and compile
- Qt
- >= 4.4.0. Make your QTDIR and QMAKESPEC settings. Or install Qt via a package manager.
+ TQt
+ >= 4.4.0. Make your QTDIR and QMAKESPEC settings. Or install TQt via a package manager.
- Download, unpack, compile and install
- QScintilla
+ TQScintilla
>= 2.2.
- Checkout UiGUI: svn co https://universalindent.svn.sourceforge.net/svnroot/universalindent/trunk universalindentgui
- In the checked out directory run "qmake UniversalIndentGUI.pro".
@@ -192,32 +192,32 @@ a.external
and XCode are included.
- Used Qt techniques
- This list shows some selected functionalities that Qt offers and that I use with UiGUI.
+ Used TQt techniques
+ This list shows some selected functionalities that TQt offers and that I use with UiGUI.
- Translations are done with
- QTranslator,
- QLocale and Linguist.
+ TQTranslator,
+ TQLocale and Linguist.
- File encodings are supported by using
- QTextCodec
- and QTextStream.
- - QScriptEngine
- and QScriptValue
+ TQTextCodec
+ and TQTextStream.
+ - TQScriptEngine
+ and TQScriptValue
is included for executing JavaScript files used as indenters.
- - QGraphicsView
- and QGraphicsProxyWidget
+
- TQGraphicsView
+ and TQGraphicsProxyWidget
for creating an animated 3D about dialog, simulating that is done on the whole desktop by using
- the screenshot capability of Qt.
+ the screenshot capability of TQt.
- Stylesheet settings give the about dialog a special look. Also gradients are used.
- - QHttp
- and QUrl
+
- TQHttp
+ and TQUrl
are used for the update check.
- - QSettings
+
- TQSettings
is responsible for storing the application and syntax highlighter settings.
- - QTcpServer
- and QTcpSocket
+
- TQTcpServer
+ and TQTcpSocket
build the base for the UiGUI Server.
- - Of course I use the Qt tools qmake, lupdate, lrelease, Designer, Linguist and my very best friend the Assistant.
+ - Of course I use the TQt tools qmake, lupdate, lrelease, Designer, Linguist and my very best friend the Assistant.
Future plans
--
cgit v1.2.1