From 99eabc1a72aa7365e89e741dfe385e36db793fba Mon Sep 17 00:00:00 2001 From: Giovanni-Josserand Date: Sun, 22 Jun 2025 17:54:05 +0200 Subject: [PATCH] initialize qt project --- FicheJDR/.gitignore => .gitignore | 0 FicheJDR/FicheJDR.pro => FicheJDR.pro | 0 FicheJDR/main.cpp => main.cpp | 0 FicheJDR/mainwindow.cpp => mainwindow.cpp | 0 FicheJDR/mainwindow.h => mainwindow.h | 0 FicheJDR/mainwindow.ui => mainwindow.ui | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename FicheJDR/.gitignore => .gitignore (100%) rename FicheJDR/FicheJDR.pro => FicheJDR.pro (100%) rename FicheJDR/main.cpp => main.cpp (100%) rename FicheJDR/mainwindow.cpp => mainwindow.cpp (100%) rename FicheJDR/mainwindow.h => mainwindow.h (100%) rename FicheJDR/mainwindow.ui => mainwindow.ui (100%) diff --git a/FicheJDR/.gitignore b/.gitignore similarity index 100% rename from FicheJDR/.gitignore rename to .gitignore diff --git a/FicheJDR/FicheJDR.pro b/FicheJDR.pro similarity index 100% rename from FicheJDR/FicheJDR.pro rename to FicheJDR.pro diff --git a/FicheJDR/main.cpp b/main.cpp similarity index 100% rename from FicheJDR/main.cpp rename to main.cpp diff --git a/FicheJDR/mainwindow.cpp b/mainwindow.cpp similarity index 100% rename from FicheJDR/mainwindow.cpp rename to mainwindow.cpp diff --git a/FicheJDR/mainwindow.h b/mainwindow.h similarity index 100% rename from FicheJDR/mainwindow.h rename to mainwindow.h diff --git a/FicheJDR/mainwindow.ui b/mainwindow.ui similarity index 100% rename from FicheJDR/mainwindow.ui rename to mainwindow.ui