aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/cpptools.qbs
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@qt.io>2018-02-06 13:17:36 +0100
committerNikolai Kosjar <nikolai.kosjar@qt.io>2018-02-08 14:45:59 +0000
commit8cd96c2142781a7fc0cc9349269168e10f5fb4e8 (patch)
tree01734c23378d76ff3a4bde66013cfaa1f77f578c /src/plugins/cpptools/cpptools.qbs
parent52b717d3d10af7ad4770f9cb96c3943d438c627d (diff)
CppTools: Improve clang diagnostic configuration UI
...by clarifying the widget hierarchy. Ensure that the combo box at the top is perceived as the main widget: * Remove the "Configuration to use:" label so the combo box gets more horizontal space and thus dominance. Also, rename the group box header/label from "Clang Diagnostic Warnigns" to "Clang Diagnostic Configuration". * Move the command line text edit below the combo box into its own tab page to clarify the relation to the tidy/clazy tabs. Change-Id: I97a0785678e33b94746046d07a911422b1469890 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
Diffstat (limited to 'src/plugins/cpptools/cpptools.qbs')
-rw-r--r--src/plugins/cpptools/cpptools.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cpptools.qbs b/src/plugins/cpptools/cpptools.qbs
index a258ce18a3..fc00def308 100644
--- a/src/plugins/cpptools/cpptools.qbs
+++ b/src/plugins/cpptools/cpptools.qbs
@@ -42,6 +42,7 @@ Project {
"builtinindexingsupport.h",
"builtincursorinfo.cpp",
"builtincursorinfo.h",
+ "clangbasechecks.ui",
"clangdiagnosticconfig.cpp",
"clangdiagnosticconfig.h",
"clangdiagnosticconfigsmodel.cpp",