comparison system/Init.cpp @ 345:700cd3350391

* Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename. It's still rather unstable though.
author Chris Cannam
date Wed, 28 Nov 2007 17:45:37 +0000
parents 71dfc6ab3b54
children 7aa1de571880
comparison
equal deleted inserted replaced
344:277006c62fea 345:700cd3350391
77 XSetErrorHandler(handle_x11_error); 77 XSetErrorHandler(handle_x11_error);
78 #endif 78 #endif
79 79
80 #ifdef Q_WS_WIN32 80 #ifdef Q_WS_WIN32
81 redirectStderr(); 81 redirectStderr();
82 QFont fn = qApp->font(); 82 // QFont fn = qApp->font();
83 fn.setFamily("Tahoma"); 83 // fn.setFamily("Tahoma");
84 qApp->setFont(fn); 84 // qApp->setFont(fn);
85 #else 85 #else
86 #ifdef Q_WS_X11 86 #ifdef Q_WS_X11
87 // QFont fn = qApp->font(); 87 // QFont fn = qApp->font();
88 // fn.setPointSize(fn.pointSize() + 2); 88 // fn.setPointSize(fn.pointSize() + 2);
89 // qApp->setFont(fn); 89 // qApp->setFont(fn);