VCreate Logic - Open Source Contributions
Our Contributions to Open Source Software
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.
VTK Designer 2
A "visualization application development
platform" for complex visualization networks.
Simplify 3D visualization development using VTK Designer 2.
Generic Component Framework
A custom component framework built using Qt 4.4.x.
Design and develop applications as a collection of
decoupled and independent entities.