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

Refactor Toolkit for Command Line Support #57

Open
Joshua2000B opened this issue Dec 8, 2022 · 0 comments
Open

Refactor Toolkit for Command Line Support #57

Joshua2000B opened this issue Dec 8, 2022 · 0 comments

Comments

@Joshua2000B
Copy link
Member

Joshua2000B commented Dec 8, 2022

Another layer between the QT Gui and the Controller needs to be added. This is to let the same code be reused for both the GUI program and the CLI program.

The layers will look like this:
QT Gui
/ \
\ /
Conversion Layer
/ \
\ /
Toolkit Layer

The toolkit layer will be scrubbed of any reference to QT, while the Conversion layer will transform things such as strings->QStrings.

This might require finding new libraries for certain things, such as a new XML Parser.

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

1 participant