I want to use the QCA Library with QT4.7 and QTCreator as IDE. I downloaded the \"qca-2.0.2-mingw\" Version and try to link them in my \".Pro\"-file:
Keep getting warnings on lines like these qDebug(\"An error occured while trying to create folder \" + workdir.toAscii());
Is there any possibility to have forced auto completion (for al开发者_高级运维l text, not only :: -> etc) always active in Qt creator 4.7 ?I use the 2.1 git branch, and if you wait a bit when typing e
On my computer (Win7 32, VS2010 Ultimate) I would like to use Qt Creator and Qt Visual Studio add in, both LGPL versions.
First, I am sorry about my English. That\'s not m开发者_开发知识库y language. I am developing an application in QtCreator, Linux. When the IDE asked me about the libraries I would use, I just leave t
I\'m coming from Android d开发者_运维百科evelopment, and their approach to opening a new \"activity\" from a current one seems logical, and documented. Qt\'s does not.
i have developed an application that has 3X4 icons on widget. i need to navigate among the icons using up, down, right, left arrow keys how do i do it using qtcreator. and default color of text is bla
Does anyo开发者_如何学编程ne know how to configure Qt-Creator to use cygwin\'s make to build a project?Maybe this is a simple cygwin-mangled Windows path problem, but I can\'t get Qt-Creator to find/r
I am using QT Creator to develop a small GUI app. I have a GraphicsView component which spans the entire开发者_如何学C window. My question is, how can I place other widgets (such as transparent button
I have one of the latest versions of Qt Creator. is there something like VS solution? In which you can add projects and set project dependencies and build order?