16,819
社区成员




m_pVBoxLayout->setContentsMargins (20, 20, 20, 20);
m_pVBoxLayout->addWidget(m_topCaptionButton); //1
m_pVBoxLayout->addWidget(m_pShadowDialog); //2
m_pVBoxLayout->setSpacing(15);
m_pVBoxLayout->addLayout (m_pHBoxLayoutButton); //3
m_pVBoxLayout->addStretch();
m_pVBoxLayout->setContentsMargins (20, 20, 20, 20);
m_pVBoxLayout->addWidget(m_topCaptionButton); //1
m_pVBoxLayout->setSpacing(25);
m_pVBoxLayout->addWidget(m_pShadowDialog); //2
m_pVBoxLayout->setSpacing(15);
m_pVBoxLayout->addLayout (m_pHBoxLayoutButton); //3
m_pVBoxLayout->addStretch();