基本信息
源码名称:qt登录界面
源码大小:7.10M
文件格式:.zip
开发语言:C/C++
更新时间:2023-03-05
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 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