Questions specifically about version 4.x of the Qt C++ GUI library. If your question applies to other versions of Qt, use the tag [qt].
0
votes
1answer
18 views
QTableWidget::row() not behaving as expected
When calling QTableWidget::row( const QTableWidgetItem * item ) with a pointer to a valid vertical header item, the function is returning -1. I wouldn't expect this though, since I explicitly set the ...
1
vote
1answer
40 views
Remove titlebar of QMessageBox when use static method QMessageBox::information()?
Follow the title, I use this code:
int ret = QMessageBox::question(this,"Title","Stupid code",QMessageBox::Yes | QMessageBox::No);
The message box showing cool.
But now, I want to remove the ...
0
votes
2answers
24 views
How do I use QuaZip to extract multiple files?
I have the below code to move through a list of the folders and files in a zip archive creating them as I goes (also creating paths for files if not created yet).
The application crashes when I use ...
0
votes
0answers
11 views
qt creator set breakpoint opens different file
I am currently using Qt Creator as a debugger for my C++ Qt project. Recently while in debug mode, whenever I set a breakpoint, Qt opens up a "random" .c file. These include of dl-open.c, poll.c, ...
0
votes
1answer
30 views
“Underlying C/C++ object has been deleted”
I'm having an exception running a simple application in python 2.7 with Qt.
Code:
# *-* coding: utf-8 *-*
__author__ = 'luismasuelli'
import sys
from PyQt4 import QtGui
class ...
0
votes
2answers
55 views
Widgets within a QGraphicsScene
I'm trying to add a QgraphicsView(QColorDialog) widget onto a Palette dialog, but the QGraphicsscene corresponding to the QColorDialog widget is always blank and it would be of great help if readers ...
0
votes
0answers
9 views
QWizard adjustSize() glitch when using QWizardPages with subtitles
When I try to adjustSize() of a QWizard with a subTitle set (either in Designer or manually), some of the UI objects aren't given enough vertical space (see screenshot below - in this example it's the ...
0
votes
1answer
11 views
Qt4.8 The effect of setSizePolicy(QSizePolicy ::Expanding , QSizePolicy ::Expanding) When I using QGridLayout
I want slice the main windows as like this
my layout code is follow:
QGridLayout *gLayout = new QGridLayout ();
viewWidget->setStyleSheet("background-color: #333;" );
for ( i = 0; i < ...
1
vote
0answers
16 views
Use custom tab bar with QMdiArea
I see that QMdiArea has tabbed view mode. I want to be able to split the main window with two QMdiArea widgets and to be able to drag and drop tabs between each of them. I have already done it with a ...
3
votes
1answer
28 views
Detect you're in a hiDPI mode
Working with QT 4.8.4 on OS X -- Dektop Application development. I need to be able to detect, at paint time, if I am on a hiDPI display ("retina") or not. Does anyone know how to achieve this?
0
votes
0answers
27 views
How to make effective use of icons with QToolButton in Qt4 or Qt5?
Look at the code sample below:
...
QToolButton *tb0 = new QToolButton() ;
QIcon icon("Icon.ico") ;
QSize size(64, 64) ;
tb0->setIconSize(size) ;
tb0->setIcon(icon) ;
tb0->setFixedHeight(70) ...
0
votes
0answers
78 views
Ubuntu 13.04 CMake and Qt4 and Qt5
I'm using the new Ubuntu 13.04 and installed qt via apt-get install. It seems that qt5 is installed now. A CMake Project using qt5 workes well.
I had the same code running on a machine with qt4 ...
0
votes
2answers
32 views
Getting focus/activeFocus status from QML ListView
I've a two column layout with a ListView in the left column. With the Left/Right Keys I can change focus between the two parts of the app.
The active focus of the left column is delegated to the ...
0
votes
1answer
31 views
qmake subproject in CMake project
I've got a CMake based project with the following "design":
add_subdirectory(first_lib)
add_subdirectory(second_lib)
add_subdirectory(qt_application)
My question is - can I create a qt_application ...
2
votes
1answer
32 views
How in Qt get current display resolution?
What is the way to get current display resolution in Qt4 or Qt5 simple GUI application ?. For example if I have my monitor current resolution set to 1366x768, then how can I get this values in my ...
0
votes
0answers
19 views
qtcreator ui file to source file automation
I am using qt creator in ubuntu(qt 4.7). The creator generated .ui file. But I need the source code (.h and .cpp) file as I need to modify some code there.
I use uic utility to generate the .h ...
0
votes
0answers
27 views
QTreeWidget filter and finditems not work
My code doesn't work. I want a filter a QTreeWidget by text(RegExp) - only 0 column
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include <QTreeWidgetItem>
#include <QDebug>
...
0
votes
1answer
30 views
How to build Qt5 app with their static libs?
I'm a Qt beginner and I want to know how to build Qt5 apps with their static libraries. Is that possible to build with static libs everything that can be build with dll's ?. I want to know because I ...
0
votes
1answer
60 views
Widgets must be created in the GUI thread Error !. How to correct the code?
I have some experience with C++ but I'm a Qt beginner just for a few days. Look at my simple application code below, that is "main.cpp" which is only code file in the project. The problem is that when ...
0
votes
1answer
19 views
QScollArea doesn't autoscroll when dragging inside it
I have some widgets inside a QScrollArea and I'm dragging between these widgets, the problem is that the QScrollArea doesn't scroll when I'm dragging inside it, so if I want to drag between a widget A ...
0
votes
1answer
49 views
How do I connect a hardware interrupt to Qt Emit?
I'm building and embedded app and I rather use a hardware interrupt listener then chew up cpu cycles by polling every 10th of a second.
This obviously can be done since there are listener for ...
0
votes
0answers
17 views
detect all the network erroneous cases with Qt
detect all the network erroneous cases with Qt
I want to get Page Source by the following code ,I wonder is it enough to detect all the network erroneous cases with the following code ?
0
votes
2answers
59 views
QWidget pos() not updated during resizes involving origin
I am desperately failing at the supposedly simple problem to obtain the position and geometry of a Qt window on the screen. I originally stumbled upon this problem in a Python/PyQt context, but have ...
2
votes
2answers
63 views
+50
Multiple QGraphicsView for a single QGraphicsScene
I am having one QGraphicsScene to which i have added some QGraphicsItem.
I want to create multiple QGraphicsViews each of which displays a particular section of my QGraphicsScene(not similar portion)
...
1
vote
1answer
20 views
sharing the same delegate between columns of QTableWidget
I want to use my own delegates for filtering user input in some columns of QTableWidget.
According to the QAbstractItemView class reference I need to delete delegates myself.
I don't want to create ...
0
votes
1answer
40 views
Qt 4.8.4 MAC Address QRegExp
I'm trying to get Qt to match a MAC Address ( 1a:2b:3c:4d:5e:6f ) using a QRegExp. I can't seem to get it to match - what am I doing wrong?
I am forcing it to try and match the string:
...
0
votes
1answer
31 views
QThreads interruption with slots and signals
I have a class which contains QThread. In the initialization function of this class the thread should be started. This works correct. in the thread there I have a while(bool certainCondition){} this ...
1
vote
1answer
58 views
QtCreator (2.7.0) does not process properly LIBS.
I have defined the following environment variable:
PLATFORM_SDK=C:\Program Files\Microsoft SDKs\Windows\v7.0
Inside my project file I declared:
LIBS += $$quote($(PLATFORM_SDK)/lib/SHFolder.lib)
...
2
votes
1answer
40 views
Why do we declare a namespace for the ui object in Qt when dealing with forms?
I'm new to Qt. So when we create a new GUI project with Qt Creator the auto generated code looks like this :-
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow
{
Q_OBJECT
...
1
vote
1answer
27 views
How to align QProgressBar label in QGIS messagebar?
Unable to align the QProgressbar label in Qgis Messagebar. see the image below
While progressbar is updating,the label is vanished. so i tried the alignment for progressbar as shown below but its ...
1
vote
1answer
29 views
How to get Total and Used Space of a SD Card in Qt Application?
Hi friends I am working on a Qt application where I need to display the total space and used space of a SD Card which is connected to my PC. I need to display them in the form of a string. E.g. 7.6 ...
0
votes
0answers
55 views
Building QT 4.7.0 libraries on Ubuntu Linux
I am trying to build QT 4.7.0 libraries on Ubuntu Linux (Amazon EC2 instance) by following the below steps:
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get build-dep qt4-qmake
...
0
votes
0answers
18 views
Qt graphics overlay on top of a QAbstractScrollArea draws graphics in the wrong position
I'm trying to create an overlay layer on top of a qt widget according to the following example:
http://qtcenter.org/wiki/index.php?title=Widget_Overlay
This works fine when using on top of a ...
2
votes
1answer
62 views
QPushbutton does not connect
In the following code I'm trying to replace "original text" with "new text" when "click" button is pressed. I dont get any errors, but the label's text doesnt change.
QPushButton *button=new ...
0
votes
0answers
27 views
Static linking of qt
I am trying to produce a statically linked .exe of qt4.8 without any presence of .dll like QtCore4.dll and QtGui4.dll. I am making use of Visual Studio 2010.
I tried making use of this tutorial. But ...
0
votes
2answers
42 views
QPushButton focus
I have a pushbutton which its background image gets changed regularly according to the packets ui receives from serial. When the user clicks the button, it becomes red with borders.
pb_Jack1Up ...
1
vote
1answer
27 views
Accessing QNetworkRequest data before it's sent
Is there any way to see the data that will be sent (or has been sent) during (or after) a call to QNetworkAccessManager::post(QNetworkRequest,QByteArray) on the client side?
In other words, I would ...
0
votes
0answers
23 views
qt4 - MacOSX unified toolbar buttons
How can I get the native unified toolbars buttons using qt4?
QToolButton looks not native at all on Mac OS X. I have enabled the uifiedTitleAndToolBarOnMac property, but this only changes the look ...
4
votes
1answer
170 views
page-break-inside doesn't work in table cells with rowSpan?
I want to make PDF rendering of my big report table. But it seems that phantomjs doesn't support the rowSpan attribute. Here is the example:
phantomjs rasterize.js ...
0
votes
0answers
15 views
Can't override openLinkInNewWindow action
I'm trying to override the openLinkInNewWindow action of a QWebPage, but that doesn't work,
Here in the constructor of the inherited class, I have,
QAction *openLinksInNewWind = ...
0
votes
3answers
51 views
Check if directory is empty
I'm trying to check if a directory is empty.
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
QDir ...
-1
votes
0answers
19 views
Qt error with PCL headers on ubuntu 10.04 [closed]
Can anyone help me for fixing <pcd_io.h> file error with QT on ubuntu 10.04?
I am trying to use the PCL header in my project.
1
vote
1answer
82 views
Static Library - Static library using own Qt .so file
I want to compile a static library for Qt Project version 4.7.4. But whatever I'm changing in .pro file it will not affecting on changes. I want change for example libQt5Gui.so to point on ...
0
votes
1answer
45 views
Qt mouse cursor does not change when opening dialog after drop event
I am using Qt for C++ and have a dropEvent which opens a dialog. However when the dialog opens, the mouse cursor retains the drop cursor instead of going back to the generic default cursor. This is ...
0
votes
1answer
43 views
Qt QGraphicsView unit testing - how to keep the mouse in a “pressed” state?
I have a fairly complex QGraphicsView/Scene setup where by I have items with complex interactions.
As such I want to unit test this to avoid creating bugs in already existing functionality. For one ...
0
votes
1answer
19 views
Qt translate function call error
In my application sometimes there's error like this:
msg = QtGui.qApp.translate("@default", error_msg)
TypeError: function takes exactly 5 arguments (1 given)
The strange is, that most of the ...
0
votes
0answers
18 views
QDebug in friend method, with or without &?
I've been using an overload for QDebug with msvc2010 for a while:
friend QDebug &operator<<(QDebug &debug, const UsingClass &uc)
{
debug << uc.stringForStreaming();
...
0
votes
1answer
56 views
Common ways to use a Qt shared library with an application and cmake
At the moment I have an application and a (static) library, both written in Qt. As build system I use cmake. I link the library with target_link_libraries to the executable and everything works fine ...
0
votes
1answer
22 views
Can't install a image file anymore, what's wrong?
In the old days, I use the following config to install a image file along with make install,
icon.files = images/udv.png
icon.path = $${PREFIX}/share/icons/hicolor/128x128/apps/
INSTALLS += icon
...
0
votes
1answer
23 views
setTextAlignment() doesn't work when editing data
I use QStandardItem::setTextAlignment() to make sure elements displayed in center, but when you double click on a item, aka editing mode, it is still displayed at the left most position.
So, how can ...




