Re: Porting KWidgets to Qt5

2012-07-10 Thread Frank Reininghaus
Hi, 2012/7/9 Иван Комиссаров: > I answered to them. They disagree with them in that case. For me is biggest > priority is to port as much kde as code as possible. getting code upstream into Qt is good, of course, but you can't expect that the Qt people will accept KDE code without modifications.

QDocument

2012-07-10 Thread Иван Комиссаров
Hello everybody. I was looking at Cocoa framework and QtCreator's code and i was interested in document-based application architecture. I think that we can add something like QDocument (QAbstractDocument) class with following features - isModified, isReadOnly, open/save from/to QIODevice/QUrl, undo