You probably need to add network capability to your .pro file, something like this:
TARGET.CAPABILITY += NetworkServices
Type: Posts; User: johannes_petersson; Keyword(s):
You probably need to add network capability to your .pro file, something like this:
TARGET.CAPABILITY += NetworkServices
Now I've actually managed to get the pan gesture to trigger by sliding two fingers across the screen simultaneously. Is that how it should be? It says nothing about that in the documentation.
But...
Hi
I've been trying to implement gestures in Qt. I've understood from reading forums that the gestures does not work on Windows or Linux desktops (which is stupid according to me since it makes...
This is exactly the case for us too. We have tried it on two different computers and both of them leave out the gcce option in Carbide, both when importing .pro files and when creating a new Qt...
Where can I find the answers to the Q&A section of the webinar?? It was said that they would be published as well?
Hi there
I've found a some strange behaviour in Carbide.
If you create a Symbian OS C++ Project with the S60 GUI Application template in Carbide 2.0 the project Carbide generates always seems...