[PyQt] QTableWidgetItem editingFinished

Mario Daniel Carugno carugnom at gmail.com
Mon Jul 6 16:57:04 BST 2009


2009/7/6 simozack <simozack at yahoo.it>:
> It works exactly like the QLineEdit, because the widget it calls IS a
> QLineEdit (really not always: if it is a number it calls a QSpinBox or
> a QDoubleSpinBox, if it is a date a QDateEdit or a QDateTimeEdit
> etc...).
>
> The widget is returned by the function QTableWidget.itemDelegate().
>
Thank you for help. Do that mean that i must create a model to handle
that ?
I'm a newbie yet, it sounds very difficult to me. Anyway, I guess i need
to learn more on that topic, thank you Simozack !


More information about the PyQt mailing list