mcallegari / qlcplus

Q Light Controller Plus (QLC+) is a free and cross-platform software to control DMX or analog lighting systems like moving heads, dimmers, scanners etc. This project is a fork of the great QLC project written by Heikki Junnila that aims to continue the QLC development and to introduce new features.
Apache License 2.0
991 stars 356 forks source link

qmlui VC "not implemented" widgets #1539

Closed hjtappe closed 5 months ago

hjtappe commented 6 months ago

Would it make sense to implement a quick stub for the VC widgets which are currently missing to save confusion with users trying the pre-version of v5, such as https://www.qlcplus.org/forum/viewtopic.php?t=17142

The VC will then just display a "not implemented" inside a widget if it is loaded from an existing file or if it is added from the sidebar.

coveralls commented 6 months ago

Coverage Status

coverage: 32.082%. remained the same when pulling 39ad701a5eed739464414405b625cbacb5c61bd4 on hjtappe:qmlui-vc-not-implemented into 1775f221e70ec0e91b333ecf5476087634160e6f on mcallegari:master.

yestalgia commented 6 months ago

Nice idea

mcallegari commented 5 months ago

Excellent code contribution, thanks :+1: Next preliminary thing to do is to make sure load/save doesn't lose information on an existing project. I'll start adding some code too