add of blocNote
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
#include "notepad.h"
|
||||
#include "ui_notepad.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
NotePad::NotePad(QWidget *parent)
|
||||
: QMainWindow(parent)
|
||||
, ui(new Ui::NotePad)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
}
|
||||
|
||||
NotePad::~NotePad(){
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user