I create a wiki page explaining how i solve it.
Type: Posts; User: manu91; Keyword(s):
I create a wiki page explaining how i solve it.
How to do it?
i'm sorry but i'm not an expert about Qt...
hi to everybody... I tried to use the advices that you give in this post to take screenshot, but i faced some problems...
i create a file called head.h like this
#ifndef HEAD_H
#define...
Ok i fix everythig, but still remains one problem...
After including the lib, i use this class to perform the call
.h file
#include <e32base.h>
#include <eikenv.h>
I already try it, but the compiler returns:
error: cannot find -letel3rdparty
But only on the emulator... Compiling for the device, everythings seems to work... :confused:
Ok thaks for the links...
Now i'm trying to use th CTelephont in a QT only app... But i'm not able to include the Etel3rdParty.h .
I have to copy the file in my QT project? Only that file, or...
can i use the code written here directly in QT??
if i wrote a method to performs the call, i could call it form qml? i already use this system with the Qurl, without use the wrapper...
What do you mean? Or some help on how to use the CTelephony with QT/QML??? :(
The "#31#" in Italy, allow the user to perform a call without sending his number to the recipient of the call.
I need to use the " #31# " .... also the "+" returns the same error of any other symbols...
Hi to everybody.
I create an app that make a phone call using specific code, allowing the user to use some service that are available in Italy.
To to this, i use th QDesktopServices call in...
Hi to everybody...
i'm developing an app that have to open a several numbers of tab in the default browser...
I tried to use this
Qt.openUrlExternally("http://www.google.it")