Tagged Questions

0
votes
2answers
21 views

URL for multiple markers in Google Maps

In a desktop Qt application, I have some GPS coordinates that I'd like to show on a map. My plan is to construct an URL with the coordinates and let a web browser and Google maps o …
0
votes
1answer
19 views

Text under a widget added with QToolbar.addWidget()

I have a QToolbar with toolButtonStyle set to Qt::ToolButtonTextUnderIcon in which I add a QLineEdit through addWidget(). I'd like to have descriptive text under that widget like I …
0
votes
1answer
20 views

How can I set the path + filename in Qt Designer’s property box?

I sucessfully added a QLabel widget into the FormWindow and set a pixmap in code, but when examine the property box the pixmap filepath field was empty even if the image did get lo …
0
votes
3answers
12 views

Accessing Qt widget from different thread

In Qt an object belongs to the thread on which it has been created. We need to access controls created in main thread from background thread. However as soon as we refer the object …
0
votes
3answers
35 views

Qt moc_ include file problem

I'm trying to compile the basic tutorial program at http://doc.trolltech.com/4.4/mainwindows-application.html and running into a problem. Doing things the way the tutorial program …
1
vote
3answers
48 views

Qt Python radiobutton: activate event

Hi Everybody, I am developing a project for one customer, where the design has a radio button with exclusive options. Here is a piece of the code that runs and show two nice rad …
0
votes
3answers
45 views

how to add an widget into the Form In QtDesigner

in qdesigner_workbench.cpp, how can I add a widget (say QLabel) into a FormWindow by code? Since methods like createWidget()...etc are all abstract, how do I properly use the inte …
0
votes
0answers
33 views

Qt invokeMethod with QString

I have a daemon running on DBus that offers service for launching applications. I want to pass two strings to this service API (appPath, appArgs). I have registered the service and …
1
vote
3answers
37 views

Qt Python : QTreeWidget Child Problem

Hello Everybody, I have a QTreewidget that works fine if I have just one level on my treelist. If I decide to add child sublevels, it gives me an error. Here is the code, that wor …
0
votes
2answers
31 views

QtPython Qtreewidget Problem

Hello Everybody, I trying to do a Qtreewidget to attend a customer design suggestion. I am coding it on QtPython. I did a first try using Qt Designer, then generated the code. But …
0
votes
3answers
40 views

Qt (Creator) with WinSocks (ws2_32)

I want to use an older code-fragment in my Qt-project, which is using WinSocks. I created my program with Qt Creator and I don't know, how I can link to the ws2_32-Library. I alre …
2
votes
2answers
59 views

Qt widget update later but when?

I'd like to know what happens exactly when I call a QWidget's update() method. Here is the documentation: http://doc.trolltech.com/4.5/qwidget.html#update This function does n …
-1
votes
3answers
27 views

‘QSqlDatabase’ was not declared

Hi, I am very new to using QT4. I am trying to use sql in an already working application. However, when I try to compile I get this error: "‘QSqlDatabase’ was not declared in thi …
0
votes
1answer
39 views

QT Designer — Designer.exe is Always crashing whenever I start it, the crash is also related to a call to QtCore4.dll , Any Suggestions ?

I am a newbie who is trying to use the QT creator, I installed the latest version "qt-win-opensource-4.5.1-mingw". Everything was working fine except for launching the QT Designer …
0
votes
1answer
24 views

Getting only one dimension of indexes from the getSelectedIndexes function in QT?

I'm working on a small project in QT (well, pyQT4 actually, but it shouldn't matter too much) and I've run into the following problem. I have a QTableView with several rows and col …

1 2 3 4 5 20 next
15 30 50 per page