comparison src/MainWindow.cpp @ 258:2042fec57e0b

moved vis/sonification bar to the bottom
author matthiasm
date Wed, 02 Apr 2014 12:26:28 +0100
parents 949c9446ebb5
children fa329ca6d75e
comparison
equal deleted inserted replaced
257:949c9446ebb5 258:2042fec57e0b
984 984
985 toolbar->addWidget(m_playSpeed); 985 toolbar->addWidget(m_playSpeed);
986 toolbar->addWidget(m_fader); 986 toolbar->addWidget(m_fader);
987 987
988 toolbar = addToolBar(tr("Show and Play")); 988 toolbar = addToolBar(tr("Show and Play"));
989 989 addToolBar(Qt::BottomToolBarArea, toolbar);
990
990 /* ORIGINAL DESIGN 991 /* ORIGINAL DESIGN
991 QLabel *eye = new QLabel; 992 QLabel *eye = new QLabel;
992 eye->setFixedWidth(40); 993 eye->setFixedWidth(40);
993 eye->setAlignment(Qt::AlignRight | Qt::AlignVCenter); 994 eye->setAlignment(Qt::AlignRight | Qt::AlignVCenter);
994 eye->setPixmap(il.loadPixmap("eye")); 995 eye->setPixmap(il.loadPixmap("eye"));