Re: [PyQt] QWidget over QTableView

2010-11-24 Thread Vadym Honcharuk
ok, let me clarify question: I need call Qwidget with search box from cell of QTableView than make search text data in different file (its rare changed database) and put result back to QtableView cell. as far I know usual delegate not suitable for it (call QWidget). So what method can call QWidget

[PyQt] QWidget over QTableView

2010-11-24 Thread Vadym Honcharuk
Hello, for editing cells in QTableView table we apply delegates with different editors like combobox and etc, but if exists, for example, three associated columns which much easier editing in special separate form - QWidget how call it and ship data from it back to table? thanks in advance. with