You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
387 B
C++
21 lines
387 B
C++
/*
|
|
* 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() {
|
|
}
|