Thanks for the info.
My proces uses static classes for intermodule communication, that is why i need static slots and signals.
Type: Posts; User: btomas; Keyword(s):
Thanks for the info.
My proces uses static classes for intermodule communication, that is why i need static slots and signals.
Hi. how do i connect signal to static slot?
something like this:
class myStaticClass
{
static void method(obj o)
{
QtObject::connect(o, SIGNAL(sig()), myStaticClass,...
Hi,
But what do i do with .dll file from second project? How do i include it in my project?
Will intellisence then recognize objects in .dll file?
Hi there!
I was wondering how can i have one project that is main (Qt Symbian) and
other project that implements some functionality (e.g. sum(int a, int b) method) i a single .dll file?
How do I...
I studyed mobility 1.2 but there is no support for symbian... there is no support for anything :(
until final mobility 1.2 release, and that could happen when?
Hi,
As for everyone his is quite urgent for me also.
I found few posts saying about Symbian s60 3rd support for bueltooth using native c++, this is not what i was looking.
Also, i did notice...