1 Star 0 Fork 223

kicker / QQLikeUI

forked from 风木 / QQLikeUI 
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
mainwindow.h 291 Bytes
Copy Edit Raw Blame History
风木 authored 2015-02-07 23:07 . init
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
private:
Ui::MainWindow *ui;
};
#endif // MAINWINDOW_H
C++
1
https://gitee.com/kickerT/QQLikeUI.git
git@gitee.com:kickerT/QQLikeUI.git
kickerT
QQLikeUI
QQLikeUI
master

Search