A popup menu is just not how a combobox dropdown list should be implemented on any platform. Menus are by design not scrollable. The proper implementation for a dropdown list is, well, a list. A QListView to be specific. I think I already reported this as a bug. I'll check
On Mon, Sep 30, 2013 at 11:53 AM, Bache-Wiig Jens <jens.bache-w...@digia.com> wrote: > > On Sep 30, 2013, at 10:41 AM, Philipp Kursawe <phil.kurs...@gmail.com> > wrote: > > Well, at least the QComboBox in QML is a big joke (on the desktop). It > usese a popup menu which is slow as hell and unscrollable with more > than 10 entries. QML has to go a loooong way until it works on the > Desktop > > > Note that the scroller bug and improved keyboard navigation has been > addressed for 5.2. > See https://bugreports.qt-project.org/browse/QTBUG-31568 > > As for the popup being slow, we will be needing a bit more information than > that to address it properly. Please file a proper bug report and provide > detailed information about your platform and how to reproduce the issue. > There are no noticeable performance issues on either one of my three > desktops, but I suspect it might be window manager specific. > > Regards, > Jens > > > On Mon, Sep 30, 2013 at 9:54 AM, Thiago Macieira > <thiago.macie...@intel.com> wrote: > > On segunda-feira, 30 de setembro de 2013 08:52:37, Yves Bailly wrote: > > Sure some tweakings are needed here and there, because a mobile is not a > desktop. But widgets are working fine despite some shortcomings, mostly > related to the styles and stylesheets management in my case, which are also > valid on the desktop anyway. > > > You don't use QComboBox or QSpinBox, do you? Do your QPushButtons go > unmodified? How well do your QListView/QListWidget work on touch displays? > Do > they scroll nicely? > > Did you design your own QStyle? Or are you heavily modifying the UI with > stylesheets? > > -- > Thiago Macieira - thiago.macieira (AT) intel.com > Software Architect - Intel Open Source Technology Center > > _______________________________________________ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest > > _______________________________________________ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest > > _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest