mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-12 04:11:06 -05:00
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
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user