W
W
Warinator2016-05-08 16:39:59
User interface
Warinator, 2016-05-08 16:39:59

How to implement a calendar feed in Qt?

It is required to make a calendar in the form of a tape, on which certain intervals will be highlighted, something like this:
3d7f7ba6f9734f44a8b4feceb24ffcd9.png
What is the easiest way to do this? Are there any libraries that can help with developing something like this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
tugo, 2016-05-12
@Warinator

1. Find a ready-made one, for example https://www.kdab.com/kd-chart/
2. Embed QWebView, run JQuery code in it that implements your chart. Google "gantt chart jquery"
3. Do it yourself. The developed class will inherit from QWidget and consist of other widgets (QLabel, QCombobox, etc.). Customize the placement of these widgets, their appearance (for standard widgets, you can greatly change the appearance - mom will not know) and behavior.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question