/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /* * File: dialog_sg.cpp * Author: shjd * * Created on 2017年12月29日, 上午9:38 */ #include "dialog_sg.h" dialog_sg::dialog_sg() { widget.setupUi(this); } dialog_sg::~dialog_sg() { }