mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 17:14:39 +00:00
Minor changes
This commit is contained in:
parent
8a9e678e19
commit
a2e329b28d
@ -65,8 +65,6 @@ public:
|
||||
|
||||
QPoint cur;
|
||||
bool haveToPick;
|
||||
|
||||
void ComputePerVertexQualityHistogram( CMeshO & m, vcg::Frange range, Histogramf &h, int bins);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user