Re: PyQT / QDate / QTableWidget
That worked! Thank you; I had given up on QDate but changing the format worked perfectly. -- http://mail.python.org/mailman/listinfo/python-list
PyQT / QDate / QTableWidget
Hi, new at PyQT but not coding.. I'm stumbling with QDate and QTableWidget using PyQT and would appreciate some guidance: My server gives me a string y[0]: "20080327", which I convert to a QDateTime object using: x=QDateTime.fromString(y[0],"mmdd") Printing x.toString("dd-mm-") gives me