1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

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

This commit is contained in:
f4exb
2022-04-21 21:44:57 +02:00
parent f3f504c88d
commit 5a265d7fe3
20 changed files with 187 additions and 66 deletions
@@ -52,6 +52,7 @@ TestMOSyncGui::TestMOSyncGui(DeviceUISet *deviceUISet, QWidget* parent) :
{
setAttribute(Qt::WA_DeleteOnClose, true);
ui->setupUi(getContents());
setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
getContents()->setStyleSheet(QString(tr("#TestMOSyncGui { border: 1px solid %1 }")
.arg(palette().highlight().color().darker(115).name())));
m_helpURL = "plugins/samplemimo/testmosync/readme.md";