Posts with #qt tag

Subtivals, remote display ?

Recently I was asked to think about a new feature for Subtivals : allowing spectators to read subtitles on their mobile or tablet. Usual setup In a typical installation, Subtivals overlays the...

News about Subtivals

Subtivals was used successfully in movie festivals in Cyprus, and that makes us happy ! And we regularly receive demands for Subtivals installers accross the globe ! The great unicode support of...

Subtivals, ready for Cinelatino !

The film festival CineLatino in Toulouse opens its doors today ! And I've just delivered the source package of version Subtivals 1.5.0 to the building robots of Launchpad ! During the festival,...

Subtivals 1.4 is out

Since the article introducing Subtivals was published, a lot of exciting things happened ! The first reward was the festival of Cinelatino in Toulouse, which had a major focus on accessibility...

Announcing Subtivals, realtime subtitles for film festivals

That's how it started... Subtitles and captions for the deaf and hard-of-hearing during film festivals are rarely a priority, at least in France. Thus, most film copies are not subtitled (except...

Merkopolo : a simple yet powerful starter kit for your Qt/C++ GIS application

Recently, while the whole world looks completely hyped up with Web applications, we chose to design and develop a desktop software in Qt/C++. Obviously, the choice was measured and justified ! We...

Access a JSON webservice with Qt C++

Original post at Makina Corpus Webservices are everywhere ! There are relevant in many situations, and accessing them from your Qt C++ application is not an heresy. I will present here a very...

Le piège des QThread

Article original publié chez Makina Corpus Il y a de nombreux billets de blogs, posts sur des forums, tutoriaux, pages Wiki et autres, mais au final, à part le fameux "You're doing it wrong", qui...

PostGIS data in C++ using GDAL and Qt

Original post at Makina Corpus I did not find any ready-to-use snippets on the Web on this matter, so if you are lucky enough, you'll find this one. The objective is to read GIS geometries from a...

Filesystem Watch with PyQt4

I decided to write a generic program that can watch a folder or some files and run a command when changes occur. Most of the work is done by PyQt4's QFileSystemWatcher. qfsw =...