Re: [SailfishDevel] Using QtQuick.Layouts

2016-08-09 Thread Martin Kampas
Hi Marcin, Yes, see https://sailfishos.org/wiki/Tutorial_-_Building_packages_manually BR, Martin ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Using QtQuick.Layouts

2016-07-28 Thread Martin Kampas
Hi Marcin, > Is it possible to change the port for the SailifshOS tab? I have tty.js > running on the same port, had to kill it. Yes. 1. Stop the MerSDK VM 2. Open MerSDK VM settings in VirtualBox, navigate to Network -> Adapter 1 -> Advanced -> Port Forwarding and change the Host Port there.

Re: [SailfishDevel] Using QtQuick.Layouts

2016-07-28 Thread Marcin Mielniczuk
Thanks for the reply! Is it possible to change the port for the SailifshOS tab? I have tty.js running on the same port, had to kill it. On 28.07.2016 16:54, Michael Fuchs wrote: I'm very sorry, I misread your post. Install the same package in the emulator helped here. In QtCreator go to

Re: [SailfishDevel] Using QtQuick.Layouts

2016-07-28 Thread Kimmo Lindholm
; From: devel-boun...@lists.sailfishos.org [mailto:devel- > boun...@lists.sailfishos.org] On Behalf Of Marcin Mielniczuk > Sent: 28. heinäkuuta 2016 17:40 > To: Sailfish OS Developers <devel@lists.sailfishos.org> > Subject: Re: [SailfishDevel] Using QtQuick.Layouts > > Micha

Re: [SailfishDevel] Using QtQuick.Layouts

2016-07-28 Thread Marcin Mielniczuk
Michael, The whole thing works *in the Emulator*. This is not a problem. But the SailfishOS-i486 mersdk target doesn't have it installed. It's not needed for deployment but for the local coding (so that I get the code completion and no warnings in the editor) On 28.07.2016 14:08, Michael

[SailfishDevel] Using QtQuick.Layouts

2016-07-28 Thread Marcin Mielniczuk
Hi, I'm working on a Sailfish app. I want to use a ColumnLayout instead of a Column to take advantage of convienience properties such as Layout.fillHeight. For some reason the QML import QtQuick.Layouts is missing from mersdk/targets/SailfishOS-i486/usr/lib/qt5/qml. On the other hand, the