Hi,

I would like to extend header of a QTreeWidget with a second row
containing QLineEdit Widgets.
This is for a database interface where the result should be displayed as a tree:

normal header : [name] [christian name] [day of birth] ...
qlineedit widgets : [....] [..............] [............]
treewidgetitem text text text
treewidgetitem text text text

I have different ideas like hiding the QTreeWidget header and make my own
one using two hboxlayouts. But maybe there is a more elegant solution (I'm pretty
new to GUI programming).

Best regards,
Christian