On Wed, Feb 19, 2014 at 3:46 AM, WD8RDE <
wd8...@gmail.com> wrote:
>
> I do have some QT questions. For instance, I can't find the connect
> statement for the "emit newCenterFreq" signal. None of the QT documentation
> says anything about coding a on_classinstance_signal(args) syntax, but that
> seems to be exactly what you did. Can you explain?
https://qt-project.org/doc/qt-5.0/qtdesigner/designer-using-a-ui-file.html#automatic-connections
and probably also other places.
> The mapping of the keys was a subject I was going to bring up in my email,
> but I thought I would ease into the subject to see how you felt about it. I
> think we need to work up a spreadsheet of key combinations (press/release)
> VS action. I could take a swag at it, please be patient, I do have a day job
> :) Can you deal with an ODS format? I don't have Winders. Or, can you think
> of a better way to approach this?
I was under the impression that we were talking about a handful of key
bindings, if so, simple text format in email here should be
sufficient. I just want to get an idea what functions are needed to
see if there are sufficient handles for them.
> I must admit, I have an ulterior motive. I have a hair-brained idea, that I
> don't think the general user base would be interested in, but I want to
> interface a Denon MC2000 in as a control panel. It is a MIDI device, but I
> should be able to do the key mapping. So you see, the key-mapped UI solves
> even the weird problems.
Not everything need to be programmed into the application. I have
added a TCP interface that can be used by external application for
limited control:
http://gqrx.dk/doc/remote-control
Alex