source: ogBrowser-Git/qtermwidget/README @ 45157b3

jenkinsmain
Last change on this file since 45157b3 was 45157b3, checked in by ramon <ramongomez@…>, 16 years ago

Resstructuración de trunk.

git-svn-id: https://opengnsys.es/svn/trunk@390 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 1.2 KB
Line 
1This is a external source gotten it from:
2
3http://www.qt-apps.org/content/show.php/QTermWidget?content=82832
4
5Only library and headers needed. Compile with QtEmbedded-4.5.1.
6
7**********************************************************************************
8QTermWidget
9version 0.1.0
10
11QTermWidget is an opensource project based on KDE4 Konsole application.
12The main goal of this project is to provide unicode-enabled, embeddable
13QT widget for using as a built-in console (or terminal emulation widget).
14
15Of course I`m aware about embedding abilities of original Konsole,
16but once I had Qt without KDE, and it was a serious obstacle.
17I decided not to rely on a chance. I cannot find any interesting related project,
18so I had to write it.
19
20The original Konsole`s code was rewritten entirely with QT4 only; also I have to
21include in the project some parts of code from kde core library. All code dealing
22with user interface parts and session managers was removed (maybe later I bring it
23back somehow), and the result is quite useful, I suppose.
24
25This library was compiled and tested on three linux systems,
26based on 2.4.32, 2.6.20, 2.6.23 kernels, x86 and amd64.
27Please inform about its behaviour on other systems.
28
Note: See TracBrowser for help on using the repository browser.