enhancement:nth frame changed to red, instead of error and changing it back

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@91 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d 2012-10-11 09:17:54 +00:00
parent 19b6ca2eda
commit 51faab3c7c

View File

@ -45,7 +45,8 @@ void qTabMessages::SetupWidgetWindow(){
dispLog->setReadOnly(true); dispLog->setReadOnly(true);
dispLog->setFocusPolicy(Qt::NoFocus); dispLog->setFocusPolicy(Qt::NoFocus);
dispLog->setTextColor(Qt::darkBlue); dispLog->setTextColor(Qt::darkBlue);
dispLog->setTextFormat( Qt::LogText );
dispLog->setMaxLogLines(1000);
btnSave = new QPushButton("Save Log ",this); btnSave = new QPushButton("Save Log ",this);
btnSave->setFocusPolicy(Qt::NoFocus); btnSave->setFocusPolicy(Qt::NoFocus);