Skip to content

Developer Guide Widgets

Daniel Schürmann edited this page Mar 19, 2019 · 1 revision

The most of non skin-able GUI is created by using Qt-Widgets and the QtDesigner wysiwyg editor.

Using a Designer UI file

The UI files are used to autogenerated the c++ code that initializes the GUI. In Mixxx we use the dlg*.cpp files to receive events from these GUI elements.

The dlghidden.ui for instance builds the bar on top of the table with the hidden files in the library region. The class using the generated widgets is dlghidden.cpp

New UI files need to be introduced to scons via the depends.py file.

Clone this wiki locally