jesustorresdev / simpleshell

Simple C++ framework for writing line-oriented command interpreters. It was thought mainly to assist students in their learning about operating systems topics.
Apache License 2.0
3 stars 2 forks source link

Valorate migration to Qt #23

Closed jesustorresdev closed 10 years ago

jesustorresdev commented 11 years ago

With classes like QLibrary or QTextStream is easier to make the framework more portable. But it introduces another dependecy so its advantages are unclear.

jesustorresdev commented 11 years ago

Another question is if we should to do the framework more event-driven oriented using Qt signals/slots and events:

http://qt-project.org/forums/viewthread/6767

jesustorresdev commented 10 years ago

I won't fix. For the moment, I prefer avoid to add new dependencies to this project.