Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Decouple/Split Qt Gui from core functionality #32

Open
drbenmorgan opened this issue Feb 15, 2019 · 1 comment
Open

Comments

@drbenmorgan
Copy link
Contributor

It would be useful to have the Qt GUI for the variant browser as a separate Widget library and/or Application and decoupled from the main datatools::kernel and datatools::variant_service. I'm not sure it's really the job of the kernel or a service to start/control the GUI, plus it links the whole of libBayeux to Qt, which is quite a heavy dependency.

Splitting into a separate repository like mctools/Geant4 in #31 would be one option (and the cleanest). Another would be to just have it as an additional library/application within Bayeux.

The use case addressed is to help in the production of lightweight Docker images of Bayeux for SuperNEMO production/cluster/cloud jobs.

@fmauger
Copy link
Member

fmauger commented Mar 19, 2019

At least there is a BAYEUX_WITH_QT_GUI option that can be OFF (default) and allows
a Bayeux build/install without Qt.

The Qt interface emanating from the Bayeux's kernel should be removed in the future
as now we use the specific variant service in the "user" scope, typically from the "main" function.
I agree the former design was bad.

This change is not schedule today but in the todo list.

I let the ticket open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants