Claudio Maradonna
Claudio Maradonna
I created a branch with a QFuture usage to handle this key generation so the main process will not stuck. Idk if it can solve but using this i can...
QtPass calls directly the command so maybe we should use a QProcess or something like that to know who stucks. QFuture or QtConcurrent module can be useful to isolate in...
Fixed this one with #407 :+1: , just a typo with group name :)
OK right. I never tried myself too but i think it can be possible use the same approach :smiley:
I have a fix maybe in my branch, but i need to test before pull. I have a friend pc where i can compile.
@wamtek Would you like to try with my pull #407 if it's fixed? :+1:
I think today it's a good idea to separate backend from ui and translate all to QML. I'm working on cleanup up MainWindow code and a first implementation of QML.
https://github.com/UnitooTeam/QtPass here you can see the branch QML. I'm working on QML interface, i divided with a compilation flag the old one MainWindow and the new one. I'll try to...
I will do it later C++ cleanup/refactor. We need a better business logic separation first :+1: