#ifndef __CPPLUGINS__INTERFACE__PARAMETERSQTDIALOG__H__ #define __CPPLUGINS__INTERFACE__PARAMETERSQTDIALOG__H__ #include #ifdef cpPlugins_Interface_QT4 #include #include class QWidget; namespace cpPlugins { namespace Interface { bool cpPlugins_Interface_EXPORT ParametersQtDialog( Parameters& parameters, const std::string& title, QWidget* parent = NULL ); } // ecapseman } // ecapseman #endif // cpPlugins_Interface_QT4 #endif // __CPPLUGINS__INTERFACE__PARAMETERSQTDIALOG__H__ // eof - $RCSfile$