equal
deleted
inserted
replaced
361 || customWidgetsInfo()->extends(className, QLatin1String("QMdiArea")) |
361 || customWidgetsInfo()->extends(className, QLatin1String("QMdiArea")) |
362 || customWidgetsInfo()->extends(className, QLatin1String("QWizard")) |
362 || customWidgetsInfo()->extends(className, QLatin1String("QWizard")) |
363 || customWidgetsInfo()->extends(className, QLatin1String("QDockWidget")); |
363 || customWidgetsInfo()->extends(className, QLatin1String("QDockWidget")); |
364 } |
364 } |
365 |
365 |
|
366 bool Uic::isCustomWidgetContainer(const QString &className) const |
|
367 { |
|
368 return customWidgetsInfo()->isCustomWidgetContainer(className); |
|
369 } |
|
370 |
366 bool Uic::isStatusBar(const QString &className) const |
371 bool Uic::isStatusBar(const QString &className) const |
367 { |
372 { |
368 return customWidgetsInfo()->extends(className, QLatin1String("QStatusBar")); |
373 return customWidgetsInfo()->extends(className, QLatin1String("QStatusBar")); |
369 } |
374 } |
370 |
375 |