Exemple #1
0
void QEPeriodic::paste( QVariant v )
{
    if( getAllowDrop() )
    {
        setDrop( v );
    }
}
Exemple #2
0
void QEGenericEdit::paste( QVariant v )
{
    if( getAllowDrop() )
    {
        setDrop( v );
    }
}
void QESlider::paste( QVariant v )
{
    if( getAllowDrop() )
    {
        setDrop( v );
    }
}
Exemple #4
0
void QELabel::paste( QVariant v )
{
    if( getAllowDrop() )
    {
        setDrop( v );
    }
}