Re: [Interest] Whole edit window closes.

2019-03-17 Thread Elvis Stansvik
Den tis 12 mars 2019 kl 21:40 skrev Bill Crocker : > > Hello: > > Sorry. A boring old desktop widget problem... Just wanted to comment on this: I'm doing 99% widgets and 1% QML, so I for one welcome some good'ol fashioned widgets posts :) Keep them coming. Elvis > > I have a QTableView. > I use

Re: [Interest] Whole edit window closes.

2019-03-14 Thread william.croc...@analog.com
I have a QTableView. I use a QStyledItemDelegate on each cell. The delegate opens a custom, modal editor on double click. The editor is based on a QDialog and contains a number of widgets, one of which is a QComboBox. When I press in the text entry area of the QComboBox, the whole edit window

Re: [Interest] Whole edit window closes.

2019-03-13 Thread Benjamin TERRIER
Le mar. 12 mars 2019 à 21:39, Bill Crocker a écrit : > > Hello: > > Sorry. A boring old desktop widget problem... > > I have a QTableView. > I use a QStyledItemDelegate on each cell. > The delegate opens a custom, modal editor on double click. > The editor is based on a QDialog and contains a

Re: [Interest] Whole edit window closes.

2019-03-12 Thread Konstantin Shegunov
Hello, I remembered reading something akin in the forum recently, so I dug up a bit. I think this[1] might be related to your case. I hope it helps. Kind regards. [1]: https://forum.qt.io/topic/96811/close-itemdeligate-in-view-when-some-other-widget-is-clicked

[Interest] Whole edit window closes.

2019-03-12 Thread Bill Crocker
Hello: Sorry. A boring old desktop widget problem... I have a QTableView. I use a QStyledItemDelegate on each cell. The delegate opens a custom, modal editor on double click. The editor is based on a QDialog and contains a number of widgets, one of which is a QComboBox. When I press in the