How can I use calendarWidget with Jalali format?
-
hello. i want to use calendarWidget with jalai format! this is possible?
-
Hi,
What do you mean by jalai format ?
-
-
Qt has the QJalaliCalendar class which hints to some form of support for it.
-
@SGaist I using Qt Designer to make my Ui. I want a widget like a calendar widget but with Jalali format. and I write backend with python. so do you can send me help page with python?
-
I want to create a reporter window to set dates and get data from DB. I want to use a calendar. but this project is for a factory in Iran and I must use jalali calendar.
Do you have a suggestion if this is not possible?
-
You can check the Calendar Widget example for some inspiration.
-
You can check the Calendar Widget example for some inspiration.
@SGaist thank you. I will check it :D
-
i know this is so late but i used the text line edit for get the date from user.
:) -
Hi!
If youβre looking for a Jalali (Persian) calendar widget for Qt/PySide6, you might want to check out this project:

π¦ PyPI package (installable via pip):
π https://pypi.org/project/qjalalicalendarwidget/π» Source code on GitHub:
π https://github.com/reza-rezvani2052/QJalaliCalendarWidgetWhat it is:
This is a modern Jalali calendar widget built for PySide6 applications. It provides a native-style calendar UI that shows Persian (Jalali) dates instead of the default Gregorian ones. You can install it with:pip install qjalalicalendarwidget
and then import and use the widget in your Qt/Python code to let users pick dates in the Persian calendar system.
