40 #ifndef __OPENFLUID_UICOMMON_DETECTQTDEVTOOLSDIALOG_HPP__ 
   41 #define __OPENFLUID_UICOMMON_DETECTQTDEVTOOLSDIALOG_HPP__ 
   43 #include <QAbstractButton> 
   51   class DetectQtDevToolsDialog;
 
   55 namespace openfluid { 
namespace ui { 
namespace common {
 
   64     void handleButtonBoxClick(QAbstractButton* Button);
 
   66     void browseQtRootPath();
 
   73     Ui::DetectQtDevToolsDialog* ui;
 
   75     QString m_FrameworkPath;
 
   77     QString m_DevToolsPath;
 
   79     void setWidgetsEnabled(
bool Enabled);
 
   89     { 
return (!m_FrameworkPath.isEmpty() && !m_DevToolsPath.isEmpty()); }
 
   92     { 
return m_FrameworkPath; }
 
   95     { 
return m_DevToolsPath; }
 
QString getDevToolsPath() const 
Definition: DetectQtDevToolsDialog.hpp:94
Definition: OpenFLUIDDialog.hpp:50
Definition: DetectQtDevToolsDialog.hpp:58
QString getFrameworkPath() const 
Definition: DetectQtDevToolsDialog.hpp:91
#define OPENFLUID_API
Definition: dllexport.hpp:87
bool isDetectionSuccessful()
Definition: DetectQtDevToolsDialog.hpp:88