how can i run a code have been written in QT2?
-
Hi,
If you want somebody to help you port the code, you should provide more information about it to get them interested in it. For what project is it ? Is it available somewhere ? etc.
Most people on this forum have experience with Qt 5 and 4, only a handful worked with Qt 3 and probably none with Qt 2
-
Hi,
is this code public? Can you share with other people? If the answer is YES I suggest to create a public repository (for instance on GitHub) asking people to help you
Usually porting an application to a different/new platform is not automatic so you need to provide information about testing procedures/requirements and so on.
Last but not least it's important to know if this code is for personal usage or professional one.
NOTE Keep in mind that Qt 2 is about 15 years old (or more). That code probably is a dinosaur :D
-
@mahboubeh How big is that code? As I said what are you asking could be quite complex. I wondering if could be simpler re-write the code instead of port it to Qt5.