Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RetroG24_A1-2_Lakki-s-Quest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Titouan Bretin
RetroG24_A1-2_Lakki-s-Quest
0a96479bb3fb36f66dab3a6ff41a2de77ad31c1d
super-sae
LakkiSQuest
GUI.cpp
Find file
Normal view
Permalink
GUI.cpp
85 B
Newer
Older
Blame preferences
Learn to ignore specific revisions
création des fichiers (classes et fichier ressources)
Titouan Bretin
committed
1 year ago
1
2
3
4
5
6
7
#include
"GUI.h"
GUI
::
GUI
(
QWidget
*
parent
)
:
QWidget
(
parent
)
{}
GUI
::~
GUI
()
{}