Mercurial > hg > svgui
comparison widgets/PropertyStack.cpp @ 352:25e72328a897
* Add wave file model method for reading more than one channel at once,
avoiding ludicrously expensive backward seeks and double-reads when
playing multi-channel files or using them as inputs to feature extraction
plugins
author | Chris Cannam |
---|---|
date | Thu, 24 Jan 2008 14:35:43 +0000 |
parents | 226cb289bdf4 |
children | d58701996fae |
comparison
equal
deleted
inserted
replaced
351:b548a36f7633 | 352:25e72328a897 |
---|---|
112 (LayerFactory::getInstance()->getLayerType(layer)); | 112 (LayerFactory::getInstance()->getLayerType(layer)); |
113 } | 113 } |
114 | 114 |
115 shortName = QString("&%1 %2").arg(i + 1).arg(shortName); | 115 shortName = QString("&%1 %2").arg(i + 1).arg(shortName); |
116 | 116 |
117 #ifdef Q_WS_MAC | 117 //!!! We'll comment this out until it's been tested with Qt 4.3.3 |
118 #ifdef Q_WS_MAC___NOT_DEFINED | |
118 | 119 |
119 // Qt 4.2 on OS/X doesn't show the icons in the tab bar, and | 120 // Qt 4.2 on OS/X doesn't show the icons in the tab bar, and |
120 // I'm not sure why -- use labels instead | 121 // I'm not sure why -- use labels instead |
121 | 122 |
122 addTab(box, shortName); | 123 addTab(box, shortName); |
123 | 124 |
124 #else | 125 #else |
125 | 126 |
126 // Icons on other platforms | 127 // Icons on other platforms |
127 | 128 |
128 QString iconName = container->getPropertyContainerIconName(); | 129 QString iconName = container->getPropertyContainerIconName(); |