Hi all,
I have problem with QFileSystemModel class because when i try use a basic code like this
Qt Code:
  1. QFileSystemModel model;
  2.  
  3. model.setRootPath( ":/" );
  4. ui->treeView->setModel( &model );
To copy to clipboard, switch view to plain text mode 

get on output strange messages like this
Qt Code:
  1. 09:11:06.781 [2] INFO DaemonClient connecting to hub05.10 09:11:06.781 [2] DEBUG HubInfo hub.ini was not found05.10 09:11:09.328 [2] INFO DaemonClient connecting to hub05.10 09:11:09.328 [2] DEBUG HubInfo hub.ini was not found05.10 09:11:11.875 [2] INFO DaemonClient connecting to hub05.10 09:11:11.875 [2] DEBUG HubInfo hub.ini was not found05.10 09:11:14.421 [2] INFO DaemonClient connecting to hub05.10 09:11:14.421 [2] DEBUG HubInfo hub.ini was not found05.10 09:11:16.953 [2] INFO DaemonClient connecting to hub05.10 09:11:16.953 [2] DEBUG HubInfo hub.ini was not found05.10 09:11:17.343 [1] TRACE OverlayModule process detach
To copy to clipboard, switch view to plain text mode 

Can you help me?