コード例 #1
0
void QGridLayoutProto::update()
{
  QGridLayout *item = qscriptvalue_cast<QGridLayout*>(thisObject());
  if (item)
    item->update();
}