On Friday, July 6, 2018 at 1:22:46 PM UTC+1, Bev in TX wrote:
> > On Jul 6, 2018, at 3:14 AM, Mark via Python-list
> > wrote:
> >
> > In the end I changed to a completely different approach.
> >
> > I now have two parallel directories, one with PySide-bas
In the end I changed to a completely different approach.
I now have two parallel directories, one with PySide-based code and the other
with auto-generated PyQt-based code. And I created a tiny script to copy the
PySide code to the PyQt directory & do the necessary changes. (I can post the
scrip
On Thursday, July 5, 2018 at 6:24:09 PM UTC+1, Tim Williams wrote:
> On Thu, Jul 5, 2018 at 9:02 AM Mark Summerfield via Python-list <
> python-list@python.org> wrote:
>
> > For GUI programming I often use Python bindings for Qt.
> >
> > There are two competing bindings, PySide and PyQt.
> >
> > I