aboutsummaryrefslogtreecommitdiffstats
path: root/src/widgets/status_info.ui
Commit message (Collapse)AuthorAge
* Make hyperlinks clickable in StatusInfoWidgetConfuSomu2024-01-06
| | | | | I had to make the widget a QTextBrowser as QTextEdit does not allow easy opening of hyperlinks.
* Move status info widget to its own widgetConfuSomu2023-11-12
It is responsable of processing list items which are given to it, via signals, and then displaying them on the interface. Making this widget separate and modular will allow creating more advanced status views that aren't only HTML-based and that are more intuitive to use.