Skip to content

Refactor Toolkit for Command Line Support #57

@Joshua2000B

Description

@Joshua2000B

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions