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-06-21 21:58:25 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
952c2321917fa3f750fdc843d6553729d5fba6cb
952c2321
1 parent
02cb0a37
다이얼로그 없앰
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
25 deletions
PaperGraph/ChartDialog.cpp
PaperGraph/ChartDialog.h
PaperGraph/ChartDialog.cpp
deleted
100644 → 0
View file @
02cb0a3
1
-
#include "stdafx.h"
2
-
#include "ChartDialog.h"
3
-
4
-
5
-
ChartDialog
::
ChartDialog
()
6
-
{
7
-
}
8
-
9
-
10
-
ChartDialog
::~
ChartDialog
()
11
-
{
12
-
}
PaperGraph/ChartDialog.h
deleted
100644 → 0
View file @
02cb0a3
1
-
#pragma once
2
-
#include "stdafx.h"
3
-
4
-
class
ChartDialog
:
public
QDialog
5
-
{
6
-
private
:
7
-
8
-
9
-
public
:
10
-
ChartDialog
();
11
-
virtual
~
ChartDialog
();
12
-
};
13
-
Please
register
or
login
to post a comment