> Looking at the qt-components repo it seems quite mature the desktop > components. Is there a roadmap in some place?
I am afraid not. I still consider this a research project, but we are planning to ramp up priorities and manpower later this year. Then we can start detailed planning. However, the state of the project is as you say is already rather good and it is designed to work with Qt 4.7.4 so people can actually pick it up and use it right now. I have created a list of known to-do things out of the top of my head here: Basic missing and required features: - Create new DateTimeEdit and calendar Components - Create Standard Dialogs / Integrate with native dialogs - General work on bugs and missing features - Add Support for Tree Views (Hard to do without hacks or extending Qt Quick) Highly desired: - Write more examples and applications to verify and test the API - Improve Item View performance - Improve Documentation - Work on a test framework - Integrate into the Qt Creator designer (partially working already) Things that could need improvement and more research: - Research how to deal with file IO and System Settings - Research Layouts. (I am still not sure if creating new QML Layouts are really required, but I would love to see some research on this. Dynamic spacing between different controls is one issue that we do not have a solution for.) - Research how to deal with Actions. Do we need a new Component for it? Can we extend the action support already in Qt Quick? - Research how to deal with shortcut scopes - Research a more abstract ToolBar/Action based API so we could potentially support unified tool bars on mac natively. - Research how to deal with native windows, popups and menus in Qt5 without depending on widgets - Refactor QStyle for Qt5 to remove the QWidget dependency Let me know if you are interested in helping out with any of these issues. Regards, Jens bache-Wiig _______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
