Searched defs:pRadioButton (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIMediumTypeChangeDialog.cpp189 QRadioButton *pRadioButton = new QRadioButton(m_pGroupBox); local
190 connect(pRadioButton, SIGNAL(clicked()), this, SLOT(sltValidate()));
191 pRadioButton->setProperty("mediumType", QVariant::fromValue(mediumType));
192 m_pGroupBoxLayout->addWidget(pRadioButton);

Completed in 42 milliseconds