Quantcast
Channel: Jobs
Browsing all 18427 articles
Browse latest View live

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 Article


Error 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 Article


Something 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 Article

Smooth 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 Article

i wanna a program for Mac

I have a photo stitching software to make some some favourite panoramas when I’m not busy. Thus I can hang them on my hall at home, my friends and classmates always praise me, especially when it’s a 3d...

View Article


QFileDialog: 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 Article

How 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 Article

the 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 Article


QXML

i code doesn’t work if i want to append it….. here is my code…     QDomDocument document;     QDomElement root =...

View Article


QtCreator 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 Article

Who'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 Article

Unlogical 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 Article


Notification 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 Article

openGL (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 Article


Using 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 Article

Deploying 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 Article


Is 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

Unit testing, versioning and books

Hi all, I’m a beginner using Qt. Until now I’ve developed using mostly (VB | C#) & .Net Framework. I’m writing this post to ask for few suggestions. 1 Unit tests I’m trying to realize an...

View Article

how can i add Qwebkit feature in qt 5.1 for android platform

Hi all, I have not seen Qtwebkit library for android-arm, and android-x86 platforms in latest qt 5.1 beta version. I wanted to Know when this component will be supported on android platform. Thanks in...

View Article
Browsing all 18427 articles
Browse latest View live