I\'m trying to find a way to change the warning level (I believe the default is 3 and I\'d like to change it to 4) of my project developped using Qt Creator (1.3.0) and MinGW.
I am trying to use the GNU Scientific Library (GSL) http://www.gnu.org/software/gsl/ in QtCreator. How can开发者_JAVA百科 I tell Qt creator to add these flags: http://www.gnu.org/software/gsl/manual/h
I\'ve got a PyString* object that I would like to see the contents of. Is there any way to see the text of the PyString using Qt Creator\'s debugger?
I get the following error when building a project in Qt Creator: **error: collect2: ld returned 1 exit status**
I am a newbie who is trying to use the QT creator, I installed the latest version \"qt-win-opensource-4.5.1-mingw\". Everything was working fine except for launching the QT Designer .. I don\'t really
I have been using qwt for some time, with the MSVC++ integrated versions of QT.Lately, I have been experimenting successfully with the QT Creator SDK, which uses the mingw-g++ tool chain, etc.
Or how could i embed .qm files into my applica开发者_StackOverflow社区tion? I\'m using qt-creator.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I want a tab control to \"dock\" to the entire window panel, in Qt Creator.Now in Winforms and WPF this is super easy but in Qt its not work开发者_如何学运维ing.
I\'m new to Qt.I\'d like a window to follow the mouse around the screen.(It\'s a useful aid to reading)