Hi all
Does anyone here dabble (or deep-dive!) in Python GUI programming using Qt?
I'm moderately comfortable with Python but now I'm trying gui programming, and PyQt is the language binding of my choice, and (for the moment) eric is my Python IDE of choice.
And I'm trying to complete this tutorial: eric4 web browser tutorial
All is fine up to the end of "Chapter 2" where it tells me to add a QWebView widget. But Qt Designer thinks I don't have such a widget available. There is a KWebView and I'm thinking this is a KDE project replacement - and this page says you should use KWebView in place of QWebView.
But if I add that, Chapter 3 stumbles because the generate dialog code step says there is no module named kwebview.
I think I need to install QWebView and I think it's provided by QtWebKit and I don't think I have the right package. Or else I don't have the right Qt Designer plugin.
Maybe no one knows the answer but someone can point me in the right direction?
Does anyone here dabble (or deep-dive!) in Python GUI programming using Qt?
I'm moderately comfortable with Python but now I'm trying gui programming, and PyQt is the language binding of my choice, and (for the moment) eric is my Python IDE of choice.
And I'm trying to complete this tutorial: eric4 web browser tutorial
All is fine up to the end of "Chapter 2" where it tells me to add a QWebView widget. But Qt Designer thinks I don't have such a widget available. There is a KWebView and I'm thinking this is a KDE project replacement - and this page says you should use KWebView in place of QWebView.
But if I add that, Chapter 3 stumbles because the generate dialog code step says there is no module named kwebview.
I think I need to install QWebView and I think it's provided by QtWebKit and I don't think I have the right package. Or else I don't have the right Qt Designer plugin.
Maybe no one knows the answer but someone can point me in the right direction?
Comment