|
|
Nokia Certified Qt Developer Written on December 29, 2009, by Milot Shala. |
I am a proud Qt Developer now. Yesterday I earned the title Nokia Certified Qt Developer.
|
|
Creating a translucent QWidget Written on September 28, 2009, by Milot Shala. |
In my earlier post, I mentioned writing my personal video player so I wrote it and I’m working on it whenever I have time.
There are several cool video players out there with great user experience and one of them is VLC which has an awesome OSD (On Screen Display), for long I wanted this feature [...]
Tags: Qt. or stay up to date with this post via RSS, or you can Trackback from your site.
|
|
Shorten your URLs using Qt Written on July 30, 2009, by Milot Shala. |
In today’s micro-blogging shortening URLs is something necessary because of the character limit on the messages, for example Twitter has the message limit of 140 characters (including spaces), while Facebook has the limit of 160 characters (including spaces), for this reason there are several providers that offer URL shortening services which of course they provide [...]
Tags: CPP, Qt. or stay up to date with this post via RSS, or you can Trackback from your site.
|
|
Behind Twithor – Updating Twitter status message using Qt Written on May 22, 2009, by Milot Shala. |
In my earlier post, I’ve introduced to you Twithor, which is a small application that allow users to update their status message on twitter. In this post I will explain Twithor under the hood, how to implement this feature to your application.
For this kind of problem, we will be using QHttp class which provides the [...]
Tags: CPP, Qt. or stay up to date with this post via RSS, or you can Trackback from your site.
|
|
New Personal Twitter Client Written on May 1, 2009, by Milot Shala. |
I have a Twitter account for some time now but I haven’t used it much because there were times that I forgot that the service exists and that I have an account there. I’ve seen several twitter clients out there but I wanted something smoother and smaller to fit in my desktop in order that [...]
Tags: CPP, Qt. or stay up to date with this post via RSS, or you can Trackback from your site.
|
|
Subclassing Phonon::VideoPlayer for personalization Written on February 4, 2009, by Milot Shala. |
Well it’s a long story with me and my own media players!
I always want to build something from scratch just to learn new things as much as I can. Now I am building a personal Video Player for my own purposes. But I needed a specific behavior of a mouse double click and I found [...]
Tags: CPP, Qt. or stay up to date with this post via RSS, or you can Trackback from your site.
|
|
Image transformations using Qt and C++ Written on January 21, 2009, by Milot Shala. |
I am studying and experimenting with the framework, I ended up writing an application which applies some image transformations on the current image and displays it below the original image. And I thought it would be great to share this information with anyone who is interested in this stuff. Here I will show just one [...]
Tags: CPP, Qt. or stay up to date with this post via RSS, or you can Trackback from your site.
|
|
Getting all files from subdirectories recursively with C++ using Qt Framework Written on January 20, 2009, by Milot Shala. |
Earlier I wrote a media player in C# using .NET framework, and when it got to listing all files in all subdirectories I wrote an recursive algorithm to get all files from the subdirectories and of course it was a bit slow for a big directory of mp3 files because while reading files I extracted [...]




