comparison main/MainWindow.cpp @ 519:581c72fb14a4

Remove obsolete comment
author Chris Cannam
date Fri, 16 Nov 2012 13:22:13 +0000
parents 90bac2cf39f1
children d6ddc2c2a6ed
comparison
equal deleted inserted replaced
518:90bac2cf39f1 519:581c72fb14a4
192 QFrame *frame = new QFrame; 192 QFrame *frame = new QFrame;
193 setCentralWidget(frame); 193 setCentralWidget(frame);
194 194
195 QGridLayout *layout = new QGridLayout; 195 QGridLayout *layout = new QGridLayout;
196 196
197 m_descriptionLabel = new QLabel; //!!! hang on, this is declared in base class -- should be declared and initialised by same class 197 m_descriptionLabel = new QLabel;
198 198
199 m_mainScroll = new QScrollArea(frame); 199 m_mainScroll = new QScrollArea(frame);
200 m_mainScroll->setWidgetResizable(true); 200 m_mainScroll->setWidgetResizable(true);
201 m_mainScroll->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff); 201 m_mainScroll->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
202 m_mainScroll->setFrameShape(QFrame::NoFrame); 202 m_mainScroll->setFrameShape(QFrame::NoFrame);