src/tools/uic/uic.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
   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