-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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.
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.
Mixxx is a free and open-source DJ software.
Manual
Hardware Compatibility
Reporting Bugs
Getting Involved
Contribution Guidelines
Coding Guidelines
Using Git
Developer Guide
Creating Skins
Contributing Mappings
Mixxx Controls
MIDI Scripting
Components JS
HID Scripting