I tried to implement SoundEffect from QtMobilityKit in QML to play music file in Meego Harmattan. I found that it can only play .wav file.
I found this example when I ran PCLint on the source code of the project I am working on. Here is the code snippet:
I have a unix socket in /tmp/my_s开发者_开发知识库ock How can I connect to it and write data? Is there a Qt way to do it?Qt supports unix domain sockets natively through QLocalSocket and QLocalServer
I have a QWidget and i need to do some actions (refresh a picture in widget) when resize event ends. How can i catch this action?
I just started using QT and I have a question regarding some basic stuff. I have built a project with two files .pro file and .cpp file.
I have an application that uses a Q开发者_运维知识库TextBrowser control to display a website while offline, which is primarily made up of \'relative\' links.
As part of a small project I\'m doing to learn Qt, I\'m trying to return an array of objects through a function.I then want to retrieve this array properly 开发者_StackOverflow中文版and use it\'s cont
I\'m writing a QT app and I\'m very rusty with C++, so I\'m guessing that\'s the problem. I\'ve got a crash with an exc_bad_access signal on my Mac, whic开发者_StackOverflow社区h means I\'m doing some
Recently I found two mathematical functions in qmath.h named qFastSin and qFastCos. These functions are inline and uses look-up tables to calculate the value of sin and cos:
I had installed QT for some proje开发者_开发技巧ct sometime back but don\'t use it now(may need it later). I noticed that whenever I start Visual Studio 2010, it hogs my RAM. Is it possible to disable