Audio (340) Datatype (50) Demo (203) Development (592) Document (22) Driver (100) Emulation (146) Game (984) Graphics (491) Library (112) Network (230) Office (65) Utility (907) Video (68)
Total files: 4310
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
***** Qt port *****
zzd10h :
QDevelop is a development environment for Qt
For now, on AmigaOS 4, it lacks the completion (ctags) and build features.
But it can be useful for Qt projects development.
Just open a .pro file and have access to all your Qt project files.
Edit them (with syntax highlighting), save them...
NEW : no more warning for ctags and others tools at startup (thanks to Cha05e90
for the tip). I replace all checks by files existence controls.
and added icons from Thomas 'TommySammy' Blatt (thank you)
Just a recompile thanks to Alfkil Qt port :)
and many thanks to Jean-luc Biord for QDevelop
http://biord-software.org/qdevelop/
QDevelop is a development environment entirely dedicated to Qt4, which requires
Qt4, gcc under Linux or MinGW under Windows, possibly gdb for program debugging
and ctags for code completion.
QDevelop runs on Linux, unix, macosx and windows systems and is released under
the GPL license.
QDevelop is not a Kdevelop like or reduced. It's an independent IDE dedicated to
Qt and is totally independent of KDevelop. Less complete, but faster, light and
especially multi-platforms. QDevelop and KDevelop have different code sources.
Features
Cross Platform: Supports Linux, Windows 2000/XP/Vista, Mac OS X and FreeBSD
Reading and writing project files (with some small restrictions)
A powerful editor with code completion, syntax highligthing, bookmarks,
auto-brackets, auto-indentation, auto-save before build, line numbers and
selection margin.
A class browser which allows the programmer to browse, navigate, or visualize
the structure of classes, members and functions.
Debugging with gdb. Toggle breakpoints by click in the line number on editor or
by right click. Local variables are automatically displayed when program stops
at breakpoint.
Independent build for each projects. Only modified projects are rebuild.
|