comparison widgets/PropertyBox.cpp @ 47:2e2ad8510e52

* Fix a crash in PortAudio output for mono data * Don't construct a chromagram in TonalChangeDetect plugin ctor * Update layer show/hide/dormancy for multi-view-capable layers -- the dormancy concept doesn't really work with these constraints any more
author Chris Cannam
date Fri, 03 Mar 2006 17:52:21 +0000
parents 2152e19d7db9
children 128ebfeeebee
comparison
equal deleted inserted replaced
46:2152e19d7db9 47:2e2ad8510e52
121 layout->addWidget(showLabel); 121 layout->addWidget(showLabel);
122 layout->setAlignment(showLabel, Qt::AlignVCenter); 122 layout->setAlignment(showLabel, Qt::AlignVCenter);
123 123
124 LEDButton *showButton = new LEDButton(Qt::blue); 124 LEDButton *showButton = new LEDButton(Qt::blue);
125 layout->addWidget(showButton); 125 layout->addWidget(showButton);
126 //!!! connect(showButton, SIGNAL(stateChanged(bool)), 126 connect(showButton, SIGNAL(stateChanged(bool)),
127 // layer, SLOT(showLayer(bool))); 127 this, SIGNAL(showLayer(bool)));
128 layout->setAlignment(showButton, Qt::AlignVCenter); 128 layout->setAlignment(showButton, Qt::AlignVCenter);
129 } 129 }
130 130
131 if (params) { 131 if (params) {
132 132