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
#include "stdafx.h"
#include "ChartDialog.h"
ChartDialog
::
ChartDialog
()
{
}
ChartDialog
::~
ChartDialog
()
{
}
PaperGraph/ChartDialog.h
deleted
100644 → 0
View file @
02cb0a3
#pragma once
#include "stdafx.h"
class
ChartDialog
:
public
QDialog
{
private
:
public
:
ChartDialog
();
virtual
~
ChartDialog
();
};
Please
register
or
login
to post a comment