1 Star 0 Fork 25

Barry / MyYoudaoNoteLike

forked from 风木 / MyYoudaoNoteLike 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
litteriem.cpp 208 Bytes
Copy Edit Raw Blame History
风木 authored 2015-02-09 17:40 . add main form
#include "litteriem.h"
#include "ui_litteriem.h"
LitterIem::LitterIem(QWidget *parent) :
QWidget(parent),
ui(new Ui::LitterIem)
{
ui->setupUi(this);
}
LitterIem::~LitterIem()
{
delete ui;
}
C++
1
https://gitee.com/Barryda/MyYoudaoNoteLike.git
git@gitee.com:Barryda/MyYoudaoNoteLike.git
Barryda
MyYoudaoNoteLike
MyYoudaoNoteLike
master

Search