40 #ifndef __OPENFLUID_UICOMMON_DETECTQTDEVTOOLSDIALOG_HPP__    41 #define __OPENFLUID_UICOMMON_DETECTQTDEVTOOLSDIALOG_HPP__    44 #include <QAbstractButton>    52   class DetectQtDevToolsDialog;
    56 namespace openfluid { 
namespace ui { 
namespace common {
    65     void handleButtonBoxClick(QAbstractButton* Button);
    67     void browseQtRootPath();
    74     Ui::DetectQtDevToolsDialog* ui;
    76     QString m_FrameworkPath;
    78     QString m_DevToolsPath;
    80     void setWidgetsEnabled(
bool Enabled);
    91       return (!m_FrameworkPath.isEmpty() && !m_DevToolsPath.isEmpty()); 
    96       return m_FrameworkPath; 
   101       return m_DevToolsPath; 
 Definition: DetectQtDevToolsDialog.hpp:59
Definition: ApplicationException.hpp:47
bool isDetectionSuccessful()
Definition: DetectQtDevToolsDialog.hpp:89
QString getFrameworkPath() const
Definition: DetectQtDevToolsDialog.hpp:94
Definition: AboutDialog.hpp:50
QString getDevToolsPath() const
Definition: DetectQtDevToolsDialog.hpp:99
#define OPENFLUID_API
Definition: dllexport.hpp:86
Definition: OpenFLUIDDialog.hpp:52