Skip to content

tqdm_gui.write() in the GUI instead of console? #172

@lrq3000

Description

@lrq3000

tqdm_gui.write() currently outputs text into the console. Maybe it should prints into the GUI, below the figure in a textbox that would autowrap and overflow (have scrollbars)?

I googled a bit, but it will likely be very complicated to do that using only matplotlib (the currently used lib for drawing the GUI). Eg:

A solution would be to encase the matplotlib drawing into a QT window, but then the GUI would depend on QT lib...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions