1 Star 0 Fork 222

591342534 / 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
main.cpp 311 Bytes
Copy Edit Raw Blame History
风木 authored 2015-02-10 23:28 . 增加主界面
#include "mainwindow.h"
#include "src/ui/loginform.h"
#include "src/ui/mainform.h"\
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
// MainWindow w;
// w.show();
//SlideWindow l;
//MainForm l;
LoginForm l;
l.show();
return a.exec();
}
C++
1
https://gitee.com/d591342534/QQLikeUI.git
git@gitee.com:d591342534/QQLikeUI.git
d591342534
QQLikeUI
QQLikeUI
master

Search