[qmake] Link to a static library using shadow builds
Hi, I just created a new project and I am having trouble with qmake variables. Neither the documentation, nor the undocumented qmake [qtcentre.org], nor even the mighty Google seems to have the answer...
View ArticleQt GUI Test Automation: froglogic adds QML/QtQuick 2.0 support to Squish for Qt
Hi, We are excited to announce that Squish for Qt now also supports automated testing for QML2/QtQuick 2 applications on any platform with the upcoming Squish 5.0 release. Read more at...
View ArticleAccess dynamically created object (created with Qt.createQmlObject in...
OK, so, it seems I’m having one issue after another, and here is my latest. I have a dynamically created ListModel created in Javascript with Qt.createQmlObject(), then I have a dynamically created...
View ArticleUsing qtquick as texture in 3D
I wrote a small demo as described in Using qt widgets as texture in 3D [qt-project.org] to render widgets into opengl textures for using them e.g. as a 3D ui. Now I wonder what would be the best way to...
View ArticleQNetworkReply abort problem
I don’t know if I missed something from documentation but when I call abort during put request the reply never gets deleted (in example program hangs). To contrary when the query is successful...
View Articleno such slot
Something I don’t understand about slots i guess . My slot function never gets called . I see a message that says : QObject::connect: No such slot Lobby::Lobby::onMyButtonClick() in lobby.cpp:13...
View ArticleQT - KDE raise device error using Phonon
My application need to play mp3. I’m not familiar with QT (learning from half year). I started from QT 5.0.2 which worked perfect except that it can’t use oxygen on my KDE enviromnent. So due to this...
View ArticleSet style for QScrollArea's viewport
I’m trying to style the viewport of a custom QScrollArea as follows: setStyleSheet("QScrollArea > QWidget > QWidget{background:transparent;}"); Which successfully styles...
View Article[SOLVED] Usage of QRegExp
I am parsing the output of vol command such that I only get the volume serial number i.e like qwer-12w2. But I get nothing, here’s my code: #include <QtCore/QCoreApplication> #include...
View ArticleCreate printable document
I want to create a printable document. Are there any best practices to follow? And can I find feature like .net’s Crystal Reports from Qt? Thanks in advance..
View ArticleMenuBar size
Hi all, I’m very new in Qt and I do not work with Qt, I would like only to learn for fun, but I have almost no time to research about my doubts (I have only some minutes per day) and my test program is...
View ArticlePlugins personalizados - Custom plugins
Buenos días a todos. estoy creando mis propios plugins para poderlos introducir posteriormente en eclipse pero hace tiempo tengo ciertos problemas con la diferenciación de las distintas versiones de...
View ArticleHow to step into Qt code. Qt architecture UML.
Hi! I am new to Qt, but want to deeply understand this library. For this goal I prefere looking through library sources in debug (callstack particulary) and step into unknown for me functions....
View Articlerunning Qtcreator as root on ubuntu 13.04
So I just installed Ubuntu 13.04 and being a developer, installed the QT SDK. The problem is when I try to run the program as root, for example: $ sudo qtcreator The terminal just hangs and the...
View ArticleПроблема с model->appendRow(root);
Всем Доброго Дня Проблема, не могу получить вывод текста QDomNodeList books = root.elementsByTagName(“Book”); завязка на #include “sortfilterproxy.h” , то есть QStandardItem *root = new...
View Articleسوالی پیرامون استفاده از پلاگین فلش پلیر در ویندوز و اندروید
سلام دوستان آیا راهی هست که بشه یه فایل swf رو تو ویجت کیوت لود کرد و نمایش داد و اگر بله آیا راهی برای لود اون به روش ByteArray هست ؟ اگر فلش رو تو ویندوز لود کنم و بعدش ببرمش تو اندروید به مشکل نمی...
View Article'animacja' gry connect 4 (C++, Qt)
Witam! Napisałem w C++ grę Connect 4 (http://en.wikipedia.org/wiki/Connect_Four, http://pl.wikipedia.org/wiki/Czwórki) do gry z komputerem. Do wyświetlania planszy stosuję pole Plain Text Edit. Na...
View Articleمشکل در اجرای برنامه بر روی دیگر سیستم ها (لینوکس)
سلام و عرض خسته نباشید خدمت دوستان راستش من کیوت رو بیشتر در لینوکس کار می کنم. مشکلی که الان بهش برخورد کردم اینه که وقتی برنامه ای که با کیوت می نویسم رو روی سیستمای لینوکسی دیگه اجرا می کنم برنامه...
View ArticleSearching for the right tool/tutorial
Hi I always wanted to program some small applications, but until now I have never done any graphical programming. I want to visualize simple things like cellular automatas. This means that I got a 2D...
View Articletrigger several overlaping sounds .
Hi, I am currently developping an applycation base on QML component. I am using: QTQuick 1.1, QTcreator 2.5.82 QT 4.8.4 QtMultimediaKit 1.1 I have several component which can produce a sound. I am...
View Article