Copy object ?
-
I can rename / duplicate a SINGLE file., I can "copy directory " - never tried.
I can "drag and drop" SINGLE file.I can add "existing project" - link to existing project actually.
How can I make a copy of existing object ? - AKA all files (cpp / h / form ) at once, "drag and drop" preferred .
I would be in line with basic C++ philosophy to "reuse existing code " .
Cheers
-
I can rename / duplicate a SINGLE file., I can "copy directory " - never tried.
I can "drag and drop" SINGLE file.I can add "existing project" - link to existing project actually.
How can I make a copy of existing object ? - AKA all files (cpp / h / form ) at once, "drag and drop" preferred .
I would be in line with basic C++ philosophy to "reuse existing code " .
Cheers
@AnneRanch said in Copy object ?:
all files (cpp / h / form ) at once
You cant. Not with QtCreator and not with OS.
Go to your project folder and just copy them. But what's the point? You need to rename everything anyway, otherwise it wont compile