Re: [Discuss-gnuradio] A few questions regarding QT GUI development

2015-03-25 Thread Tom Rondeau
On Tue, Mar 24, 2015 at 12:56 PM, George Hadley wrote: > Aha! The middle menu button click works after all :-) Thank you very much > for your help everyone! > > I was able to get the middle button click functionality to work in the > individual sinks (QT GUI Time Sink, QT GUI Frequency Sink, QT

Re: [Discuss-gnuradio] A few questions regarding QT GUI development

2015-03-24 Thread George Hadley
Aha! The middle menu button click works after all :-) Thank you very much for your help everyone! I was able to get the middle button click functionality to work in the individual sinks (QT GUI Time Sink, QT GUI Frequency Sink, QT GUI Constellation Sink, and QT GUI Waterfall Sink) however, I w

Re: [Discuss-gnuradio] A few questions regarding QT GUI development

2015-03-24 Thread Tom Rondeau
Thanks, Rich, see below for some comments. On Tue, Mar 24, 2015 at 11:00 AM, Richard Bell wrote: > Yes. I'm glad you asked :-). > > The counter-intuitiveness of it for me, comes from rowspan and colspan. I > might make an incorrect statement here, so please correct me if I do. > > 1) I think row

Re: [Discuss-gnuradio] A few questions regarding QT GUI development

2015-03-24 Thread Richard Bell
Yes. I'm glad you asked :-). The counter-intuitiveness of it for me, comes from rowspan and colspan. I might make an incorrect statement here, so please correct me if I do. 1) I think rowspan and colspan should give you control over the height and width of the widget. Instead, it defines how many

Re: [Discuss-gnuradio] A few questions regarding QT GUI development

2015-03-24 Thread Tom Rondeau
On Tue, Mar 24, 2015 at 10:00 AM, Richard Bell wrote: > Is there a plan to improve the layout customizability beyond the GUI > Hints? I think the gui hints are counter-intuitive and don't provide a lot > of control. > > Rich > I don't find them that counter-intuitive. The (row, col, rowspan, col

Re: [Discuss-gnuradio] A few questions regarding QT GUI development

2015-03-24 Thread Martin Braun
Whoops, didn't see this reply when I wrote my own! M On 24.03.2015 09:54, Tom Rondeau wrote: On Tue, Mar 24, 2015 at 9:01 AM, George Hadley mailto:ghad...@purdue.edu>> wrote: Greetings all, I recently began using gnuradio and GRC with a pair of USRPs. It's my understandin

Re: [Discuss-gnuradio] A few questions regarding QT GUI development

2015-03-24 Thread Richard Bell
Is there a plan to improve the layout customizability beyond the GUI Hints? I think the gui hints are counter-intuitive and don't provide a lot of control. Rich On Tue, Mar 24, 2015 at 9:57 AM, Martin Braun wrote: > On 24.03.2015 09:04, George Hadley wrote: > >> Greetings all, >> >> I

Re: [Discuss-gnuradio] A few questions regarding QT GUI development

2015-03-24 Thread Martin Braun
On 24.03.2015 09:04, George Hadley wrote: Greetings all, I recently began using gnuradio and GRC with a pair of USRPs. It's my understanding that plans are underway to ultimately remove WX in v3.9 as a GUI option from gnuradio, and replace it with QT. It's also my understanding that QT

Re: [Discuss-gnuradio] A few questions regarding QT GUI development

2015-03-24 Thread Tom Rondeau
On Tue, Mar 24, 2015 at 9:01 AM, George Hadley wrote: > Greetings all, > > I recently began using gnuradio and GRC with a pair of USRPs. It's > my understanding that plans are underway to ultimately remove WX in v3.9 as > a GUI option from gnuradio, and replace it with QT. It's also my >

Re: [Discuss-gnuradio] A few questions regarding QT GUI development

2015-03-24 Thread Seth Hitefield
Hey George, As Marcus mentioned, we are working to rewrite GRC using QT rather than GTK. If your interested in QT GUI stuff, check out the GRC working group page and repo: https://gnuradio.org/redmine/projects/gnuradio/wiki/GRCWG https://github.com/gnuradio/gnuradio-wg-grc/

Re: [Discuss-gnuradio] A few questions regarding QT GUI development

2015-03-24 Thread Marcus Müller
Hi George, > It's also my understanding that QT GUI development is underway in > future versions of gnuradio. I'd say it's pretty usable and stable in *current* versions of gnuradio. > It's also my understanding that QT GUI development is underway in > future versions of gnuradio. Have a git blame

[Discuss-gnuradio] A few questions regarding QT GUI development

2015-03-24 Thread George Hadley
Greetings all, I recently began using gnuradio and GRC with a pair of USRPs. It's my understanding that plans are underway to ultimately remove WX in v3.9 as a GUI option from gnuradio, and replace it with QT. It's also my understanding that QT GUI development is underway in future ver

[Discuss-gnuradio] A few questions regarding QT GUI development

2015-03-24 Thread George Hadley
Greetings all, I recently began using gnuradio and GRC with a pair of USRPs. It's my understanding that plans are underway to ultimately remove WX in v3.9 as a GUI option from gnuradio, and replace it with QT. It's also my understanding that QT GUI development is underway in future ver