Re: Touch interface development

2014-07-07 Thread Marco Martin
On Monday 07 July 2014, Kai Uwe Broulik wrote: > Since QScrollView supports pixel-precise scrolling it can definitely be > made aware of QTouchEvent - if that doesn't already work automagically > with the aforementioned attribute. > > Cheers one thing I like how windows8 does things (there are po

Re: Touch interface development

2014-07-07 Thread Kai Uwe Broulik
> there is always the problem of scroll views that have items that are > interactive, if for instance the item can be dragged, it precludes the > possibility of flicking Windows 8 solves this by using two finger flicking when the view is interactive, like a treeview or textarea. For the rest

Re: Touch interface development

2014-07-07 Thread Marco Martin
On Monday 07 July 2014, Benedict Yappy wrote: > Hi Plasma developers, > > I'm a new linux and KDE (Sabayon) user on a touch-enabled laptop (Ideapad > Flex 14), and also learning to code (could use some tutor :p). My > touchscreen was recognized well. > I'd like to discuss/ask about the current dev

Touch interface development

2014-07-06 Thread Benedict Yappy
Hi Plasma developers, I'm a new linux and KDE (Sabayon) user on a touch-enabled laptop (Ideapad Flex 14), and also learning to code (could use some tutor :p). My touchscreen was recognized well. I'd like to discuss/ask about the current development/implementation of touch support. I have tried Pla