mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-22 06:33:46 +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
|
// Add graph view as dockable
|
||||||
graphDock = new QDockWidget(tr("Graph"), this);
|
graphDock = new QDockWidget(tr("Graph"), this);
|
||||||
|
graphDock->setObjectName("Graph");
|
||||||
graphDock->setAllowedAreas(Qt::AllDockWidgetAreas);
|
graphDock->setAllowedAreas(Qt::AllDockWidgetAreas);
|
||||||
DisassemblerGraphView *gv = new DisassemblerGraphView(graphDock);
|
DisassemblerGraphView *gv = new DisassemblerGraphView(graphDock);
|
||||||
graphDock->setWidget(gv);
|
graphDock->setWidget(gv);
|
||||||
|
Loading…
Reference in New Issue
Block a user