Month: July 2009

  • GCF 2.2 Released

    GCF 2.2 is now released. The 2.2 release is an effort of 8 months, hope you like it. Key Highlights Software Updater Framework – GCF now includes a software updater framework that can be activated to have your applications automatically download and install updates. GCF provides tools for you to create updates that you can…

  • Remote Signal/Slot connections

    How easy it is to make signal/slot connections between local and remote objects 🙂 GCF::RemoteAppAccessPoint* rap = …. GCF::RemoteObject* remoteObject = rap->getRemoteObject(“ComponentName.ObjectName”); GCF::connect(remoteObject, SIGNAL(someSignal(int,char,QString,QPixmap)), localObjectPtr, SLOT(someSlot(int,char,QString,QPixmap))); Isnt this sweet 🙂

  • FtpDirModel

    Qt provides a QDirModel class that makes it easy to display directory structures in a view. For a project that we are working on, we needed a model that would make it easy to display the structure of a FTP directory. Thats exactly what we have in FtpDirModel right now. Using the FtpDirModel class is…

  • “Adding Components for VTK Designer” – Updated

    The article on “Adding Components for VTK Designer” has now been updated to provide information about how new components can be provided via VTK Designer’s “Software Updater”, which is designed using GCF. The updated document can be downloaded from here http://www.vcreatelogic.com/resources/downloads/