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

OP-885 Added configuration for Zagi 3D model. Changed some rendering attributes and changed the name of Revomini to Revolution.

This commit is contained in:
Fredrik Arvidsson 2013-04-03 19:56:41 +02:00
parent 8dc2f23eb2
commit a338257b2d
4 changed files with 17 additions and 3 deletions

View File

@ -1572,6 +1572,17 @@
<enableVbo>false</enableVbo>
</data>
</Revolution>
<Zagi>
<configInfo>
<locked>false</locked>
<version>0.0.0</version>
</configInfo>
<data>
<acFilename>%%DATAPATH%%models/planes/zagi/zagi.3ds</acFilename>
<bgFilename>%%DATAPATH%%models/backgrounds/default_background.png</bgFilename>
<enableVbo>false</enableVbo>
</data>
</Zagi>
<Easyquad__PCT__20X>
<configInfo>
<locked>false</locked>

View File

@ -35,8 +35,8 @@ public:
case 0x0901://Revolution
return QString("Revolution");
break;
case 0x0903://Revomini
return QString("Revomini");
case 0x0903://Revo Mini
return QString("Revolution");
break;
default:
return QString("");

View File

@ -42,6 +42,9 @@
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="renderHints">
<set>QPainter::HighQualityAntialiasing</set>
</property>
</widget>
</item>
<item>

View File

@ -50,7 +50,7 @@
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="renderHints">
<set>QPainter::Antialiasing|QPainter::HighQualityAntialiasing|QPainter::SmoothPixmapTransform|QPainter::TextAntialiasing</set>
<set>QPainter::HighQualityAntialiasing</set>
</property>
</widget>
</item>