Results 1 to 9 of 9

Thread: Displaying calendar via QML

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2013
    Posts
    28
    Thanks
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Symbian S60 Android

    Thumbs up Displaying calendar via QML

    hi friends,
    Could any one please tell how to display the calendar via Qml…I don’t want to work it via Qt…I have been trying this calendar for 1 week,but cant able to find out a right path…I want to display the calendar…And also if i clicked any date means ,it need to display the exact year,month and day of that date…and also it needs to supprt my system date and time..Suppose if i changed the date and time in this calendar means,it needs to change the system date and time and year etc…Please kindly help me…Advance thanks ..Hope i ll get the solution..

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Displaying calendar via QML

    What calendar do you mean?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    May 2013
    Posts
    28
    Thanks
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Symbian S60 Android

    Angry Calendar in Qt via Qml

    Hi frnds,
    Still now i cant able to find a solution for calendar via Qml alone….Could anyone please tell how to integerate Calendar popup in Qt with QML…This task seems to be very difficult..I have been trying to find solution for more than 1 week.please help me …

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Calendar in Qt via Qml

    Quote Originally Posted by mohanakannan View Post
    Still now i cant able to find a solution for calendar via Qml alone….Could anyone please tell how to integerate Calendar popup in Qt with QML…
    First you need to implement a calendar and then you need to use it. I don't really see a problem... Could you explain better what problems are you having?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #5
    Join Date
    May 2013
    Posts
    28
    Thanks
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Symbian S60 Android

    Unhappy Re: Calendar in Qt via Qml

    Quote Originally Posted by wysota View Post
    First you need to implement a calendar and then you need to use it. I don't really see a problem... Could you explain better what problems are you having?
    Thanks for your response..
    Actually i want to display a calendar pop up in Qml..I have got the calendar...But my problem is,If i clicked any date in tt means,it should show the clicked date,time,month,year and day...And also my calendar Qml should support system calendar...Kindly help me..

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Calendar in Qt via Qml

    Quote Originally Posted by mohanakannan View Post
    But my problem is,If i clicked any date in tt means,it should show the clicked date,time,month,year and day...
    Place a MouseArea in each of the calendar entries and implement the onClicked handler to show the date, time, month, year and day.

    And also my calendar Qml should support system calendar...
    Adjust your model to support different calendar systems.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  7. #7
    Join Date
    May 2013
    Posts
    28
    Thanks
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Symbian S60 Android

    Unhappy Re: Calendar in Qt via Qml

    Quote Originally Posted by wysota View Post
    Place a MouseArea in each of the calendar entries and implement the onClicked handler to show the date, time, month, year and day.



    Adjust your model to support different calendar systems.
    Thank you sir,
    But i dont know how to change the model to support different system calendar..Could you please explain it with small code...Very pleased

  8. #8
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Calendar in Qt via Qml

    Quote Originally Posted by mohanakannan View Post
    But i dont know how to change the model to support different system calendar..
    What calendar systems do you wish to support?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. calendar
    By santhosh in forum Newbie
    Replies: 10
    Last Post: 17th March 2011, 10:02
  2. Is there any model for calendar?
    By nifei in forum Qt Programming
    Replies: 4
    Last Post: 16th February 2009, 22:22
  3. Pop-up Calendar From Pushbutton
    By wagmare in forum Qt Programming
    Replies: 7
    Last Post: 28th January 2009, 05:54
  4. Calendar Pop Up
    By Rakesh_Kumar in forum Qt Programming
    Replies: 7
    Last Post: 5th December 2008, 13:31
  5. QDateEdit read-only with calendar not r.o.
    By lauranger in forum Qt Programming
    Replies: 2
    Last Post: 24th January 2007, 17:14

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.