1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

Massive UI revamping (v7): fixed widget size handling: sample sinks. Part of #1209

This commit is contained in:
f4exb
2022-04-21 19:24:40 +02:00
parent 90d331675a
commit f3f504c88d
39 changed files with 312 additions and 94 deletions
@@ -56,6 +56,9 @@ public:
bool deserialize(const QByteArray& data);
virtual MessageQueue *getInputMessageQueue() { return &m_inputMessageQueue; }
protected:
void resizeEvent(QResizeEvent* size);
private:
Ui::HackRFOutputGui* ui;