I am trying to subclass a QFileDialog by adding some extra buttons to it on a side of the dialog. In Qt3 there were some functions called addLeftWidget( ), addRightWidget( ), addWidget( ). But I cannot find this anywhere in the Qt4 documentation. Is there a simple way to do this in Qt without writing a whole entire File Dialog myself? Thanks!