0
votes
1answer
28 views
Set a QComboBox or QSpinBox to a value not allowed
I am maintaining an application which tries to help the user get his parameters to work together, as there are many interdependencies.
Now there is a default value of x for a var …
0
votes
2answers
37 views
QGraphicsView/Scene - multithreading nightmare
Am I correct in thinking that the QGraphics* classes are not thread-safe? I am porting an old app to Qt and in the process attempting to make it multi-threaded too. I looked at the …
0
votes
1answer
22 views
Modifying Qt core components/widgets, best practices?
Hello everyone,
I'm trying to enhance Qt's QPrintPreviewWidget by allowing it to display page numbers (in the footer somewhere). Unfortunately, I can't quite figure out how to go …
0
votes
2answers
29 views
how to export headers using Qt pro files
I've a project with following files
TestProject/api/apiheader1.h
TestProject/api/apiheader2.h
TestProject/src/apiimplementaton.cpp
TestProject/inc/apiimplementation.h
TestProject/ …
0
votes
1answer
26 views
QComboBox with single value: Select this value
I have a QComboBox which changes its selection possibilities depending on certain conditions.
Because of special combinations, it might have only one selection left over, which ha …
0
votes
2answers
31 views
How to read data from file and display in QEditText box in QT
i would like to read a line of data from text file and display that data in Text Edit box
1
vote
3answers
48 views
Custom painting QMainWindow title bar
Does anybody know how can I customize title bar of a main window in QT? I would like to make some custom painting over the "normal" drawing.
The QT version I'm interested in is 4. …
0
votes
1answer
59 views
Qt Creator Project Build Error
Hello everyone,
I get the following error when building a project in Qt Creator:
**error: collect2: ld returned 1 exit status**
Below is the compile output
**Running build ste …
0
votes
2answers
57 views
How can I add widgets to title bars in QMainWindow?
Is any posibility to add widgets in titlebar of QMainWindow?
I try to avoid "emulate" a title bar by making a custom widget for that and hiding the default title bar (from Qt::Win …
0
votes
1answer
17 views
PySide Qt4 widget exchange in a hboxlayout
I'd like to exchange a widget inside a QHBoxLayout. This code seems to work, but as soon as I do the actual app._exec(), the code crashes with terminate called after throwing an in …
1
vote
2answers
22 views
When dragging a row in a QTableWidget, how can I find out what row index it was dragged FROM and TO?
I'm trying to keep some array data synchronized with the contents of a QTableWidget. I'd like to enable drag and drop reordering (moving items within the table, as opposed to copy …
0
votes
1answer
20 views
Filling the parent with Qt widgets
I'd like to create an application's main window in qt4 designer.
When I add a layout element to the centralwidget, that element stays in the middle of the window and does not move …
0
votes
4answers
49 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 …
1
vote
3answers
57 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
1answer
41 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 …
