添加copk的连接、

This commit is contained in:
2020-06-05 18:05:16 +08:00
parent 2f0c9654b7
commit ca0f9363fd
16 changed files with 242 additions and 152 deletions
@@ -31,6 +31,12 @@ MAVLinkInspector::MAVLinkInspector(const QString& title, QAction* action,QWidget
header << tr("Type");
ui->treeWidget->setHeaderLabels(header);
ui->treeWidget->header()->setStretchLastSection(true);
//ui->treeWidget->header()->resizeSection();
// Connect the UI
connect(ui->systemComboBox, static_cast<void (QComboBox::*)(int)>(&QComboBox::currentIndexChanged),
this, &MAVLinkInspector::selectDropDownMenuSystem);