1 These are the python-bindings for QScintilla2.
3 Qt(TM) is a GUI software toolkit. Qt simplifies the task of writing and
4 maintaining GUI (graphical user interface) applications.
6 Qt is written in C++ and is fully object-oriented. It has everything you need
7 to create professional GUI applications. And it enables you to create them
10 Qt is a multi-platform toolkit. When developing software with Qt, you can run
11 it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98.
12 Simply recompile your source code on the platform you want.
14 Qt cuts down the complexity in implementing large and complex systems. Its
15 ingenious signal-slot technology enables true component programming.