source: ogBrowser-Git/qtermwidget/README

qndtest
Last change on this file was 050d67a, checked in by adelcastillo <adelcastillo@…>, 15 years ago

Ahora el browser tiene consola en vez del output.
Pasado todo el sistema de compilacion a cmake.

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

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