조성현

다이얼로그 없앰

1 -#include "stdafx.h"
2 -#include "ChartDialog.h"
3 -
4 -
5 -ChartDialog::ChartDialog()
6 -{
7 -}
8 -
9 -
10 -ChartDialog::~ChartDialog()
11 -{
12 -}
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 -