Posts

Showing posts from February, 2015

Qt Snippet: use stylesheet in a QWidget derived class

Image
If you derive your class directly from QWidget object and want to apply some stylesheet tags for customize interface you'll find that your stylesheet settings will not work.

Asynchronous bulk transfer using libusb

Image
The 'linusb' is one of the most used open source library for work with usb devices. It allow to make the basic usb data transfers operation in a little bit easier way compared to standard system calls. Here a short tutorial regarding how to use asynchronous bulk transfer.