Skip to main content

Questions tagged [qt5]

Questions specifically for version 5.x of the Qt library. If your question applies to other versions of Qt, use the tag [tag:qt4] or [tag:qt3]. It is recommended to use with the tag [tag:qt].

qt5
2 votes
2 answers
421 views

what is processEvents in a qt platform plugin supposed to do ?

I am writing a new platform plugin for qt, i am trying to understand what is the "processEvents" virtual method supposed to do ? my requirement is that i receive events on a file descriptor and am ...
Ravikumar Tulugu's user avatar
0 votes
2 answers
343 views

Building a class inherit from QWidget but with _ZTVXYYY undefined

I am building the analogClock (class AnalogClock : public QWidget) example application under qtbase/example/widgets, but with following undefined symbol: _ZTV11AnalogClock... And I objdump -t ...
thincal's user avatar
  • 63
0 votes
1 answer
346 views

QT5 mouse Plugin not loading with qtwebkit

I have cross compiled QT5 for MIPS based embedded platform. There is no pointer device. Hence created "Socket based" pointer device by modifying the evdevmouse plugin and it is working. But when I ...
hari's user avatar
  • 1,439
2 votes
0 answers
522 views

QT5 Text rendering issue

I have cross compiled QT5 on a MIPS based platform. Whenever I run application including sample apps, (Which contains text), first it draws the text and later paints the area of text with "rectangle" ...
hari's user avatar
  • 1,439
9 votes
3 answers
5k views

GDB pretty printers for Qt5

Where I can find gdb pretty printers for qt5? I could find only for qt4 on kde developer site. Maybe somebody knows whether pretty printers for new version of Qt exist and where I can find them. I ...
Igor Alexandrov's user avatar
28 votes
3 answers
45k views

How to catch exceptions in Qt?

try { // `count()` throws exception connect(thread, SIGNAL(started()), engine, SLOT(count())); } catch(const X& e) {} As of Qt-5, I get following error: Qt has caught an exception thrown ...
smallB's user avatar
  • 16.9k
1 vote
1 answer
655 views

QT5-alpha build errors in Ubuntu-Linux 11.10

I tried the instructions of building latest QT5-Alpha(http://qt-project.org/wiki/Qt-5-Alpha http://qt-project.org/wiki/Building_Qt_5_from_Git) from GIT,but facing compilation in wayland files Ubuntu ...
subbul's user avatar
  • 947
5 votes
1 answer
3k views

How does Qt4.8(or the Qt 5) do the painting work? [closed]

It is probably as same as "How my program code transition to the GUI on screen device via various Qt5 painting system?" Since Qt support various kinds of platforms,my questions only base on Linux ...
gemfield's user avatar
  • 3,328
47 votes
8 answers
30k views

Image rounded corners in QML

To my surprise, the Image component has no radius property. I tried emulating the rounded corners by putting the image in a rounded Rectangle, but it does not clip the corners. Rectangle { ...
Tamás Szelei's user avatar

15 30 50 per page
1
581 582 583 584
585