C++11 thread support in Qt Creator 2.7.0 (Qt 5.0.2)
I am trying to make threads working under Ubuntu. I set the QMAKE_CXXFLAGS = -std=c+11 -pthread -lpthread but it still wont work and will write “terminate called after throwing an instance of...
View ArticleError using states to change between pages
Hi I’m tring to change between pages using states, in a small game. This is what I did: main.qml: Rectangle { id: root ...... PagePanel...
View ArticleSomething about qt creator debug
If I have a code like this void testFun() { int result = add(a, b); } The value of ‘result’ cannot be watched when debugging. the qt creator hint me , that the variable ‘result’ is out of scopt when...
View ArticleSmooth Dragging of Items
I’m trying to use the mouse to drag a series of items all at the same time. So far, I have overriden the mousePressEvent, mouseMoveEvent, and mouseReleaseEvent in order to provide a nice way of...
View ArticleQFileDialog: Set starting directory?
Hi. I wonder, if there is any way how I can set the starting directory of a QFileDialog. So, supposing you’ve got a “Save” function. You click on your button with this function and a QFileDialog opens....
View ArticleHow to static application with Qt5.1 beta ?
How to static application with Qt5.1 beta ? one .exe application on ubuntu 12.04 or windows ?
View ArticleImport string from another window (newDialog.ui) to MainWindow?
Hi, I’ve made a settings window (a new GUI class). When I click on a button named “Settings” in my MainWindow, the settings window opens. Everything ok. But in this settings window you can choose a...
View ArticleDose Qt5 support for Embedded Linux System?what kind of Embedded system and...
I can’t find any download for Qt5 Embedded System,but only Qt4.8.I want to know whether qt5 supports for Embedded Linux system?I saw Qt5 just supplies these version: Qt 5.0.2 for Linux 32-bit (395 MB)...
View ArticleQt Creator 2.5.0 - adding executable permission bit when working over sshfs
Hi everyone! I’m using QtCreator on project that is mounted via sshfs and facing this problem: when saving any file, QtCreator makes that file executable (kinda chmod u+x). That brings some unpleasant...
View Articlethe error generate "No valid Qt Version found" in the Qt Creator 2.4.1 in...
Hi, I install Qt Creator 2.4.1 by using following .bin file in Ubuntu 10.04, is this correct version or not for making GUI of AM3354?? qt-creator-linux-x86-opensource-2.4.1.bin I RUN the Qt Creator IDE...
View ArticleQXML
i code doesn’t work if i want to append it….. here is my code… QDomDocument document; QDomElement root =...
View ArticleQtCreator indent
Hi, is it possible to indent code in QtCreator from this: if(flag==6){ bufferIndex+=5; } to code with spaces before and after keyword and operators? if ( flag == 6 ) { bufferIndex...
View ArticleWho's Making Qt framework decisions now?
Hi, I’m quite concerned about the direction Qt is taking these days. I was wondering; who makes the decisions for this project now? Is there someone I can contact that is in charge of what changes are...
View Article[SOLVED] Any way to do a recursive include in a .pro file?
SOURCES = *.cpp and lupdate_only{ SOURCES = *.qml work but only for the specified directory – is there a way to get files recursively for these statements?
View ArticleUnlogical running of scrollTo() in QTableView
I have a playlist table inherited from QTableView that periodically changes of line. It has also an autoScroll method that tries to scroll automatically to next line if it is not visible in the...
View ArticleNotification Widget
Hey. I would like to create a notification widget that renders above all other windows on the desktop (something like growl). Is there a way to do this using widgets? Kind regards.
View ArticleopenGL (QGLWindow) functionality in QDeclarativeView
Hi, I am working on a project for Sailfish OS (Qt 4.8) app. I need to integrate openGL into QML using a QDeclarativeView. Seen and tried the examples as shown in the Qt Forums. They all: set a...
View ArticleUsing QWidget as a QListView Item
I’m currently developing a desktop app using PyQt. As the titles states I’m trying to create a QListView and populate the list using QWidgets as items. """ INPUT:...
View ArticleDeploying my project... where to start?
Ok, I am fairly aware that this question is answered somewhere… but I find hundreds of items in the search which don’t quite contain what I am looking for… so I have not just been lazy :o Here’s my...
View ArticleIs there a api that if you provided an artist and a title could give you the...
Is there a api that if you provided an artist and a title could give you the album? Or album and title could give you the artist?
View Article