Trolltech Greenphone (Announcement)
I got
Greenphone .
The review will be a little later, when the impressions are gone. And they are ambiguous.
While I want to share a piece of code from the
SDK :
QPhoneCallManager mgr;
QPhoneCall call = mgr.create( "Voice" );
QDialOptions dialOptions;
dialOptions.setNumber( "1234567" );
call.dial( dialOptions );
')
These 5 lines are enough to make a call. A huge field for flight programmer fantasy.
Source: https://habr.com/ru/post/15136/
All Articles