i tried to get the Hardware ID out of Enigma since other ways can be really complicated to get unique one.
So now my Problem:

I just try to set the EP_RegHardwareID into the lineEdit but it wont work since its an LPCTSTR.
So i tried to set EP_RegHardwareID as an QString which also wont work and the lineEdit remains clear while it is protected.
I tried the same settings at the App out of the Plugin Forum here which does the same but in Delphi.
So i just need the same for C++ since ill use it to verify over a PHP script to the MySQL Database.
