]> Creatis software - cpPlugins.git/blob - lib/cpPlugins/Interface/ParametersQtDialog.h
daf2517b6663d8818ac153934a5378cc7f87ea63
[cpPlugins.git] / lib / cpPlugins / Interface / ParametersQtDialog.h
1 #ifndef __CPPLUGINS__INTERFACE__PARAMETERSQTDIALOG__H__
2 #define __CPPLUGINS__INTERFACE__PARAMETERSQTDIALOG__H__
3
4 #include <cpPlugins/Interface/cpPlugins_Interface_Export.h>
5 #include <cpPlugins/Interface/Parameters.h>
6
7 class QWidget;
8
9 namespace cpPlugins
10 {
11   namespace Interface
12   {
13     bool cpPlugins_Interface_EXPORT ParametersQtDialog(
14       Parameters& parameters,
15       const std::string& title,
16       QWidget* parent = NULL
17       );
18
19   } // ecapseman
20
21 } // ecapseman
22
23 #endif // __CPPLUGINS__INTERFACE__PARAMETERSQTDIALOG__H__
24
25 // eof - $RCSfile$