Hi Andreas,

On Fri, Sep 06, 2019 at 01:18:33PM +0200, Andreas Tille wrote:
> since upstream is currently inactive I tried my best to do the
> porting of this package in Git[1].  The Python3 port went quite
> smoothly and I have the feeling I made quite some progress with
> Qt5 port.  However, when I build HEAD from the packaging Git[1]
> install the package and try to start the binary I get:
>
> [...]
>   File "/usr/lib/python3/dist-packages/microbegps/gui.py", line 1005, in 
> initUI
>     self.treeView.header().setClickable(True)
> AttributeError: 'QHeaderView' object has no attribute 'setClickable'

As the next line connects to sectionClicked signal, I think the code author
meant setSectionsClickable() here too.

https://doc.qt.io/qt-5/qheaderview.html#setSectionsClickable

--
Dmitry Shachnev

Attachment: signature.asc
Description: PGP signature

Reply via email to