diff options
author | Michele Calgaro <[email protected]> | 2022-07-16 15:44:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-07-16 15:44:05 +0900 |
commit | a30a266067d9d952edc91305bef757557c03717e (patch) | |
tree | 7bcabd84594f751001c66b16f3c42a8d459b7773 /readme.html | |
parent | d017bd37253ae35b29d82e3277b9adcbb4517dd0 (diff) | |
download | universal-indent-gui-tqt-a30a266067d9d952edc91305bef757557c03717e.tar.gz universal-indent-gui-tqt-a30a266067d9d952edc91305bef757557c03717e.zip |
Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'readme.html')
-rwxr-xr-x | readme.html | 40 |
1 files changed, 20 insertions, 20 deletions
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: <ol> <li>Download, unpack, configure and compile - <a class="external" href="http://www.qtsoftware.com/downloads/opensource/appdev">Qt</a> - >= 4.4.0. Make your QTDIR and QMAKESPEC settings. Or install Qt via a package manager.</li> + <a class="external" href="http://www.qtsoftware.com/downloads/opensource/appdev">TQt</a> + >= 4.4.0. Make your QTDIR and QMAKESPEC settings. Or install TQt via a package manager.</li> <li>Download, unpack, compile and install - <a class="external" href="http://www.riverbankcomputing.com/software/qscintilla/download">QScintilla</a> + <a class="external" href="http://www.riverbankcomputing.com/software/qscintilla/download">TQScintilla</a> >= 2.2.</li> <li>Checkout UiGUI: svn co https://universalindent.svn.sourceforge.net/svnroot/universalindent/trunk universalindentgui</li> <li>In the checked out directory run "qmake UniversalIndentGUI.pro".</li> @@ -192,32 +192,32 @@ a.external and XCode are included.</p> </p> - <h3>Used Qt techniques</h3> - <p>This list shows some selected functionalities that Qt offers and that I use with UiGUI.</p> + <h3>Used TQt techniques</h3> + <p>This list shows some selected functionalities that TQt offers and that I use with UiGUI.</p> <ul> <li>Translations are done with - <a class="external" href="http://doc.trolltech.com/4.4/qtranslator.html">QTranslator</a>, - <a class="external" href="http://doc.trolltech.com/4.4/qlocale.html">QLocale</a> and Linguist.</li> + <a class="external" href="http://doc.trolltech.com/4.4/ntqtranslator.html">TQTranslator</a>, + <a class="external" href="http://doc.trolltech.com/4.4/ntqlocale.html">TQLocale</a> and Linguist.</li> <li>File encodings are supported by using - <a class="external" href="http://doc.trolltech.com/4.4/qtextcodec.html">QTextCodec</a> - and <a class="external" href="http://doc.trolltech.com/4.4/qtextstream.html">QTextStream</a>.</li> - <li><a class="external" href="http://doc.trolltech.com/4.4/qscriptengine.html">QScriptEngine</a> - and <a class="external" href="http://doc.trolltech.com/4.4/qscriptvalue.html">QScriptValue</a> + <a class="external" href="http://doc.trolltech.com/4.4/ntqtextcodec.html">TQTextCodec</a> + and <a class="external" href="http://doc.trolltech.com/4.4/ntqtextstream.html">TQTextStream</a>.</li> + <li><a class="external" href="http://doc.trolltech.com/4.4/qscriptengine.html">TQScriptEngine</a> + and <a class="external" href="http://doc.trolltech.com/4.4/qscriptvalue.html">TQScriptValue</a> is included for executing JavaScript files used as indenters.</li> - <li><a class="external" href="http://doc.trolltech.com/4.4/qgraphicsview.html">QGraphicsView</a> - and <a class="external" href="http://doc.trolltech.com/4.4/qgraphicsproxywidget.html">QGraphicsProxyWidget</a> + <li><a class="external" href="http://doc.trolltech.com/4.4/qgraphicsview.html">TQGraphicsView</a> + and <a class="external" href="http://doc.trolltech.com/4.4/qgraphicsproxywidget.html">TQGraphicsProxyWidget</a> for creating an animated 3D about dialog, simulating that is done on the whole desktop by using - the screenshot capability of Qt.</li> + the screenshot capability of TQt.</li> <li>Stylesheet settings give the about dialog a special look. Also gradients are used.</li> - <li><a class="external" href="http://doc.trolltech.com/4.4/qhttp.html">QHttp</a> - and <a class="external" href="http://doc.trolltech.com/4.4/qurl.html">QUrl</a> + <li><a class="external" href="http://doc.trolltech.com/4.4/ntqhttp.html">TQHttp</a> + and <a class="external" href="http://doc.trolltech.com/4.4/ntqurl.html">TQUrl</a> are used for the update check.</li> - <li><a class="external" href="http://doc.trolltech.com/4.4/qsettings.html">QSettings</a> + <li><a class="external" href="http://doc.trolltech.com/4.4/ntqsettings.html">TQSettings</a> is responsible for storing the application and syntax highlighter settings.</li> - <li><a class="external" href="http://doc.trolltech.com/4.4/qtcpserver.html">QTcpServer</a> - and <a class="external" href="http://doc.trolltech.com/4.4/qtcpsocket.html">QTcpSocket</a> + <li><a class="external" href="http://doc.trolltech.com/4.4/qtcpserver.html">TQTcpServer</a> + and <a class="external" href="http://doc.trolltech.com/4.4/qtcpsocket.html">TQTcpSocket</a> build the base for the UiGUI Server.</li> - <li>Of course I use the Qt tools qmake, lupdate, lrelease, Designer, Linguist and my very best friend the Assistant.</li> + <li>Of course I use the TQt tools qmake, lupdate, lrelease, Designer, Linguist and my very best friend the Assistant.</li> </ul> <h3>Future plans</h3> |