xuetao
2025-05-08 ee692f2cbde18cf221c06e4be5af0f87c40a7104
Merge branch 'master' of ssh://117.78.1.188:29418/test-upload
6 文件已重命名
1 ■■■■ 已修改文件
Test/.gitignore 补丁 | 查看 | 原始文档 | blame | 历史
Test/Test.pro 补丁 | 查看 | 原始文档 | blame | 历史
Test/main.cpp 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Test/mainwindow.cpp 补丁 | 查看 | 原始文档 | blame | 历史
Test/mainwindow.h 补丁 | 查看 | 原始文档 | blame | 历史
Test/mainwindow.ui 补丁 | 查看 | 原始文档 | blame | 历史
Test/.gitignore
Test/Test.pro
Test/main.cpp
File was renamed from QTTest/main.cpp
@@ -4,6 +4,7 @@
int main(int argc, char *argv[])
{
    //first QT
    QApplication a(argc, argv);
    MainWindow w;
    w.show();
Test/mainwindow.cpp
Test/mainwindow.h
Test/mainwindow.ui