Am 05.07.2012 um 10:03 schrieb Sivan Greenberg :
> Thanks for all of the replies, how do I then make the MOC step happen
> before everything else in Qt creator or by plainly using qmake?
Sivan, it seems to me that you're stumbling over the most basic steps in
developing a Qt application, all of
Hi Stefan
Have a look at this project.
https://wiki.maliit.org/Documentation/Installing#From_source_code_.28Windows.29
YMMV, worked pretty well for me on Linux.
Regards,
Pritam
From: interest-bounces+pritam_ghanghas=infosys@qt-project.org
[interest-
Hi,
i hope someone out there can help me with my issue.
I need to open a software keyboard at the time my QLineEdit gets the focus and
close it when the focus is lost. The software keyboard is only designed for
MouseEvent and TouchEvents, but no Keystrokes.
I tried to use a PopUp widget, but i