嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
qt登录界面
.
├── build-test_1-Desktop_Qt_5_3_MinGW_32bit-Debug
│ ├── Makefile
│ ├── Makefile.Debug
│ ├── Makefile.Release
│ ├── debug
│ │ ├── main.o
│ │ ├── moc_second.cpp
│ │ ├── moc_second.o
│ │ ├── moc_widget.cpp
│ │ ├── moc_widget.o
│ │ ├── qrc_picture.cpp
│ │ ├── qrc_picture.o
│ │ ├── second.o
│ │ ├── test_1.exe
│ │ └── widget.o
│ ├── release
│ ├── ui_second.h
│ └── ui_widget.h
├── qt登录界面.zip
└── test_1
├── main.cpp
├── pic
│ ├── cxk.jpg
│ ├── 灯.jpg
│ ├── 电视.jpg
│ ├── 窗帘.jpg
│ ├── 设置.jpg
│ ├── 胡桃摇.gif
│ ├── 胡桃上头.gif
│ └── 胡桃头像.jpg
├── picture.qrc
├── second.cpp
├── second.h
├── second.ui
├── test_1.pro
├── test_1.pro.user
├── third1.cpp
├── third1.h
├── third1.ui
├── third2.cpp
├── third2.h
├── third2.ui
├── third3.cpp
├── third3.h
├── third3.ui
├── third4.cpp
├── third4.h
├── third4.ui
├── widget.cpp
├── widget.h
└── widget.ui
5 directories, 46 files