comparison widgets/SearchWidget.cpp @ 159:685e31447355

add videoIcon and new LNF for the advanced toolbox
author benoitrigolleau
date Thu, 15 Nov 2007 14:41:11 +0000
parents e9bc2730a7b5
children faafebcf67a2
comparison
equal deleted inserted replaced
158:9441b45b1e7f 159:685e31447355
187 break; 187 break;
188 } 188 }
189 case PropertyContainer::ValueProperty: 189 case PropertyContainer::ValueProperty:
190 { 190 {
191 QComboBox* box = new QComboBox(); 191 QComboBox* box = new QComboBox();
192
192 box->addItems(curTheme->getPropertyRange(name)); 193 box->addItems(curTheme->getPropertyRange(name));
193 194
194 connect(box, SIGNAL(currentIndexChanged(int)), curTheme, SLOT(setProperty(int))); 195 connect(box, SIGNAL(currentIndexChanged(int)), curTheme, SLOT(setProperty(int)));
195 196
196 field = box; 197 field = box;