|
|
|
@ -196,11 +196,11 @@ a.external
|
|
|
|
|
<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/ntqtranslator.html">TQTranslator</a>,
|
|
|
|
|
<a class="external" href="http://doc.trolltech.com/4.4/ntqlocale.html">TQLocale</a> and Linguist.</li>
|
|
|
|
|
<a class="external" href="http://doc.trolltech.com/4.4/tqtranslator.html">TQTranslator</a>,
|
|
|
|
|
<a class="external" href="http://doc.trolltech.com/4.4/tqlocale.html">TQLocale</a> and Linguist.</li>
|
|
|
|
|
<li>File encodings are supported by using
|
|
|
|
|
<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>
|
|
|
|
|
<a class="external" href="http://doc.trolltech.com/4.4/tqtextcodec.html">TQTextCodec</a>
|
|
|
|
|
and <a class="external" href="http://doc.trolltech.com/4.4/tqtextstream.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>
|
|
|
|
@ -209,10 +209,10 @@ a.external
|
|
|
|
|
for creating an animated 3D about dialog, simulating that is done on the whole desktop by using
|
|
|
|
|
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/ntqhttp.html">TQHttp</a>
|
|
|
|
|
and <a class="external" href="http://doc.trolltech.com/4.4/ntqurl.html">TQUrl</a>
|
|
|
|
|
<li><a class="external" href="http://doc.trolltech.com/4.4/tqhttp.html">TQHttp</a>
|
|
|
|
|
and <a class="external" href="http://doc.trolltech.com/4.4/tqurl.html">TQUrl</a>
|
|
|
|
|
are used for the update check.</li>
|
|
|
|
|
<li><a class="external" href="http://doc.trolltech.com/4.4/ntqsettings.html">TQSettings</a>
|
|
|
|
|
<li><a class="external" href="http://doc.trolltech.com/4.4/tqsettings.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">TQTcpServer</a>
|
|
|
|
|
and <a class="external" href="http://doc.trolltech.com/4.4/qtcpsocket.html">TQTcpSocket</a>
|
|
|
|
|