예제 #1
0
void ClearPlainTextEdit::handleScroll()
{
    buttonLayout()->update();
}
예제 #2
0
파일: bbox.cpp 프로젝트: FyhSky/bomi
BBox::BBox(QWidget *parent)
    : QDialogButtonBox(parent)
{
    m_layout = buttonLayout(this);
}