|
|
|
@ -1395,7 +1395,7 @@ bool WidgetFactory::isPassiveInteractor( TQObject* o )
|
|
|
|
|
if ( TQApplication::activePopupWidget() ) // if a popup is open, we have to make sure that this one is closed, else X might do funny things
|
|
|
|
|
return true;
|
|
|
|
|
|
|
|
|
|
if ( o->inherits( "TQTabBar" ) || ::tqqt_cast<TQToolBox*>(o->parent()) )
|
|
|
|
|
if ( o->inherits( "TQTabBar" ) || ::tqt_cast<TQToolBox*>(o->parent()) )
|
|
|
|
|
return true;
|
|
|
|
|
else if ( o->inherits( "TQSizeGrip" ) )
|
|
|
|
|
return true;
|
|
|
|
@ -1475,7 +1475,7 @@ void WidgetFactory::initChangedProperties( TQObject *o )
|
|
|
|
|
|
|
|
|
|
if ( o->inherits( "TQPushButton" ) || o->inherits("TQRadioButton") || o->inherits( "TQCheckBox" ) || o->inherits( "TQToolButton" ) )
|
|
|
|
|
MetaDataBase::setPropertyChanged( o, "text", true );
|
|
|
|
|
else if (::tqqt_cast<TQToolButton*>(o) && ::tqqt_cast<TQToolBox*>(widgetOfContainer((TQWidget*)o->parent()))) {
|
|
|
|
|
else if (::tqt_cast<TQToolButton*>(o) && ::tqt_cast<TQToolBox*>(widgetOfContainer((TQWidget*)o->parent()))) {
|
|
|
|
|
MetaDataBase::setPropertyChanged( o, "usesTextLabel", TRUE );
|
|
|
|
|
MetaDataBase::setPropertyChanged( o, "textLabel", TRUE );
|
|
|
|
|
MetaDataBase::setPropertyChanged( o, "autoRaise", TRUE );
|
|
|
|
@ -1498,7 +1498,7 @@ void WidgetFactory::initChangedProperties( TQObject *o )
|
|
|
|
|
t->verticalHeader()->setLabel( i, TQString::number( i + 1 ) );
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
} else if ( ::tqqt_cast<TQToolBox*>(o) ) {
|
|
|
|
|
} else if ( ::tqt_cast<TQToolBox*>(o) ) {
|
|
|
|
|
MetaDataBase::setPropertyChanged( o, "currentIndex", true );
|
|
|
|
|
MetaDataBase::setPropertyChanged( o, "itemName", true );
|
|
|
|
|
MetaDataBase::setPropertyChanged( o, "itemLabel", true );
|
|
|
|
|