mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-20 13:46:06 +00:00
Set objectName for Graph Widget (#65)
* Set objectName for Graph Widget
This commit is contained in:
parent
4068570bac
commit
69c86b0473
@ -201,6 +201,7 @@ void MainWindow::initUI()
|
||||
|
||||
// Add graph view as dockable
|
||||
graphDock = new QDockWidget(tr("Graph"), this);
|
||||
graphDock->setObjectName("Graph");
|
||||
graphDock->setAllowedAreas(Qt::AllDockWidgetAreas);
|
||||
DisassemblerGraphView *gv = new DisassemblerGraphView(graphDock);
|
||||
graphDock->setWidget(gv);
|
||||
|
Loading…
Reference in New Issue
Block a user