mirror of https://github.com/YosysHQ/nextpnr.git
add tooltip for folder
This commit is contained in:
parent
ee2ed461e6
commit
6269d97474
|
|
@ -195,6 +195,7 @@ void BaseMainWindow::yosys()
|
|||
yosysTab->setAttribute(Qt::WA_DeleteOnClose);
|
||||
centralTabWidget->addTab(yosysTab, "Yosys");
|
||||
centralTabWidget->setCurrentWidget(yosysTab);
|
||||
centralTabWidget->setTabToolTip(centralTabWidget->indexOf(yosysTab),folder);
|
||||
}
|
||||
}
|
||||
NEXTPNR_NAMESPACE_END
|
||||
|
|
|
|||
Loading…
Reference in New Issue