Re: [SailfishDevel] Porting Symbian QML to Sailfish

2014-02-11 Thread Timur Kristóf
You will probably need to rethink your user interface entirely, according to Sailfish best practices and standards. There is no point in seaching for direct alternatives of components on other platforms. On Thu, Jan 23, 2014 at 5:02 PM, Samuli Silvius wrote: > Hi, > > Porting from Symbian app to

Re: [SailfishDevel] Porting Symbian QML to Sailfish

2014-01-23 Thread Andrey Kozhevnikov
CommonDialog --> ComboBox ToolBar,ToolBarLayout,ToolButton--> PulldownMenu/PushUpMenu/ComboBox SelectionDialog--> ComboBox QueryDialog--> Dialog RadioButton--> Switch CheckableGroup

[SailfishDevel] Porting Symbian QML to Sailfish

2014-01-23 Thread Samuli Silvius
Hi, Porting from Symbian app to Sailfish. What are the correct replacements in Sailfish QML? CommonDialog --> ? ToolBar, ToolBarLayout, ToolButton--> PulldownMenu? SelectionDialog--> ? QueryDialog--> ? RadioButton