mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4.54k stars 1.29k forks source link

Implement a WYSIWYG skin editor #5731

Open mixxxbot opened 2 years ago

mixxxbot commented 2 years ago

Reported by: l0rdt Date: 2010-12-25T11:35:06Z Status: Confirmed Importance: Wishlist Launchpad Issue: lp694270 Tags: skin


It would be handy if a skin editor side project could be started. This could help users in creating custom skins and encourage skins submissions. As an example, opensource project Vlc is skinnable and it skins are XML-based. For this last, a skin editor program has been developed: http://www.videolan.org/vlc/skineditor.html

mixxxbot commented 2 years ago

Commented by: Be-ing Date: 2015-03-12T14:19:17Z


This will be increasingly useful as touch screen support improves (see 1427026) as it would allow users to easily create their own virtual controller. It would also allow users to easily create skins to mirror the layout of their controller.

mixxxbot commented 2 years ago

Commented by: Holzhaus Date: 2020-06-11T15:15:57Z


I think writing a WYSIWYG editor is way too much work to be feasible. However, if we switched our Skins to QML it might be possible to use Qt Creator: https://doc.qt.io/qtcreator/creator-using-qt-quick-designer.html