Skip to content
Snippets Groups Projects
Commit 4bf4b452 authored by Thorbjørn Lindeijer's avatar Thorbjørn Lindeijer
Browse files

Simplified labels related to build and run settings

Mainly removed the "Settings" part, since we don't use that in our
settings pages generally.

Also merged the build and run group boxes, since they both have only a
single checkbox currently. Easy enough to add more structure when
necessary.
parent 9a1e869c
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ QString ProjectExplorerSettingsPage::id() const ...@@ -52,7 +52,7 @@ QString ProjectExplorerSettingsPage::id() const
QString ProjectExplorerSettingsPage::trName() const QString ProjectExplorerSettingsPage::trName() const
{ {
return tr("Build and Run Settings"); return tr("Build and Run");
} }
QString ProjectExplorerSettingsPage::category() const QString ProjectExplorerSettingsPage::category() const
......
...@@ -6,15 +6,15 @@ ...@@ -6,15 +6,15 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>541</width> <width>296</width>
<height>358</height> <height>152</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_3"> <layout class="QVBoxLayout" name="verticalLayout_3">
<item> <item>
<widget class="QGroupBox" name="groupBox"> <widget class="QGroupBox" name="groupBox">
<property name="title"> <property name="title">
<string>Build Settings</string> <string>Build and Run</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>
...@@ -24,15 +24,6 @@ ...@@ -24,15 +24,6 @@
</property> </property>
</widget> </widget>
</item> </item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>Run Settings</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item> <item>
<widget class="QCheckBox" name="buildProjectBeforeRunCheckBox"> <widget class="QCheckBox" name="buildProjectBeforeRunCheckBox">
<property name="text"> <property name="text">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment