16 mMessageLabel =
new QLabel(
"");
47 handleFileContentModified(path);
49 handleFileMovOrDel(path);
59 mMessageLabel->
setText(
"Executing script " + path +
"...");
63 void FileModifiedBar::handleFileContentModified(
QString path)
70 mMessageLabel->
setText(path +
" has been modified on disk.");
73 void FileModifiedBar::handleFileMovOrDel(
QString path)
80 mMessageLabel->
setText(path +
" has been moved on disk.");
84 void FileModifiedBar::handleAbortClicked()
90 void FileModifiedBar::handleReloadClicked()
95 void FileModifiedBar::handleIgnoreClicked()
100 void FileModifiedBar::handleOkClicked()
then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file
void handleFileChanged(QString path)
void handleScriptExecute(QString path)
FileModifiedBar(QWidget *parent=nullptr)
PythonContext * gPythonContext
void setText(const QString &)
QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
QObject * parent() const const