summaryrefslogtreecommitdiff
path: root/scripts/generateClangFormatChecksUI.py
Commit message (Collapse)AuthorAgeFilesLines
* ClangFormat: Fix UI issuesIvan Donchevskii2019-04-261-1/+6
| | | | | | | | | | | - 'Default' values remain so after save/load - the language is fixed to C++ - the project settings are shown correctly - fix parsing configuration file - do not trigger slots when we fill the table Change-Id: I91b477721b5084803324cd38d0cfeb9d5650dd9f Reviewed-by: Marco Bubke <marco.bubke@qt.io>
* ClangFormat: Make UI not translatableIvan Donchevskii2019-04-251-12/+12
| | | | | | Change-Id: I69f8763f6337e8372e7bd24d82ea4b5f3f9fb7fe Reviewed-by: Marco Bubke <marco.bubke@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* ClangFormat: Improve the configuration UIIvan Donchevskii2019-04-251-0/+286
Use QComboBox, QLineEdit and QPlainTextEdit to edit different option types. Show changes in the preview without pressing 'Apply' button. The clangformatchecks.ui file is generated with the python script that is a part of this commit. Change-Id: If5ff0acab6edd74f2e087e31fbd3ad1b9f847030 Reviewed-by: Marco Bubke <marco.bubke@qt.io>