Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Clocks
Qt 6.11 is out! See what's new in the release blog

Clocks

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 1.2k Views 1 Watching
  • 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.
  • M Offline
    M Offline
    miro99
    wrote on last edited by
    #1

    I want to make changes on the sorce code of the application Clocks http://doc.qt.nokia.com/4.7-snapshot/declarative-toys-clocks.html
    example provided by Nokia, that displays clocks Multi Time zones and I will use it for application in an airport

    my problem is that I want these clocks that automatically changes depending on the next flight that means :

    When starting the next flight will be made, the application will automatically move the clock number 2 instead of number 1 clock, the clock number 3 instead of the clock and the clock number 2 to number 4 instead of the clock number 3. The clock will display the number 4 times the town's fourth airport next flight departure.

    and the flight schedule will be extract from xml file
    @
    <?xml version="1.0" ?>
    <flight>
    <number>1</number>
    <city>Paris</city>
    <schedule>04:00</schedule>
    <shift>0</shift>
    <number>2</number>
    <city>Moscou</city>
    <schedule>04:15</schedule>
    <shift>4</shift>
    <number>3</number>
    <city>Ankara</city>
    <schedule>04:30</schedule>
    <shift>2</shift>
    <number>4</number>
    <city>Dakar</city>
    <schedule>04:37</schedule>
    <shift>-1</shift>
    </vol>
    @
    can you help me please, thank you

    [Edit] Code tags added

    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