aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangcodemodel/clangprojectsettingswidget.ui
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@qt.io>2019-01-29 16:07:53 +0100
committerNikolai Kosjar <nikolai.kosjar@qt.io>2019-02-01 08:15:44 +0000
commit9ef8ea3d7dd57aecac21cf21b905f224064c7f49 (patch)
treec4dc69d46c18007f5ff0346821fa5870e3b51256 /src/plugins/clangcodemodel/clangprojectsettingswidget.ui
parent0df7468e517192b5fbc6c8a5059d3ef6c412545c (diff)
Clang: Clean up some names in ClangProjectSettingsWidget
Clarify some names and encode the widget type as suffix. Change-Id: Id0d3b3a3df16df60af806ad6aa60b0269a1bde0a Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
Diffstat (limited to 'src/plugins/clangcodemodel/clangprojectsettingswidget.ui')
-rw-r--r--src/plugins/clangcodemodel/clangprojectsettingswidget.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/clangcodemodel/clangprojectsettingswidget.ui b/src/plugins/clangcodemodel/clangprojectsettingswidget.ui
index 88177c235f..fe5036ec11 100644
--- a/src/plugins/clangcodemodel/clangprojectsettingswidget.ui
+++ b/src/plugins/clangcodemodel/clangprojectsettingswidget.ui
@@ -15,7 +15,7 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
- <widget class="QComboBox" name="clangSettings">
+ <widget class="QComboBox" name="globalOrCustomComboBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
@@ -35,7 +35,7 @@
</widget>
</item>
<item>
- <widget class="QCheckBox" name="delayedTemplateParse">
+ <widget class="QCheckBox" name="delayedTemplateParseCheckBox">
<property name="toolTip">
<string>Parse templates in a MSVC-compliant way. This helps to parse headers for example from Active Template Library (ATL) or Windows Runtime Library (WRL).
However, using the relaxed and extended rules means also that no highlighting/completion can be provided within template functions.</string>