- Display a list of countries.
- Show the corresponding flag when a country is selected.
- Provide a simple and intuitive interface.
- Interactive list of countries.
- Flag display upon selection.
- Lightweight and easy-to-use interface.
- Language: C++
- Framework: Qt (QtWidgets)
- Recommended Qt Version: Qt 5 or Qt 6
- Clone this repository:
git clone [https://github.com/your-username/qt-flags.git](https://github.com/nathanverdier/masterDetail_Flags.git) cd qt-flags - Open the project in Qt Creator.
- Compile and run the application.
masterDetail_Flags/
├── geo_quizz
| ├── src/
│ ├── main.cpp
│ ├── country.cpp
│ ├── countryfactory.cpp
| ├── headers/
│ ├── country.h
│ ├── countryfactory.h
| ├── qml/
│ ├── Drapeau.qml
│ ├── main.qml
│ ├── Pays.qml
| ├── assets/
│ ├── flags/
│ ├── icons/
│ ├── COPYING.CC-BY-SA
│ ├── data.json
│ ├── data.xml
│ ├── data_en-GB.json
│ ├── data_en-GB.xml
│ ├── map.svg
│ ├── map.svg.txt
| ├── geo_quizz.pro
├── README.md
Master