I have a project that uses the wxwidget toolkit (wxThread, wxString, wxEvent, wxDateTime, wxLog etc). I am in the process of moving over to QT.
I am a little daunted by the task, and thought its best to come in here to ask those that may have carried out such an operation before.
Do I:
-
take a more measured approach (replace one class at a time – this may not be as straight forward as it sounds, as there are some dependencies between the classes)
-
Simply dive in head first and rip the guts out and refactor everything in one go (Hmm, sounds painful …)
I don’t know WxWidgets, so I only have half of an answer: