Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilating ui with Qt5 #182

Merged
merged 1 commit into from May 27, 2019
Merged

Compilating ui with Qt5 #182

merged 1 commit into from May 27, 2019

Conversation

SimonSAMPERE
Copy link
Collaborator

Comme spécifié (#171)

Pour permettre l'affichage de l'interface utilisateur dans QGIS 3 en cliquant sur l'icône du plugin, les fichiers .py d'interface doivent être générés à partir des fichiers .ui à l'aide du compilateur Qt5 :

  • Les fichiers .ui n'ont pas été modifiés car l'interface ne doit pas être modifiée pour l'instant.

  • Le fichier make.bat a été modifié pour être adapté à Qt5 (remplacer pyuic4 par pyuic5 et pyrcc4 par pyrcc5).

  • Les commande de compilation inscrites dans le script make.bat ont été exécutées afin de générer les nouveaux fichiers d'ui .py compatibles avec PyQt5.

@SimonSAMPERE SimonSAMPERE added User Interface Interface graphique de l'utilisateur final task labels May 27, 2019
@SimonSAMPERE SimonSAMPERE added this to the Version 2 milestone May 27, 2019
@SimonSAMPERE SimonSAMPERE requested a review from Guts May 27, 2019 12:42
@SimonSAMPERE SimonSAMPERE self-assigned this May 27, 2019
@SimonSAMPERE SimonSAMPERE added this to In progress in Compatibilité QGIS 3 via automation May 27, 2019
@SimonSAMPERE SimonSAMPERE merged commit ca97ef7 into qgis3 May 27, 2019
Compatibilité QGIS 3 automation moved this from In progress to Done May 27, 2019
@SimonSAMPERE SimonSAMPERE deleted the ui_Qt5Compilation branch October 22, 2019 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
User Interface Interface graphique de l'utilisateur final
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant