- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/Query/ElementsQtQuery.cpp
r0aa122 rf10b0c 32 32 33 33 34 QtDialog::ElementsQtQuery::ElementsQtQuery( std::string _title, QBoxLayout *_parent, QtDialog *_dialog) :35 Dialog::ElementsQuery( _title),34 QtDialog::ElementsQtQuery::ElementsQtQuery(Parameter<std::vector<const element *> > ¶m, std::string _title, QBoxLayout *_parent, QtDialog *_dialog) : 35 Dialog::ElementsQuery(param, _title), 36 36 parent(_parent) 37 37 { … … 52 52 thisLayout->addWidget(inputBox); 53 53 54 pipe = new ElementsQtQueryPipe( &tmp,_dialog,inputBox);54 pipe = new ElementsQtQueryPipe(tmp,_dialog,inputBox); 55 55 pipe->update(inputBox->currentIndex()); 56 56 connect(inputBox,SIGNAL(currentIndexChanged(int)),pipe,SLOT(update(int)));
Note:
See TracChangeset
for help on using the changeset viewer.