comparison main/MainWindow.cpp @ 98:32b386dac447

* Work on harmonising colour and scale ranges between types of layer * Add normalize options to colour 3d plot layer
author Chris Cannam
date Thu, 01 Feb 2007 14:31:28 +0000
parents 398889687f3d
children 99d44871334b
comparison
equal deleted inserted replaced
97:398889687f3d 98:32b386dac447
250 250
251 connect(Preferences::getInstance(), 251 connect(Preferences::getInstance(),
252 SIGNAL(propertyChanged(PropertyContainer::PropertyName)), 252 SIGNAL(propertyChanged(PropertyContainer::PropertyName)),
253 this, 253 this,
254 SLOT(preferenceChanged(PropertyContainer::PropertyName))); 254 SLOT(preferenceChanged(PropertyContainer::PropertyName)));
255
256 // preferenceChanged("Property Box Layout");
255 257
256 if (m_oscQueue && m_oscQueue->isOK()) { 258 if (m_oscQueue && m_oscQueue->isOK()) {
257 connect(m_oscQueue, SIGNAL(messagesAvailable()), this, SLOT(pollOSC())); 259 connect(m_oscQueue, SIGNAL(messagesAvailable()), this, SLOT(pollOSC()));
258 QTimer *oscTimer = new QTimer(this); 260 QTimer *oscTimer = new QTimer(this);
259 connect(oscTimer, SIGNAL(timeout()), this, SLOT(pollOSC())); 261 connect(oscTimer, SIGNAL(timeout()), this, SLOT(pollOSC()));