I\'m new to Qt and I\'m learning something new every day. Currently, I\'m developing a small application for my Nokia N900 in my free time.
I`m trying to freeze my application using Py2exe. My app uses PyQt4 and it apparently works fine with py2exe. But once I`ve uninstalled PyQt, it shows the following error:
I want开发者_运维知识库 to calculate the total no of weeks in current month. Starting from Sunday or Monday.
i created a singleton class and trying to access that class in other class but getting error \"cannot access private member\"
My laptop is 64-bits, so when I start to use Qt, I chose 64-bit QtCreator. Now I\'m facing a problem, I wish that the executable files I generated are runnnable on 32-bit linux system.
I\'m working on a simulation in Qt (C++), and would like to make use of a Semaphore wrapper class I made for the sem_t type.
I have a vector class that I want to be able to input/output from a QTextStream object. The forward declaration of my vector class is:
How can I use QLineEdit as a menu item in QMenu? Is there any solutions to do this? Just to do something like this (look at the edit box under the av开发者_C百科atar):
I\'m looking for resources (preferably books, but websites are fine too) for using FFmpeg and/or SDL with C++.
I\'m fairly new to Qt, and I\'m using the new Nokia Qt SDK beta and I\'m working to develop a small application for my Nokia N900 in my free time. Fortunately, I was able to set up everything correctl