Hi, do you know nobody, howto wrote in the QDateEdit empty?
i need if QDateEdit display empty ... I mean dd.mm.yyyy == . . ---------------------------- I trying use .clear() but this not working correct. QDateEdit before: .clear QDateEdit.date() return => QDate: PyQt4.QtCore.QDate(2000, 1, 1) after: QDate: PyQt4.QtCore.QDate(2000, 1, 1) I want: None or -1. Is possible this? Thanks Milan _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
