discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Building simple GUIs: Is wxPython still the recom


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] Building simple GUIs: Is wxPython still the recommended method?
Date: Thu, 21 Apr 2011 10:24:50 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9

On 21/04/2011 10:15 AM, Tom Rondeau wrote:
On Wed, Apr 20, 2011 at 12:38 PM, Joel Koltner <address@hidden> wrote:
I've been away from GNU Radio for a bit and wanted to ask... is wxPython (and
the included wrappers) still the recommended means of building simple GUIs?  Or
has it been supplanted by, e.g., "something Qt" or similar?

Thanks,
---Joel

This isn't a really clear-cut issue right now. I prefer the gr-qtgui (which uses Qt and QWT as well as their Python versions), but qtgui is still missing a few features that would really make it production-ready. I'm working in these things now, though. I find the Qt implementations to have a better look and feel than the Wx stuff, and the concept of signals and slots gives it a lot of power, which I am working on building more into the UI.

My main hope for Qt-GUI is that it will exercise fewer edge cases (or not use at all) in OpenGL.  I have an app that still, occasionally,
  dumpeth the core on *some* platforms due to bugs deep in the bowels of the OpenGL "ecosystem".

But I agree that gr-qtgui as it currently exists is missing some features that would make it production-ready, including splitting out
  the individual components of the current qtgui "megasink", and strip-chart type features (basically, everything that wxgui currently
  has).

reply via email to

[Prev in Thread] Current Thread [Next in Thread]