Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, I'm making an "installer", and I'm wondering, if I can put contents from one gridlayout to another one. Basically copy and paste it.
Is that possible?
Hi,
Do you mean programmatically ?
You would need to implement a cloning method. You can't copy QObject based classes.
Ok, thanks.