sphh
sphh
> that's strange, does Qt print any errors to the console? Nothing in the message window (with info messages enabled) and nothing in the terminal, I started `ryven` from. But...
This most likely a problem with Qt/PySide installation: Does any of the following help? - https://forum.qt.io/topic/129153/qt-qpa-plugin-could-not-load-the-qt-platform-plugin-xcb-in-even-though-it-was-found/3#1 - https://forum.qt.io/topic/127696/qt-qpa-plugin-could-not-load-the-qt-platform-plugin-xcb-in-even-though-it-was-found - https://forum.qt.io/topic/93247/qt-qpa-plugin-could-not-load-the-qt-platform-plugin-xcb-in-even-though-it-was-found/9
Thanks for explaining. I would have thought, that after loading the project the project will be in the same state as when saving. If there are reasons for not recalculating...
> Oh, please go ahead! Thanks! > I suggest argparse. That was my idea, too. > Absolutely, I do not have strong preferences, you probably know better than I do...
I've three more questions: 1. Do you want to keep the signature of the `run()` function in `ryven/main/Ryven.py` for backward compatibility? If that is not required and the possibility to...
> 1. Backward compatibility […] Yes, I want to keep the `qt_app` and `gui_parent` arguments as they are at the moment. My idea was that all other arguments are compatible...
It would be good to have a `plain` flow theme, to help sorting out these problems. I looked at `ryvencore-qt/ryvencore_qt/src/flows/FlowTheme.py`, but have to admit that I do not really understand...
Ah, I see. So no native (or plain) nodes …
> * indicate too long names ("...") That should be easy, because the new `StartupDialog.py` file from PR #96 has already an `ElideLabel` widget class, which does that. Just use...
I would also like to see separated input fields, such as [CardBook](https://gitlab.com/CardBook/CardBook) for Thunderbird uses it:  This even gives you a default value for the Country, which is a...