- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/UIElements/Qt4/Pipe/QtQueryListPipe.hpp ¶
ra5ddf0 r5813ac 9 9 #define QTQUERYLISTPIPE_HPP_ 10 10 11 #include "QtQueryPipe.hpp"12 13 11 #include <boost/lexical_cast.hpp> 14 12 15 13 using boost::lexical_cast; 16 14 using boost::bad_lexical_cast; 17 18 15 19 16 template<typename T> QtQueryListPipe<T>::QtQueryListPipe(std::vector<T> *_content, QtDialog *_dialog, QLineEdit *_inputBox, QListWidget *_inputList, QPushButton *_AddButton, QPushButton *_RemoveButton) :
Note:
See TracChangeset
for help on using the changeset viewer.