Home
last modified time | relevance | path

Searched refs:m_exceptionError (Results 1 – 8 of 8) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/connectioneditor/
H A Ddynamicpropertiesmodel.cpp167 m_exceptionError = e.description(); in replaceVariantWithBinding()
211 m_exceptionError = e.description(); in resetProperty()
369 m_exceptionError = e.description(); in addDynamicPropertyForCurrentNode()
530 m_exceptionError = e.description(); in updateValue()
546 m_exceptionError = e.description(); in updateValue()
766 QMessageBox::warning(nullptr, tr("Error"), m_exceptionError); in handleException()
H A Dbindingmodel.cpp252 m_exceptionError = e.description(); in addBindingForCurrentNode()
352 m_exceptionError = e.description(); in updatePropertyName()
462 QMessageBox::warning(nullptr, tr("Error"), m_exceptionError); in handleException()
H A Dbindingmodel.h86 QString m_exceptionError; variable
H A Dconnectionmodel.h95 QString m_exceptionError; variable
H A Ddynamicpropertiesmodel.h102 QString m_exceptionError; variable
H A Dconnectionmodel.cpp200 m_exceptionError = e.description(); in updateSource()
402 QMessageBox::warning(nullptr, tr("Error"), m_exceptionError); in handleException()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/timelineeditor/
H A Dtimelinesettingsmodel.h84 QString m_exceptionError; variable
H A Dtimelinesettingsmodel.cpp257 QMessageBox::warning(nullptr, tr("Error"), m_exceptionError); in handleException()