equal
deleted
inserted
replaced
320 || customWidgetsInfo()->extends(className, QLatin1String("QMdiArea")) |
320 || customWidgetsInfo()->extends(className, QLatin1String("QMdiArea")) |
321 || customWidgetsInfo()->extends(className, QLatin1String("QWizard")) |
321 || customWidgetsInfo()->extends(className, QLatin1String("QWizard")) |
322 || customWidgetsInfo()->extends(className, QLatin1String("QDockWidget")); |
322 || customWidgetsInfo()->extends(className, QLatin1String("QDockWidget")); |
323 } |
323 } |
324 |
324 |
|
325 bool Uic::isCustomWidgetContainer(const QString &className) const |
|
326 { |
|
327 return customWidgetsInfo()->isCustomWidgetContainer(className); |
|
328 } |
|
329 |
325 bool Uic::isStatusBar(const QString &className) const |
330 bool Uic::isStatusBar(const QString &className) const |
326 { |
331 { |
327 return customWidgetsInfo()->extends(className, QLatin1String("QStatusBar")); |
332 return customWidgetsInfo()->extends(className, QLatin1String("QStatusBar")); |
328 } |
333 } |
329 |
334 |