It is recommended that the QDateEdit be initialised with a date, e.g.. QDateEdit *dateEdit = new QDateEdit( QDate::currentDate(), this ); dateEdit->setRange( ...
確定! 回上一頁