Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. scheduler calender

scheduler calender

Scheduled Pinned Locked Moved Unsolved General and Desktop
13 Posts 5 Posters 2.4k Views 2 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.
  • S Offline
    S Offline
    satyanarayana143
    wrote on last edited by
    #1

    Hi friends,

    In Qt i want task scheduler calendar can anybody give example code.

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      There is only QCalendarWidget
      http://doc.qt.io/qt-5/qcalendarwidget.html
      http://doc.qt.io/qt-5/qtwidgets-widgets-calendarwidget-example.html

      S 1 Reply Last reply
      1
      • mrjjM mrjj

        Hi
        There is only QCalendarWidget
        http://doc.qt.io/qt-5/qcalendarwidget.html
        http://doc.qt.io/qt-5/qtwidgets-widgets-calendarwidget-example.html

        S Offline
        S Offline
        satyanarayana143
        wrote on last edited by
        #3

        @mrjj

        not normal calendar display task schedule display in claendar.

        mrjjM 1 Reply Last reply
        0
        • S satyanarayana143

          @mrjj

          not normal calendar display task schedule display in claendar.

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @satyanarayana143
          well i dont know what you mean by that :)

          "task schedule display"

          But anyway, there is no predefined widget for it.

          RatzzR 2 Replies Last reply
          0
          • mrjjM mrjj

            @satyanarayana143
            well i dont know what you mean by that :)

            "task schedule display"

            But anyway, there is no predefined widget for it.

            RatzzR Offline
            RatzzR Offline
            Ratzz
            wrote on last edited by
            #5
            This post is deleted!
            1 Reply Last reply
            0
            • mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by
              #6

              hi
              like
              alt text

              S 1 Reply Last reply
              0
              • mrjjM mrjj

                hi
                like
                alt text

                S Offline
                S Offline
                satyanarayana143
                wrote on last edited by
                #7

                @mrjj

                how we will add task in google calendar like that in qt application i required

                mrjjM JonBJ 2 Replies Last reply
                0
                • S satyanarayana143

                  @mrjj

                  how we will add task in google calendar like that in qt application i required

                  mrjjM Offline
                  mrjjM Offline
                  mrjj
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  @satyanarayana143
                  You want to add a Task entry to a online google calendar from a Qt application ?

                  S 1 Reply Last reply
                  0
                  • mrjjM mrjj

                    @satyanarayana143
                    You want to add a Task entry to a online google calendar from a Qt application ?

                    S Offline
                    S Offline
                    satyanarayana143
                    wrote on last edited by
                    #9

                    @mrjj

                    not to online google calendar like that implementation in qt

                    1 Reply Last reply
                    0
                    • mrjjM mrjj

                      @satyanarayana143
                      well i dont know what you mean by that :)

                      "task schedule display"

                      But anyway, there is no predefined widget for it.

                      RatzzR Offline
                      RatzzR Offline
                      Ratzz
                      wrote on last edited by
                      #10

                      @mrjj said in scheduler calender:

                      well i dont know what you mean by that :)

                      He meant a calendar where tasks/meeting is scheduled like in outlook.

                      1 Reply Last reply
                      0
                      • mrjjM Offline
                        mrjjM Offline
                        mrjj
                        Lifetime Qt Champion
                        wrote on last edited by
                        #11

                        Hi
                        One way is to subclass QCalendarWidget
                        and override
                        http://doc.qt.io/qt-5/qcalendarwidget.html#paintCell
                        to make it look how you want.
                        You must also catch the click event and handle setting Task data via dialog.

                        VRoninV 1 Reply Last reply
                        1
                        • S satyanarayana143

                          @mrjj

                          how we will add task in google calendar like that in qt application i required

                          JonBJ Offline
                          JonBJ Offline
                          JonB
                          wrote on last edited by
                          #12

                          @satyanarayana143 said in scheduler calender:

                          how we will add task in google calendar like that in qt application i required

                          A picture is worth a thousand words. If you pasted an example of what you'd like your Qt widget to look like, wouldn't that help us to help you?

                          1 Reply Last reply
                          1
                          • mrjjM mrjj

                            Hi
                            One way is to subclass QCalendarWidget
                            and override
                            http://doc.qt.io/qt-5/qcalendarwidget.html#paintCell
                            to make it look how you want.
                            You must also catch the click event and handle setting Task data via dialog.

                            VRoninV Offline
                            VRoninV Offline
                            VRonin
                            wrote on last edited by VRonin
                            #13

                            @mrjj said in scheduler calender:

                            One way is to subclass QCalendarWidget

                            QCalendarWidget has a lot of stuff buried in the private implementation, you are probably better off just using custom model+QSortFilterProxyModel+QTableView+custom delegate

                            "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
                            ~Napoleon Bonaparte

                            On a crusade to banish setIndexWidget() from the holy land of Qt

                            1 Reply Last reply
                            2

                            • Login

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