comparison widgets/SearchWidget.cpp @ 242:60e84bb658bc

integration of new sparql query
author lbajardsilogic
date Thu, 27 Mar 2008 16:53:45 +0000
parents a6b881972a62
children
comparison
equal deleted inserted replaced
241:2aea571dc9d4 242:60e84bb658bc
195 QComboBox* box = new QComboBox(); 195 QComboBox* box = new QComboBox();
196 box->setStyleSheet("background-color:white;"); 196 box->setStyleSheet("background-color:white;");
197 197
198 198
199 box->addItems(curTheme->getPropertyRange(name)); 199 box->addItems(curTheme->getPropertyRange(name));
200 200
201 connect(box, SIGNAL(currentIndexChanged(int)), curTheme, SLOT(setProperty(int))); 201 connect(box, SIGNAL(currentIndexChanged(int)), curTheme, SLOT(setProperty(int)));
202 202
203 field = box; 203 field = box;
204 204
205 break; 205 break;