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. Novice Looking for assistance Creating a Calendar Note Taking App
Forum Updated to NodeBB v4.3 + New Features

Novice Looking for assistance Creating a Calendar Note Taking App

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

    Looking for some guidance on creating this app in Qt5.0
    currently only have what you see here i am missing the following;

    1]Want to be able to click on a date and save information on the text area below the calendar
    2]want to create a button to click on to go to current day
    3]Want to be able to save the file with configurations to a specific location
    4]The information save is by date so it can be reference for tracking history which will pull up eventually when i click on the date
    5] the file which the data/config are going to be saving info to will be a .ini

    any assistance/guidance with this will be greatly appreciate thank you.

    !https://lh5.googleusercontent.com/-GDdXZ16MDo4/UPN50652DVI/AAAAAAAAK0c/X5B1nntlrHU/s521/calendarNoteTaking.01.13.13.PNG(QtCalendarapp)!

    1 Reply Last reply
    0
    • Q Offline
      Q Offline
      QMartin
      wrote on last edited by
      #2

      Hi!

      I think you could try it by sub-classing "QTableWidget":https://qt-project.org/doc/qt-5.0/qtwidgets/qtablewidget.html. And if you need define a new cell with "QTableWidgetItem":https://qt-project.org/doc/qt-5.0/qtwidgets/qtablewidgetitem.html. This could be your calendar. Taking advantage of QTableWidget's predefined signals, you could cast the clicked cell with "currentCellChanged":https://qt-project.org/doc/qt-5.0/qtwidgets/qtablewidget.html#currentCellChanged. When this happens, open a QDialog (your personal dialogue) to store whatever you want for that day.

      Maybe someone has a better idea, but if I did it, I would start this way.

      Hope it helps!

      Regards

      1 Reply Last reply
      0
      • Q Offline
        Q Offline
        QMartin
        wrote on last edited by
        #3

        By the way, in Qt Designer you can find a calendar form.

        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