qt-creator
Add Phonon::SeekSlider in Qt Creator?
I’m trying to add a Phonon::SeekSlider in Qt Creator but can only add it to my form in code. 开发者_如何转开发seekSlider = new Phonon::SeekSlider(this);[详细]
2023-04-05 10:28 分类:问答how create qtCreator project from a git repository?
I had created project. New File or Project=>git Repository Clone=> clone url git://github.com/negativ/eiskaltdcpp.git=>The process terminated with exit code 0.=> finish => cmake wizard =>next[详细]
2023-04-05 09:01 分类:问答Does the qmake includes pri files automatically in the pro file
Assume the following directory structure project/project.pro project/project.pri In this case even if the project.pro file does not have a statement like (include project.pri). Does it gets include[详细]
2023-04-05 03:08 分类:问答Allegro and Qt creator - how to set up this two?
I\'ve looked for it for a long time and I couldn\'t find it, so could anybody tell me how to set up allegro (4.2.3) with qt creator (2.3.0), Qt 4.7.4 ?[详细]
2023-04-04 23:39 分类:问答How do I define a variable when I call CMake, so that qtcreator knows it is defined?
I have a section of code that is conditionally activated depending on a #define, like this: #ifdef VARIABLE[详细]
2023-04-04 20:40 分类:问答Add a QLineEdit to a qtoolbar in qtcreator (designer)
I have trouble with adding controls as a QLineEdit to a QToolbar from the IDE itself not by adding code (I can\'t do a开发者_JAVA技巧ny GUI coding without a WYSIWYG editor)[详细]
2023-04-04 10:00 分类:问答not getting windows 7 native look and feel
I\'ve recently downloaded and build qt 4.7.4 locally, but there\'s one problem I\'ve been having since using it. I\'m not getting the Windows 7 look and feel. I didn\'t have this problem with 4.6.3. H[详细]
2023-04-04 08:02 分类:问答QTCreator 2.3 Locals and Watches not populating for Qt classes
So when i hit a break point in my program, the watches window populates as it should. However when i expand a Qt class (QObject, QWidget, QImage etc) the arrow opens but no new information populates t[详细]
2023-04-04 07:57 分类:问答QtQuick, QML-based application contents invisible
I have created a simple QtQuick application in QtCreator (based on QtSDK 4.7.3), which builds successfully and runs from within the QtCreator IDE without any problems.[详细]
2023-04-03 22:22 分类:问答Can't compile Qt Creator
I\'m trying to compile Qt Creator source code and got the following error message: fatal error: QtCore/private/qwineventnotifier_p.h : 开发者_如何学JAVANo such file or directory.[详细]
2023-04-03 09:45 分类:问答