Return to François Faure

Outils Informatiques – M2 MAI

Outils Informatiques

Travaux pratiques

  1. tp_CMake_QtCreator
  2. Git tutorial
  3. Qt
  4. XML
  5. Doxygen
  6. Python

Mini-projet

Sujet par défaut: refaites entièrement en Python l’application Qt-XML. Créez l’interface entièrement à l’aide de commande Python, sans utiliser de fichier .ui.

Useful links

C++

Git

Qt

XML

Doxygen

Python

Outils Informatiques – M2 MAI – TP Qt

Outils Informatiques – M2 MAI – TP Qt and forge A very simple application: computing squares 1. Direct update Create an application as illustrated in the following image. Each time the input value is changed, the output value is updated, as the square of the input. A possible way is to use QtCreator, create a …

Outils Informatiques – M2 MAI – TP Doxygen

Outils Informatiques – M2 MAI – TP Doxygen Using Doxygen, generate a html documentation of the Qt-Laplacian-XML project. The Doxyfile configuration file can be either created and edited using doxywizard, or created using the command line and edited as a text. Make sure to check EXTRACT_ALL and EXTRACT_STATIC to document all the entities.

Outils Informatiques – M2 MAI – TP Python

Outils Informatiques – M2 MAI – TP Python Find inspiration in this page and convert this program in Python. Note that the llt decomposition is also called Cholesky factorization. See also the «useful links» in the parent page.