|
|
|
@ -204,7 +204,7 @@ void CCDPreviewWG::updateFWHM()
|
|
|
|
|
|
|
|
|
|
void CCDPreviewWG::resizeEvent(TQResizeEvent *ev)
|
|
|
|
|
{
|
|
|
|
|
streamFrame->resize(ev->size().width() - tqlayout()->margin() * 2, ev->size().height() - playB->height() - tqlayout()->margin() * 2 - tqlayout()->spacing());
|
|
|
|
|
streamFrame->resize(ev->size().width() - layout()->margin() * 2, ev->size().height() - playB->height() - layout()->margin() * 2 - layout()->spacing());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void CCDPreviewWG::playPressed()
|
|
|
|
|