Topic: save project as read only

Hi

trying to find if it is possible to save a project as read only in the software ?

Re: save project as read only

Hi,

not for now, abandoned feature:
https://qelectrotech.org/forum/viewtopic.php?id=997

We believe as part of the free software movement that if you need to encrypt your projects, there is plenty of libre software or not to do so, it is not up to us to deal with the decryption problems that might arise.
BTW, on linux you can use The chattr command.

Otherwise a possible solution :
https://wiki.qt.io/Simple_encryption_with_SimpleCrypt
https://github.com/bricke/Qt-AES
https://forum.qt.io/topic/111294/encryp … -in-qt-how

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: save project as read only

BTW on Linux you could use

sudo chattr +a your_project.qet

User can navigate on project, use link with folio reports, XRefs.., etc, but can't  modify it without root password system.
https://www.unixmen.com/secure-and-prev … th-chattr/

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."