Home
Name Modified Size InfoDownloads / Week
readme.txt 2016-05-13 411 Bytes
QJalaliCalendar.zip 2016-05-13 3.3 kB
QJalaliCalendar.cpp 2016-05-13 11.9 kB
QJalaliCalendar.h 2016-05-13 1.2 kB
Totals: 4 Items   16.8 kB 0
 Add these files (QJalaliCalendar.h and QJalaliCalendar.cpp) to your project and use it with this code in Qt5;

 QJalaliCalendar *p=new QJalaliCalendar();
 
 p->move(QCursor::pos());
 
 p->setWindowFlags(Qt::Popup);
 
 p->show();

 connect(p,SIGNAL(pickDate(QString)),this,SLOT(setWindowTitle(QString)));

It is a persian date picker that calculate the current persian date with your system date;

Source: readme.txt, updated 2016-05-13