Hi guys,
This is a very beginner question I know, but still having some troubles.
I am trying to create a Cover Page for my app, that uses information from the
Main Page (note: this is not main.qml but MainPage.qml).
I've attempted to set up property aliases like so:
//main.qml
import QtQuick
Hi Martin
"so it's quite useful" is classic British understatement: it hits the
nail on the head! in Swiss German Mundart I would mutter something
along the lines of "Nägel mit Köpf machen!"
From years of leading teams of developers I am painfully aware of the
ability of at least one to s
Hi,
you can also view the code of this demo by opening "Sailfish Silica
Component" from the examples in Qt Creator.
It goes a bit beyond what's documented in the Silica documentation, so
it's quite useful.
Martin
2013/6/2, christopher.l...@thurweb.ch :
> Hi All
>
> I am surprised this has not
Hi All
I am surprised this has not been mentioned before - maybe it is just
so obvious ...
Today I clicked by mistake "somewhere" in the Sailfish Emulator, and a
clever little app opened demonstrating the use of Silica controls.
After some head-scratching and experimentation, I realized t
Hi Michael
Thanks for your input.
I also now think it is by design - especially the transparent bit /
glassy bit.
I have stumbled across a Sailfish demo showing all their controls.
This demo had several small buttons next to one another, and they
looked "okish".
But on my app, which has
Hi All
Is it just me, or does the Silica QML Button element not look just a
little bit odd?
A text is displayed, but the button surface is 100% transparant i.e.
invisible. And the only indication of an edge is a fuzzy horizontal
line a little bit below the text.
The text and the fuzzy l
You can ofcourse alse use javascript and read current theme colors in there and
slice them in r g b values, and make your custom var's with changed values. But
the question is that can you give an example of where the default theme colors
are not readable enough, and what kind of ambient theme a
Hello,
You are not forced to use Silica to develop your application. You can, for
example, use your custom components (based on QtQuick default components, like
Rectangle or Text), to draw some of the UI.
For example, you can draw a white background by doing
Page {
Rectangle {