<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>qml on pinniini</title>
    <link>https://pinniini.fi/tags/qml/</link>
    <description>Recent content in qml on pinniini</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Fri, 20 May 2022 07:43:01 +0300</lastBuildDate><atom:link href="https://pinniini.fi/tags/qml/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Teksti-TV</title>
      <link>https://pinniini.fi/projects/tekstitv/</link>
      <pubDate>Fri, 20 May 2022 07:43:01 +0300</pubDate>
      
      <guid>https://pinniini.fi/projects/tekstitv/</guid>
      <description>Teksti-TV (teletext) application for Sailfish OS. Currently app supports only Finnish YLE and MTV3 as sources so the app itself is only in Finnish.
From Sources-page user can set the default source. After that the sources default page is loaded automatically when the application starts. Default page can be selected by loading the desired teletext page and selecting from the top-menu &amp;ldquo;Aseta lähteen aloitussivuksi&amp;rdquo;. Adding page as a favorite can be done from the top-menu by selecting &amp;ldquo;Lisää suosikki&amp;rdquo;.</description>
    </item>
    
    <item>
      <title>Sailfish app updates</title>
      <link>https://pinniini.fi/posts/2022/2022-05-20-sailfish-app-updates/</link>
      <pubDate>Fri, 20 May 2022 06:56:33 +0300</pubDate>
      
      <guid>https://pinniini.fi/posts/2022/2022-05-20-sailfish-app-updates/</guid>
      <description>SailTrivia Support for Sailjail app sandboxing is now implemented. This means that the application now stores configs and data to new proper locations and asks only for Internet-permission.
Teksti-TV Support for Sailjail app sandboxing is now implemented. This means that the application now stores configs and data to new proper locations and asks only for Internet-permission. As a new feature user can open teletext pages in a view where zooming is possible with pinch or double tap.</description>
    </item>
    
    <item>
      <title>Upcoming Slideshow 2.0 update</title>
      <link>https://pinniini.fi/posts/2021/2021-08-18-upcoming-slideshow-update/</link>
      <pubDate>Sat, 28 Aug 2021 09:41:35 +0300</pubDate>
      
      <guid>https://pinniini.fi/posts/2021/2021-08-18-upcoming-slideshow-update/</guid>
      <description>Big 2.0 update for the Slideshow app is almost done. The app has gone through almost complete rewrite and the app workflow is now different. Instead of selecting a folder and showing pictures in it (which is still possible) user can now create and save slideshows containing specific pictures and background music!
Features  quickly select a folder and play a slideshow with the pictures in the folder create and save slideshows  select the images select the background music   user-adjustable slideshow interval looping of pictures random order for the slideshow slideshow is also viewable from the app cover            List Editor Editor    </description>
    </item>
    
    <item>
      <title>How to populate Sailfish Silica ComboBox</title>
      <link>https://pinniini.fi/posts/2019/2019-08-26-populate-sailfish-silica-combobox/</link>
      <pubDate>Mon, 26 Aug 2019 21:49:27 +0300</pubDate>
      
      <guid>https://pinniini.fi/posts/2019/2019-08-26-populate-sailfish-silica-combobox/</guid>
      <description>The easy way to do it, if you know what the items are in the combobox, is to just add MenuItems to the menu of the combobox.
ComboBox { id: combo width: 200 label: &amp;#34;Combobox label&amp;#34; menu: ContextMenu { MenuItem { text: &amp;#34;Banana&amp;#34; onClicked: console.debug(&amp;#34;Banana&amp;#34; + &amp;#34;, &amp;#34; + &amp;#34;Yellow&amp;#34;) } MenuItem { text: &amp;#34;Apple&amp;#34; onClicked: console.debug(&amp;#34;Apple&amp;#34; + &amp;#34;, &amp;#34; + &amp;#34;Green&amp;#34;) } MenuItem { text: &amp;#34;Coconut&amp;#34; onClicked: console.debug(&amp;#34;Coconut&amp;#34; + &amp;#34;, &amp;#34; + &amp;#34;Brown&amp;#34;) } } Or you can use Repeater if you have a ListModel containing the combobox items.</description>
    </item>
    
    <item>
      <title>Slideshow</title>
      <link>https://pinniini.fi/projects/slideshow/</link>
      <pubDate>Wed, 21 Aug 2019 21:19:22 +0300</pubDate>
      
      <guid>https://pinniini.fi/projects/slideshow/</guid>
      <description>Slideshow application for the Sailfish OS. With the app you can create and save slideshows from the pictures you choose with background music. Slideshow can also be started just by selecting a folder containing desired pictures.
Features:  quickly select a folder and play a slideshow with the pictures in the folder create and save slideshows  select the images select the background music   user-adjustable slideshow interval looping of pictures random order for the slideshow slideshow is also viewable from the app cover            Editor Editor menu Settings    The app is available at the Jolla Store (Harbour).</description>
    </item>
    
    <item>
      <title>SailTrivia</title>
      <link>https://pinniini.fi/projects/sailtrivia/</link>
      <pubDate>Tue, 20 Aug 2019 20:55:27 +0300</pubDate>
      
      <guid>https://pinniini.fi/projects/sailtrivia/</guid>
      <description>Trivia-game for SailfishOS. Uses Open Trivia Database as questions source. Questions are only available in English.
          Main Question Statistics    The game is available at the Jolla Store (Harbour). You can find the source code from github.</description>
    </item>
    
  </channel>
</rss>
