On Friday 28 January 2011 11:37:43 Bruno Colombet wrote: > the show() in constructor is supposed to repaint the widget, isn't it? It *schedules* a repaint which requires the event loop to be running to actually get processed. Sean