82int QDesignerWidgetBoxInterface::findOrInsertCategory(
const QString &categoryName)
84 int count = categoryCount();
85 for (
int index=0; index<count; ++index) {
86 Category c = category(index);
87 if (c.name() == categoryName)
91 addCategory(Category(categoryName));