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