19#ifndef OST_GUI_WIDGET_POOL_HH
20#define OST_GUI_WIDGET_POOL_HH
27namespace ost {
namespace gui {
55 void Add(
const QString& name,
int limit=-1);
72 bool Take(
const QString& name);
78 bool Give(
const QString& name);
85 QMap<QString, PooledWidget> pool_;
#define DLLEXPORT_OST_GUI