1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

Add tooltips on the modelview gadget configuration page to explain more about VBOs.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2202 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
edouard 2010-12-07 22:23:04 +00:00 committed by edouard
parent 0fe666b7a2
commit 970b155870

View File

@ -32,10 +32,18 @@
</widget>
</item>
<item row="1" column="1">
<widget class="Utils::PathChooser" name="backgroundPathChooser" native="true"/>
<widget class="Utils::PathChooser" name="backgroundPathChooser" native="true">
<property name="toolTip">
<string>Select the image that is shown in the background.</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="Utils::PathChooser" name="modelPathChooser" native="true"/>
<widget class="Utils::PathChooser" name="modelPathChooser" native="true">
<property name="toolTip">
<string>Select the 3D model file here.</string>
</property>
</widget>
</item>
<item row="3" column="0">
<spacer name="verticalSpacer">
@ -52,6 +60,11 @@
</item>
<item row="2" column="1">
<widget class="QCheckBox" name="enableVbo">
<property name="toolTip">
<string>Click to enable the use of Vertical Blanking.
It is not enabled by default because some graphic cards do not
support it, and crash the GCS. Enabling improves performance, though, so you can experiment at your own risk.</string>
</property>
<property name="whatsThis">
<string>VBO allow for performance gains for GPUs that support it (most cards). This may cause cards with faulty drivers to crash.</string>
</property>