Author Topic: Qt templates and code completion  (Read 3713 times)

antalar

  • Guest
Qt templates and code completion
« on: August 23, 2007, 03:21:19 pm »
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.