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
collpsetestform.h 323 Bytes
Copy Edit Raw Blame History
风木 authored 2015-02-06 18:09 . add
#ifndef COLLPSETESTFORM_H
#define COLLPSETESTFORM_H
#include <QWidget>
namespace Ui {
class CollpseTestForm;
}
class CollpseTestForm : public QWidget
{
Q_OBJECT
public:
explicit CollpseTestForm(QWidget *parent = 0);
~CollpseTestForm();
private:
Ui::CollpseTestForm *ui;
};
#endif // COLLPSETESTFORM_H
C++
1
https://gitee.com/Barryda/MyYoudaoNoteLike.git
git@gitee.com:Barryda/MyYoudaoNoteLike.git
Barryda
MyYoudaoNoteLike
MyYoudaoNoteLike
master

Search