diff -r 0b982d340633 -r 494221b5950e QTfrontend/pages.h --- a/QTfrontend/pages.h Thu Oct 07 16:02:28 2010 -0400 +++ b/QTfrontend/pages.h Fri Oct 08 17:47:00 2010 +0200 @@ -70,6 +70,7 @@ protected: AbstractPage(QWidget* parent = 0) { font14 = new QFont("MS Shell Dlg", 14); + setFocusPolicy(Qt::StrongFocus); } virtual ~AbstractPage() {};