I\'m writing a program that makes extensive use of vectors and am developing with Qt Creator 2.0.1 on Mac OS X 10.6.6 for the first time.
Is it possible to have post-build events (as in VC++) in Qt Creator? In particular, I would like to copy the executable to a 开发者_开发技巧different folder after it has been built. Can it be done?Add
I wrote a simple application to take pictures in c++ and am guessing I probably should do some cleanup whenever CTRL+C is pressed.I am using QTCreator to write the application along with MADDE, but am
Wanted to try using qt creator (coming from eclipse cdt) and I\'m trying to get my project to build.Unfortunately, qmake is adding -L/usr/lib to the linker options by itself, making it link to the wro
I\'m trying to open an xml file in the current location of the executable QString path = QDir::currentPath();
I have a personal project I\'m working on that requires Microsoft SAPI5 -- text to speech and Speech Recognition. I have already built out a lot of the application, but I\'ve decided to switch and try
How d开发者_StackOverflow中文版o you create and access dialog forms in Qt designer?At the risk of pointing out the blisteringly obvious...
how to set alarm in qt mobile application using the Calendar or Alarm Apis I have seached many more but didn\'t find any thing.
Is it 开发者_高级运维possible to set an alarm for a specific time in Qt?Use extension class XQAlarm.
I am trying to create a superscript of a 2 to show something is squared for the units label that comes after a field the user supplies in my dialog.I am using Qt Creator v2.0.1 on Windows.The QLabel h