Software PDF Print E-mail
Written by Peter M. Groen   
Tuesday, 03 February 2009 15:43

During our projects, we developed an extensive library with common used components. All components are written with Qt 4. Although our components are Open Source, they are not free of charge by default. By purchasing a component, the source code is included. Each component is included with a test application, showing the use of the component.

We also build custom widgets on request. Contact us for pricing information.

 Available components
 Name DescriptionLanguage
Framework
 clProcess

This component will start a separate process and run the application of your choice.

Output of the application will be available to your application using signals

 C++
 dbConnect
This component gives you a database abstraction layer, usable for every database your Qt installation supports. It will provide a login screen if nescessary
 C++ 
 socketpool
This component will give you a threaded TCP-server and -client. Useful if high traffic has to be processed
 C++ 
 XMLUtilsThis component is a Qt-wrapper for Xerces and Xalan. It will return Qt's datatypes instead of the types provided by Xerces. It is faster and less memory-hungry than Qt's SAX- and DOM-parsers. C++ 

Available Frameworks

Name
Description
Language
Framework
 <noname>

This framework provides a plugin-based application framework with the following features.

  • Each plugin inserts its own menu.
  • Communication between components is done by a messagebus
  • Configuration is done in XML
This framework enables the quick development of applications by providing a ready to use framework. All focus can be on the development of the functionality.

 

 C++ 

 

 

Last Updated ( Sunday, 08 February 2009 15:00 )