Minor changes

This commit is contained in:
Paolo Cignoni cignoni 2008-03-21 14:53:27 +00:00
parent 8a9e678e19
commit a2e329b28d
2 changed files with 9 additions and 2 deletions

View File

@ -65,8 +65,6 @@ public:
QPoint cur;
bool haveToPick;
void ComputePerVertexQualityHistogram( CMeshO & m, vcg::Frange range, Histogramf &h, int bins);
};
#endif

View File

@ -307,9 +307,15 @@
</item>
<item row="1" column="0" colspan="2" >
<widget class="QDoubleSpinBox" name="brightessSpinBox" >
<property name="accelerated" >
<bool>true</bool>
</property>
<property name="maximum" >
<double>2.000000000000000</double>
</property>
<property name="singleStep" >
<double>0.010000000000000</double>
</property>
<property name="value" >
<double>1.000000000000000</double>
</property>
@ -410,6 +416,9 @@
<height>200</height>
</size>
</property>
<property name="autoFillBackground" >
<bool>true</bool>
</property>
<property name="frameShape" >
<enum>QFrame::StyledPanel</enum>
</property>