vlad-mod

Results 7 comments of vlad-mod

same, but sometimes they will show in another project, sometimes not.

After some looking around i found out that .atk file is just plane firmware with attached binary header of 32 bytes, Sniffing with wireshark while updating firmware shows that first...

swd seems to be disabled, didnt spend much time with that but there is active communication and all connection tries didnt yield any meaningful results.

I've managed to decompile upgrade app and found header definition: ``` |41 54 4B 2D 50 54 54 38 30 50 00 00 00 00 00 00| 3A | 28...

Try putting it in wrapper widget: ``` QWidget* SourceFloatNode::embeddedWidget(){ QWidget *base = new QWidget(); base->setLayout(new QBoxLayout(QBoxLayout::TopToBottom)); QComboBox* comboBox = new QComboBox(); comboBox->addItems({"Option 1", "Option 2", "Option 3"}); base->layout()->addWidget(comboBox); return base;...