On Wed, 2010-05-05 at 08:40 +0200, Alexis Menard wrote:
> Hello all,

Hi


> * Lack of widgets for basic elements such as Buttons, sliders scrollbars leads
> means they all have to be implemented from scratch visually and logically,
> perhaps badly.

Maybe QML needs something like a QML standard library. 
E.g. we are creating our own 
- [text|image]Buttons, 
- Scrollbar, 
- Throbber, 
- VolumeBar, 
- Tooltips, 
- BreadCrumb, 
- ModalDialog components, etc. 

Creating such a library would need clear guidelines for QML. Such as:
- which properties those elements need,
- how callback functions are to be registered, 
- which naming scheme to be used, etc.


> * More drawing primitives such as rounded polygons would be useful. Trying to
> design as edge with a rounded flap on the side for dragging is not easy.

We've had the same problems when designing a round button, that shows a
progress circle. (e.g. 25% => quarter circle, 50% => half circle)
A triangle component might have been handy there, and maybe a
subtraction effect.


Greetings from Berlin,

Kristian

-- 
mixd.tv - mix your own tv

_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-qml

Reply via email to