Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. calendar

    Log in to post
    • All categories
    • B

      Unsolved Qt Quick 2.6 Graphic Bugs
      QML and Qt Quick • qml qt quick calendar calender custom bug • • bluce

      2
      0
      Votes
      2
      Posts
      253
      Views

      sierdzio

      Try updating Intel driver, some older releases are known to be buggy.

      Also, Qt Quick 2.6 - are you using Qt 5.6? If so, update to some newer version like 5.12 (LTS) or 5.14.

    • L

      Unsolved check date called from firebase against calendar?
      General and Desktop • firebase calendar date database qml • • Ldweller

      10
      0
      Votes
      10
      Posts
      1620
      Views

      L

      @mrjj
      I have moved forward from calling my saved dates to receive the following:

      Read Value: [object Object],[object Object],[object Object],[object Object],[object Object],[object Object] for key: dates

      (one for each date saved)
      when adding

      if(success) { console.log(JSON.stringify(value)) }

      I can also read the saved dates in the format of:

      [{"date":"2018-10-01T21:17:00.926"},{"date":"2018-10-02T12:00:00.000"},{"date":"2018-10-03T12:00:00.000"},{"date":"2018-10-06T12:00:00.000"},{"date":"2018-10-07T12:00:00.000"},{"date":"2018-10-08T12:00:00.000"}]

      now how would I determine these dates are saved in my calendar to add the marker?

      I have tried adding a property bool to the marker so the read value equals isMarked = true yet this either marks every date on the calendar or none at all depending on how I am working this?!?

      How would I convert the JSON string to individual date reads?

    • G

      Unsolved QDateTimeEdit.calendarPopup() freeze app on raspbian
      General and Desktop • qdatetimeedit calendar raspberry • • gatz

      1
      0
      Votes
      1
      Posts
      529
      Views

      No one has replied

    • C

      Unsolved CalendarWidget sync
      General and Desktop • calendar • • cbrwx

      6
      0
      Votes
      6
      Posts
      1549
      Views

      SGaist

      What exact error did you get ?

      What format is it ? How are you retrieving it ?

    • L

      Unsolved QML Calendar and update calendar view when adding new event
      QML and Qt Quick • qml calendar event update • • Lisbetti

      1
      0
      Votes
      1
      Posts
      684
      Views

      No one has replied