Improve branding by avoiding explicit use of 'FreeCAD' in tool tips

This commit is contained in:
wmayer
2019-09-07 13:18:59 +02:00
parent 145fe107e4
commit ee8ec4568b
9 changed files with 21 additions and 18 deletions

View File

@@ -72,7 +72,7 @@
</font>
</property>
<property name="text">
<string>Let FreeCAD manage (create, delete) the working directories for all solver. Use temporary directories.</string>
<string>Let the application manage (create, delete) the working directories for all solver. Use temporary directories.</string>
</property>
<property name="wordWrap">
<bool>true</bool>

View File

@@ -113,9 +113,6 @@
<layout class="QGridLayout" name="gridLayout2">
<item row="0" column="1">
<widget class="Gui::PrefFileChooser" name="prefFileChooser2">
<property name="toolTip">
<string>The path to the POV-Ray executable, if you want to render from FreeCAD</string>
</property>
<property name="prefEntry" stdset="0">
<cstring>PovrayExecutable</cstring>
</property>

View File

@@ -22,6 +22,9 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <QApplication>
#endif
#include "DlgSettingsRayImp.h"
#include <Gui/PrefWidgets.h>
@@ -29,6 +32,8 @@
using namespace RaytracingGui;
/* TRANSLATOR RaytracingGui::DlgSettingsRayImp */
/**
* Constructs a DlgSettings3DViewImp which is a child of 'parent', with the
* name 'name' and widget flags set to 'f'
@@ -37,6 +42,7 @@ DlgSettingsRayImp::DlgSettingsRayImp( QWidget* parent )
: PreferencePage( parent )
{
this->setupUi(this);
prefFileChooser2->setToolTip(tr("The path to the POV-Ray executable, if you want to render from %1").arg(qApp->applicationName()));
}
/**

View File

@@ -130,7 +130,7 @@
<item row="0" column="1">
<widget class="Gui::PrefCheckBox" name="checkBox">
<property name="toolTip">
<string>Shows a notepad next to the file thumbnails, where you can keep notes across FreeCAD sessions</string>
<string>Shows a notepad next to the file thumbnails, where you can keep notes across sessions</string>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
@@ -614,7 +614,7 @@
<item row="2" column="1">
<widget class="Gui::PrefCheckBox" name="checkBox_3">
<property name="toolTip">
<string>If FreeCAD is started by opening a file, apply the two settings above</string>
<string>If application is started by opening a file, apply the two settings above</string>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>

View File

@@ -26,7 +26,7 @@
<string>ActiveView to TD View</string>
</property>
<property name="windowIcon">
<iconset resource="../../../../../Source/FreeCAD-src/src/Mod/TechDraw/Gui/Resources/TechDraw.qrc">
<iconset resource="Resources/TechDraw.qrc">
<normaloff>:/icons/actions/techdraw-activeview.svg</normaloff>:/icons/actions/techdraw-activeview.svg</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
@@ -237,7 +237,7 @@
</customwidget>
</customwidgets>
<resources>
<include location="../../../../../Source/FreeCAD-src/src/Mod/TechDraw/Gui/Resources/TechDraw.qrc"/>
<include location="Resources/TechDraw.qrc"/>
</resources>
<connections/>
</ui>