Friday, July 4th 2008, 9:38pm UTC+1

You are not logged in.

  • Login
  • Register

1

Wednesday, May 7th 2008, 9:31am

Complex QCompleter

I can do simple QCompleter.
But need more complex, for work with long file list.
How i can make Completer like in Windows Explorer?

  • Go to the top of the page

2

Wednesday, May 7th 2008, 11:08am

RE: Complex QCompleter

did you look at examples/tools/treemodelcompleter?
Nicolas
  • Go to the top of the page

3

Thursday, May 8th 2008, 8:10am

RE: Complex QCompleter

Quoted

Originally posted by Nicolas SOUCHON
did you look at examples/tools/treemodelcompleter?


yes, but i not clearly understand how make good work with dir containing many files (completer work with file system). It takes much time - read dir with many files. Program freeze until dir was readed.
  • Go to the top of the page

Rate this thread