Skip to content

Commit

Permalink
add and uniform general preferences tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
donovaly authored and wwmayer committed Jul 16, 2019
1 parent f6e04f1 commit a2fa902
Show file tree
Hide file tree
Showing 8 changed files with 351 additions and 119 deletions.
225 changes: 122 additions & 103 deletions src/Gui/DlgEditor.ui

Large diffs are not rendered by default.

38 changes: 34 additions & 4 deletions src/Gui/DlgGeneral.ui
Expand Up @@ -54,7 +54,11 @@
</widget>
</item>
<item>
<widget class="QComboBox" name="Languages"/>
<widget class="QComboBox" name="Languages">
<property name="toolTip">
<string>Language of FreeCAD's user interface</string>
</property>
</widget>
</item>
</layout>
</item>
Expand Down Expand Up @@ -106,6 +110,9 @@
</item>
<item>
<widget class="Gui::PrefSpinBox" name="RecentFiles">
<property name="toolTip">
<string>How many files should be listed in recent files list</string>
</property>
<property name="value">
<number>4</number>
</property>
Expand All @@ -129,6 +136,10 @@
</property>
<item>
<widget class="QCheckBox" name="tiledBackground">
<property name="toolTip">
<string>Background of FreeCAD's main window will consist of tiles of a special image.
See the FreeCAD Wiki for details about the image.</string>
</property>
<property name="text">
<string>Enable tiled background</string>
</property>
Expand All @@ -152,7 +163,11 @@
</widget>
</item>
<item>
<widget class="QComboBox" name="StyleSheets"/>
<widget class="QComboBox" name="StyleSheets">
<property name="toolTip">
<string>Style sheet how user interface will look like</string>
</property>
</widget>
</item>
</layout>
</item>
Expand All @@ -172,7 +187,11 @@
</widget>
</item>
<item>
<widget class="QComboBox" name="toolbarIconSize"/>
<widget class="QComboBox" name="toolbarIconSize">
<property name="toolTip">
<string>Size for the toolbar icons</string>
</property>
</widget>
</item>
</layout>
</item>
Expand All @@ -193,6 +212,9 @@
</property>
<item row="2" column="0">
<widget class="Gui::PrefCheckBox" name="SplashScreen">
<property name="toolTip">
<string>Splash screen of FreeCAD is shown when starting</string>
</property>
<property name="text">
<string>Enable splash screen at start up</string>
</property>
Expand Down Expand Up @@ -223,7 +245,11 @@
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="AutoloadModuleCombo"/>
<widget class="QComboBox" name="AutoloadModuleCombo">
<property name="toolTip">
<string>What workbench will be used after starting FreeCAD</string>
</property>
</widget>
</item>
</layout>
</item>
Expand All @@ -244,6 +270,10 @@
</property>
<item row="0" column="0">
<widget class="Gui::PrefCheckBox" name="PythonWordWrap">
<property name="toolTip">
<string>Words will be wrapped when they exceed available
horizontal space in Python console</string>
</property>
<property name="text">
<string>Enable word wrap</string>
</property>
Expand Down
29 changes: 29 additions & 0 deletions src/Gui/DlgReportView.ui
Expand Up @@ -34,6 +34,9 @@
</property>
<item row="0" column="0">
<widget class="Gui::PrefCheckBox" name="checkLogging">
<property name="toolTip">
<string>Log messages will be recorded</string>
</property>
<property name="text">
<string>Record log messages</string>
</property>
Expand All @@ -47,6 +50,9 @@
</item>
<item row="1" column="0">
<widget class="Gui::PrefCheckBox" name="checkWarning">
<property name="toolTip">
<string>Warnings will be recorded</string>
</property>
<property name="text">
<string>Record warnings</string>
</property>
Expand All @@ -63,6 +69,9 @@
</item>
<item row="2" column="0">
<widget class="Gui::PrefCheckBox" name="checkError">
<property name="toolTip">
<string>Error messages will be recorded</string>
</property>
<property name="text">
<string>Record error messages</string>
</property>
Expand Down Expand Up @@ -171,6 +180,9 @@
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>Font color for normal messages in Report view panel</string>
</property>
<property name="text">
<string/>
</property>
Expand Down Expand Up @@ -226,6 +238,9 @@
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>Font color for log messages in Report view panel</string>
</property>
<property name="text">
<string/>
</property>
Expand Down Expand Up @@ -281,6 +296,9 @@
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>Font color for warning messages in Report view panel</string>
</property>
<property name="text">
<string/>
</property>
Expand Down Expand Up @@ -336,6 +354,9 @@
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>Font color for error messages in Report view panel</string>
</property>
<property name="text">
<string/>
</property>
Expand Down Expand Up @@ -367,6 +388,10 @@
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="Gui::PrefCheckBox" name="pythonOutput">
<property name="toolTip">
<string>Internal Python output will be redirected
from Python console to Report view panel</string>
</property>
<property name="text">
<string>Redirect internal Python output to report view</string>
</property>
Expand All @@ -383,6 +408,10 @@
</item>
<item row="1" column="0">
<widget class="Gui::PrefCheckBox" name="pythonError">
<property name="toolTip">
<string>Internal Python error messages will be redirected
from Python console to Report view panel</string>
</property>
<property name="text">
<string>Redirect internal Python errors to report view</string>
</property>
Expand Down

0 comments on commit a2fa902

Please sign in to comment.