#include <gnuradio/qtgui/api.h>
#include <qevent.h>
#include <qwt_picker_machine.h>
#include <qwt_plot_picker.h>
#include <QCoreApplication>
#include <QString>
Go to the source code of this file.
◆ check_set_qss()
void check_set_qss |
( |
QApplication * |
app | ) |
|
◆ get_qt_style_sheet()
QTGUI_API QString get_qt_style_sheet |
( |
QString |
filename | ) |
|
From QSS file name, extracts the file contents and returns a QString that contains the QSS information. Designed to be passed to the qApplication. The QSS file is typically retrieved using the [qtgui] qss=<filename> section of the preferences files.