Trolltech Home | Qt4-preview-feedback Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt4-preview-feedback Archive, March 2007
QT43beta: fileselector box detailmode


Message 1 in thread

I have a strange problem using the following program:

#include <QtGui>

int main(int argc, char *argv[])
{
     QApplication  app(argc, argv);

     QFileDialog   file;
     file.setViewMode(QFileDialog::Detail);
     file.setDirectory(QDir("/tmp"));
     return  file.exec();
}

When you right click on the list header and turn the 'Show Size' and 
'Show Type' on, the column Size/Type are not always shown.

I have attached a png to show this behaviour.

Henk Jan

PNG image

PNG image