Toggle navigation
Toggle navigation
This project
Loading...
Sign in
조성현
/
graph-visualization
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
조성현
2017-03-21 07:47:51 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0581498e7deb40f4533594554a2823a521c4e09c
0581498e
1 parent
69080a5f
correction fixed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
CoauthorshipGraph/CoauthorshipGraphWidget.cpp
CoauthorshipGraph/CoauthorshipGraphWidget.cpp
View file @
0581498
...
...
@@ -16,7 +16,7 @@ CoauthorshipGraphWidget::CoauthorshipGraphWidget(QWidget *parent)
layout
->
addWidget
(
view
);
setLayout
(
layout
);
setWindowTitle
(
tr
(
"dblp
pape
r graph visualization"
));
setWindowTitle
(
tr
(
"dblp
coautho
r graph visualization"
));
}
void
CoauthorshipGraphWidget
::
print_graph
(
const
Graph
&
graph
)
...
...
Please
register
or
login
to post a comment