GCF
is a component framework library using which you can effectively
structure your applications and build them as a composition of
independent components.
Developing
good user interfaces is a challenging task. Even more challenging is
the task maintaining and upgrading huge UI applications. Any developer
who has been involved in writing large scale UI application software
would agree with this.
VTK Designer VTK Designer is an object
oriented plugin based software used for creating and editing VTK
pipelines. It is designed using Qt and VTK. With VTK designer you can
Create VTK pipelines
visually Edit
properties and check their impact on the fly Add
your own VTK classes to VTK Designer via wrappers and plugins Generate
C++ code of the pipeline Save
and retreive piplines into VDF files Create
large pipelines using pipeline parts vdf2cpp
command line utility to convert pipelines to C++ code from stored VDF
files
QpuListView QpuListView is a WindowsXP
explorer panel clone written in Qt. You can use QpuListView just like
QListView. Instead of adding QListViewItems on to the list view you add
QpuListViewItem to the list view. You can place text, pixmaps or even
widgets in each individual page. The accompanying example program helps
you to understand more about this widget.
[QpuListView is
currently available only for Qt 3.x]
QpuGenericSignalSpy Wouldnt it be nice to have a
class that continuously tracks a QObject for any signal that is being
generated from it and report the signal generated along with its
parameter values.
QpuGenericSignalSpy does exactly that.
Q4puGenericSignalSpy, an avtar of QpuGenericSignalSpy for Qt 4 is also
available.
QpuInterruptHandler QpuInterruptHandler is a
combination of a device driver and a Qt class that empowers your Qt
applications to handle interrupts. This class works only on Linux.
QpuInterruptHandler is a
class that helps Qt programs to receive an intimation when an interrupt
occurs. QpuInterruptHandler does this by working in tandem with a
kernel module (qpu_irq_reporter) and Qt's QSocketNotifier class.