Qt addin for Visual Studio 2013 not working
I built Qt 5.2.0 with visual studio using these direction, Qt 5.1.1 with Visual Studio 2013 ×64 0. Install AcrivePerl from http://www.activestate.com/activeperl 1. Install python...
View ArticleQTBUG-32476 - QSizeGrip waits for non-exist mouse release event
Hi guys, Is there’s any one figure outed any solution for this Bug link [bugreports.qt-project.org]? …. QSizeGrip call QXcbWindow::startSystemResize(const QPoint &pos, Qt::Corner corner) which...
View ArticleQPainter drawFont() draws corrupt glyphs.
I’m trying to overlay some 2d text over an OpenGL context using QPainter. Here’s the code I’m using to set up the font: m_font = QFont ("Times", 15, QFont::Light, true);...
View Article[SOLVED]failing to compile my first qt app
hello guys i’m a complete newbie i barely installed qt5 armed with “ C++ GUI Programming with QT 4 (2nd edition) i tried my first app but i can’t make it compile here’s the output 18:56:31: Running...
View ArticleQSqlQueryModel + QTableView + QCompleter = filter
hi, I have a lineEdit and a tableView in my form. I would like to create a filter that narrows down the data existing in my database with the text entered in lineEdit; the data is shown in the...
View Articlehow to Make Android ToolKit For Window
how to create Android Toolkit for window ( http://forum.xda-developers.com/showthread.php?t=2042227 ) with Qt creator pls :-) i am new beginner
View ArticleQMediaPlayer - nie odtwarza piosenki
Witam, mam problem z biblioteką QMediaPlayer a mianowicie po kliknięciu przycisku start nie uruchamia się muzyka. void MainWindow::on_pushButton_clicked() { QMediaPlayer *player =...
View ArticleС1083 No such file or directory для QtSQL
Версия Qt 5.2.0 ×86. В .pro файле прописано QT += core gui sql В main’е пишу так: #include <QtSQl> И получаю ошибку из заголовка темы. В версии Qt 4.8.5...
View Article[SOLVED] qApp - How to use a "clean" StyleSheet
Hi, I would like to set a global stylesheet so that all windows/dialog get the same appearance in my application. Right now i’m using 1 stylesheet for MainWindow, and 1 other for a LoginDialog. Since...
View ArticleHow I can add *.qml files to my plugin?
Hi everyone! I have a QML plugin 2.0 with name Msl. The most part of plugin’s logic is a C++ code but my plugin must have also a QML GUI object. I tryed to find some information in doc and found...
View ArticleThe Future of Qt and QML?
A May 2013 post [qt-project.org] stated Pure QML applications are only for prototyping, or for the UI design (to be later combined with a C++ backend). So QML frontend + QML backend is for prototyping...
View ArticleQt Windows 1.5.0 x86 Online installer Download Error
Hello, I am new to Qt-Project. And just downloaded the online installer. My operating system is Windows Vista 32bit(I will upgrade this week to win7 pro) It gives me this error: Download Error Could...
View ArticleQt 5.2 with MySQL- driver not loaded
Hello there, I’ve downloaded and installed Qt 5.2 32 bit for android, my machine is windows 8 64bit, I also have visual studio 2012 installed, MySQL 5.6.16 32bit is installed. I’m trying to connect to...
View ArticleEndless loop after qmake; make. Make causes qmake to run again in infinite loop.
Hello. Qt creator was working fine on OSX Mountain Lion not long ago but now it fails. I also tried installing qt4-mac through macports and using the qmake command but I get the same problem. This...
View ArticleHelp installing QT for VSE2012
I am having problem compiling using qt-creator. I have seen this abnormalities, please look at this images...
View ArticleQInputDialog
Hi, I have to calculate an exam mark by getting the 3 marks with QInputDialog as a single string in the form of 27, 6, 55. How do I get the QInputDialog to work and how do I convert the single string...
View ArticleQtWebEngine not building on OSX using x86 flags
I have been trying to compile QtWebEngine using Qt5.2.0. I used on both compilation the x86 flag. On Qt5.2.0 with no issue, but when trying to compile QtWebEngine everything looks good until it tries...
View ArticleQDesktopServices::openUrl crashes
I have a small application which just starts a local server, waits for a connection and then launches another application. Here’s the complete source: #ifndef SERVER_H #define SERVER_H #include...
View ArticleDevelopment environment for rapid prototyping
Hello, i would like to hear your experiences and setups regarding the environment for rapid prototyping. Here is what i mean by that: Say you have a large project and have to extend it with a single...
View ArticleCan't preview components in design mode
Similiar to this topic : http://qt-project.org/forums/viewthread/28797 When I create a Qt Quick app and switch to design mode , I can’t see my components.This is what I see : Is this something to do...
View Article