Updating dateEdit
-
Hi,
How can I set date value in database to a QdateEdit just like the way QcomboBox does? For exampleself.ui.comboBox_28.setCurrentText(data[10]). set the 10th index value to the comboBox_28 when I run an update query. Thanks in advance.@LT-K101 Using setDate() https://doc.qt.io/qt-5/qdatetimeedit.html#date-prop