- DockWidgets inherit from base class and implement the interface - Move setup/refresh code from MainWindow to widgets - Remove unused/uneeded members - Use helper functions - Fix compiler/cppcheck warnings - Cleanup headers
- remove unsued constructor parameter. MainWindow is a QWidget - remove duplicated code. Call MainWindow::setWebServerState
First commit with the app code