添加copk的连接、
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user