-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #162 - Display ScheduleConstant, ScheduleCompact and ScheduleFile #731
Conversation
QColor is constexpr noexcept
The refreshContent is not working 100%, but whatever
… content of only head & tail
574ae4c
to
3d72472
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome, thanks @jmarrec!
model::ScheduleFile(*e_, 1, 1); | ||
} | ||
break; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jmarrec can you move the break down one level, right now if you cancel out of the file dialog the switch statement falls through into the default section and calls LOG_FREE_AND_THROW
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch thanks
ScheduleConstant
Easy peasy
ScheduleFile
Creating is possible, will ask for the external file on disk.
Added a lot of usability there, will display the content of the external file and show what data you're selecting, warn you if not matching, etc
ScheduleCompact
Displaying the object as is. Not possible to create, will tell you to use a ScheduleRuleset instead
Demo