News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Qt templates and code completion

Started by antalar, August 23, 2007, 03:21:19 PM

Previous topic - Next topic

antalar

Hello.

I will try to be more constructive this time.

I use Qt and there is some templates, such as QList. For example:

class MyClass
{
   void myFunction();
}

QList<MyClass> MyList

and if I try to write this construction:
MyList.myFunction();

code completion will not work. Is it real to make it works?


and, second, not such constructive - I use WinXP and some times when i change focus from Code::Blocks to other program, there remain small gray code completion window over new window.


With best regards,
Anton Goloborodko.