Skip to content

usage? #1

@mcondarelli

Description

@mcondarelli

How is this supposed to be used?

I tried adding the standard:

if __name__ == "__main__":
    import sys
    from PyQt5.QtWidgets import QApplication
    app = QApplication(sys.argv)
    main = Terminal(None)
    main.setGeometry(1, 1, 800, 600)
    main.show()
    sys.exit(app.exec_())

but it just displays a black window with no way to interact.
What am I missing?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions