24 Star 65 Fork 25

风木/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
tabitem.h 270 Bytes
Copy Edit Raw Blame History
风木 authored 2015-02-06 18:09 . add
#ifndef TABITEM_H
#define TABITEM_H
#include <QWidget>
namespace Ui {
class tabItem;
}
class tabItem : public QWidget
{
Q_OBJECT
public:
explicit tabItem(int type=0,QWidget *parent = 0);
~tabItem();
private:
Ui::tabItem *ui;
};
#endif // TABITEM_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/kyyblabla/MyYoudaoNoteLike.git
git@gitee.com:kyyblabla/MyYoudaoNoteLike.git
kyyblabla
MyYoudaoNoteLike
MyYoudaoNoteLike
master

Search

23e8dbc6 1850385 7e0993f3 1850385