Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Showcase
  4. Explanatory video of the Zeecrowd platform

Explanatory video of the Zeecrowd platform

Scheduled Pinned Locked Moved Showcase
2 Posts 2 Posters 1.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    ZeePillow
    wrote on last edited by
    #1

    Hello all,

    Hopefully you remember the "announcement":http://qt-project.org/forums/viewthread/36445/ we made for Zeecrowd.

    We feel that this subsection of the forum is more appropriate to showcase what we've been up to.

    Ever since we started the beta of Zeecrowd, we've always had trouble trying to explain simply what the ideas behind the software were.
    So we made a video for it, a short explanatory video of what Zeecrowd is all about. It is available "here":https://www.youtube.com/watch?v=EUi8L70ka8k :)

    Pillow

    1 Reply Last reply
    0
    • Z Offline
      Z Offline
      zeecrowddev
      wrote on last edited by
      #2

      Hi everyone,

      How about a bit of an application makeover, about time too!
      The screens for login and creating and joining a crowd have all been madeover.
      For that we have used the image object in Qml which allows the asynchronous loading of an image from an url.
      This will enable you to change the background display of the home page as do many other search engines, for example 'Bing'.

      A simple gimmick to help optimise the display of an image without deforming it.
      In certain conditions the entire image is notdisplayed but this is an acceptable compromise for a background display.

      @ Image
      {
      anchors.centerIn: parent

                  property double sourceRatio : sourceSize.width / sourceSize.height
                  property double imageRatio : parent.width / parent.height
      
                  width :  sourceRatio > imageRatio ? parent.height * sourceRatio : parent.width
                  height : width /  sourceRatio
              }   
      

      @

      !http://2.bp.blogspot.com/-Jxe7bN4LcgY/U59D61Zlq9I/AAAAAAAAAJs/nOSZgI5ykx8/s1600/ScreenShot436.jpg(Imae1)!

      !http://4.bp.blogspot.com/-cT0q51QKQEQ/U59D7H68WrI/AAAAAAAAAJw/RMwCmXJ8Sco/s1600/ScreenShot437.jpg(image2)!

      Thanks

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved