]> Creatis software - cpPlugins.git/blob - lib/cpPlugins/Interface/ParametersQtDialog.h
Widget integration (step 3/6). WARNING: IT DOES NOT COMPILE YET
[cpPlugins.git] / lib / cpPlugins / Interface / ParametersQtDialog.h
1 #ifndef __CPPLUGINS__INTERFACE__PARAMETERSQTDIALOG__H__
2 #define __CPPLUGINS__INTERFACE__PARAMETERSQTDIALOG__H__
3
4 #include <cpPlugins/Interface/Config.h>
5
6 #ifdef cpPlugins_Interface_QT4
7
8 #include <cpPlugins/Interface/cpPlugins_Interface_Export.h>
9 #include <cpPlugins/Interface/Parameters.h>
10
11 class QWidget;
12
13 namespace cpPlugins
14 {
15   namespace Interface
16   {
17     bool cpPlugins_Interface_EXPORT ParametersQtDialog(
18       Parameters& parameters,
19       const std::string& title,
20       QWidget* parent = NULL
21       );
22
23   } // ecapseman
24
25 } // ecapseman
26
27 #endif // cpPlugins_Interface_QT4
28
29 #endif // __CPPLUGINS__INTERFACE__PARAMETERSQTDIALOG__H__
30
31 // eof - $RCSfile$