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. CalendarView
Forum Updated to NodeBB v4.3 + New Features

CalendarView

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 732 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.
  • narinder83N Offline
    narinder83N Offline
    narinder83
    wrote on last edited by
    #1

    I want to make a outlook calendar like UI for my event calendar. I would need to add multiple event descriptions(rectangular labels with some text) in calendar cells and to be able to click and identify each such item in the cell. I have restriction of using Qt4.8.4.
    Is it possible to make such UI with QTableView and QAbstractItemModel or is there any other better way?

    Please suggest.

    jsulmJ 1 Reply Last reply
    0
    • narinder83N narinder83

      I want to make a outlook calendar like UI for my event calendar. I would need to add multiple event descriptions(rectangular labels with some text) in calendar cells and to be able to click and identify each such item in the cell. I have restriction of using Qt4.8.4.
      Is it possible to make such UI with QTableView and QAbstractItemModel or is there any other better way?

      Please suggest.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @narinder83 What about http://doc.qt.io/qt-4.8/qcalendarwidget.html ?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      narinder83N 1 Reply Last reply
      0
      • jsulmJ jsulm

        @narinder83 What about http://doc.qt.io/qt-4.8/qcalendarwidget.html ?

        narinder83N Offline
        narinder83N Offline
        narinder83
        wrote on last edited by
        #3

        @jsulm: Thanks for your reply.

        As I should be able to configure multiple events for a particular date and display them in a cell along with the date information, qCalendarWidget will not be useful.
        I'll also need to be able to highlight an event in a cell or click on a particular event to open the configuration dialog, select event and drag & drop it to some other cell etc.

        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