Add warning if inline script file is invalid
Some checks failed
debian-build / build (push) Has been cancelled
Check locale / ubuntu64 (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled

This commit is contained in:
WarmUpTill
2025-09-15 21:45:45 +02:00
committed by WarmUpTill
parent 3c355ac6fe
commit ea4a951554
3 changed files with 68 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ protected:
void SetupWidgetConnections();
void SetupLayout();
void SetWidgetVisibility();
void SetupContentIssueWarning() const;
QComboBox *_scriptType;
QComboBox *_language;
@@ -49,6 +50,7 @@ protected:
FileSelection *_path;
QPushButton *_openFile;
QHBoxLayout *_fileLayout;
QLabel *_contentIssueWarning;
std::shared_ptr<MacroSegmentScriptInline> _entryData;
bool _loading = true;