i'm using build script using mb/mb2 + scp/(rsync + sftp). QtCreator just
for coding :)
On 11.03.2014 03:41, mikete...@gmail.com wrote:
Hi All, first post here!
I'm using the SailfishOS SDK to build apps and run them on a Jolla device.
The whole building and deplying process takes about 35 sec
Hi All, first post here!
I'm using the SailfishOS SDK to build apps and run them on a Jolla device.
The whole building and deplying process takes about 35 seconds, mostly on
building.
Do you have any hint to speed up things ?
Thanks for supporting,
Mike
___
Hi Vivian.
All visual elements in QML inherit the properties of QtQuick.Item, described
here: http://qt-project.org/doc/qt-5.1/qtquick/qml-qtquick2-item.html
Thanks,
Matt
From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org]
on behalf of
Den 10. mars 2014 20:43, skrev Vivian Brégier:
Thank you, this works just fine.
And I always have at least one menuitem visible, so there is no need to
hide the menu itself, but it is a good thing to keep in mind.
Strangely,
https://sailfishos.org/sailfish-silica/qml-sailfishsilica-menuitem-mem
Its QML basics
Silica reference cant explain all standard properties and functions, you
should learn it yourself.
On 11.03.2014 01:43, Vivian Brégier wrote:
Thank you, this works just fine.
And I always have at least one menuitem visible, so there is no need
to hide the menu itself, but it i
Thank you, this works just fine.
And I always have at least one menuitem visible, so there is no need to
hide the menu itself, but it is a good thing to keep in mind.
Strangely,
https://sailfishos.org/sailfish-silica/qml-sailfishsilica-menuitem-members.htmldoes
not reference this attribute.
201
There is the visible attribute that can be set of each menuitem. In addition,
don't forget to put the visible attribute of the pulley menu itself to false if
there is no visible menuitem, to avoid empty pulley menu.
Damien.
À Mon Mar 10 2014 11:29:13 GMT+0100 (CET), Vivian Brégier a écrit :
>H
Hi,
I am trying to have the pulley menu of my app depend on the app context.
I want some menuitem to be hidden when a certain condition is false.
I did not find any attribute in MenuItem class to do this.
Is it possible to do it in qml ? Maybe using javascript ?
Thank you for your help.
--
Viv