Take a look at
https://github.com/osh/gr-pyqt.git
-- Cinaed
On 10/16/2018 01:38 PM, Andrew Smit wrote:
> Hello,
>
>
>
> I am trying to build a custom QT GUI block that will allow the user to
> open up a file browser in the QT GUI. I would like to be able to open up
> a file browser windo
Hello,
I am trying to build a custom QT GUI block that will allow the user to open up
a file browser in the QT GUI. I would like to be able to open up a file browser
window, select a file, and store the path in a variable all from the GUI
window. I have been trying to find an example of how to