Hi guys, I believe there is a problem in qcomboview.cpp, line 655. The QDesktopWidget method availableGeometry is being called with the 'this' pointer, however, as far as I can tell it should be called with a QWidget * not a const QWidget *. Hope I am not being dumb and wasting your time! Cheers, Bryan.