gqrx | Software defined radio receiver powered by GNU Radio and Qt | Video Utils library
kandi X-RAY | gqrx Summary
kandi X-RAY | gqrx Summary
Gqrx is an open source software defined radio (SDR) receiver implemented using [GNU Radio] and the [Qt GUI toolkit] Currently it works on Linux and Mac with hardware supported by gr-osmosdr, including Funcube Dongle, RTL-SDR, Airspy, HackRF, BladeRF, RFSpace, USRP and SoapySDR. Gqrx can operate as an AM/FM/SSB receiver with audio output or as an FFT-only instrument. There are also various hooks for interacting with external applications using network sockets.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of gqrx
gqrx Key Features
gqrx Examples and Code Snippets
Community Discussions
Trending Discussions on gqrx
QUESTION
I have a .h file and it's corresponding .cpp file which is a frequency controller widget. I can use it in QtCreator and c++ by promoting a Qframe widget to that .h file file without any problem. but I want to build an UI in QTDesigner and convert it to python using pyuic5. of course, pyuic5 cant not understand c++ codes and even there is no clue or link to the .cpp file in the .ui file! so how can I convert and use the form which contains the promoted QFrame to python code and use it in a pyqt application?
here is my simple ui which I design and I want to convert to it to python using pyuic5
...ANSWER
Answered 2019-Mar-30 at 12:37If you're using PyQt5, you can use the loadUi function from PyQt5.uic. Not sure if there's an equivalent for PyQt4.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install gqrx
[Official releases](https://github.com/csete/gqrx/releases)
[Pre-release builds](https://github.com/csete/gqrx/actions?query=workflow%3ABuild+branch%3Amaster)
The source code is hosted on Github: https://github.com/csete/gqrx. To compile gqrx from source you need the following dependencies: - GNU Radio 3.8 with the following components: - gnuradio-runtime - gnuradio-analog - gnuradio-audio - gnuradio-blocks - gnuradio-digital - gnuradio-fft - gnuradio-filter - gnuradio-pmt - The gr-iqbalance library (optional) - Drivers for the hardware you want to have support for: - Funcube Dongle Pro driver via gr-fcd - UHD driver via gr-uhd - Funcube Dongle Pro+ driver from https://github.com/dl1ksv/gr-fcdproplus - RTL-SDR driver from https://git.osmocom.org/rtl-sdr - OsmoSDR driver from https://git.osmocom.org/osmo-sdr - HackRF driver from https://github.com/mossmann/hackrf - Airspy driver from https://github.com/airspy/airspyone_host - SoapySDR from https://github.com/pothosware/SoapySDR - RFSpace driver is built in - gnuradio-osmosdr from https://git.osmocom.org/gr-osmosdr - pulseaudio or portaudio (Linux-only and optional) - Qt 5 with the following components: - Core - GUI - Network - Widgets - Svg (runtime-only) - pkg-config - cmake version >= 3.2.0 if you wish to build using cmake.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page