• This project
    • Loading...
  • Sign in

조성현 / graph-visualization

%ea%b7%b8%eb%a6%bc1
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
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • graph-visualization
  • PaperGraph
  • PaperGraphWidget.h
  • 조성현's avatar
    init · d060e5d0
    d060e5d0
    조성현 authored 2017-03-18 23:58:30 +0900
PaperGraphWidget.h 315 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#ifndef PAPERGRAPHWIDGET_H
#define PAPERGRAPHWIDGET_H

#include <QtWidgets/QWidget>
#include "ui_PaperGraphWidget.h"

class PaperGraphWidget : public QWidget
{
	Q_OBJECT

public:
	PaperGraphWidget(QWidget *parent = 0);
	~PaperGraphWidget();

private:
	Ui::PaperGraphWidgetClass ui;
};

#endif // PAPERGRAPHWIDGET_H