示例#1
0
void JIDAdvSearch::showEvent(QShowEvent *e)
{
    JIDAdvSearchBase::showEvent(e);
    emit enableOptions(false);
}
示例#2
0
void JabberBrowser::selectionChanged()
{
    emit enableOptions(m_list->selectedItem() != NULL);
}
示例#3
0
void MainWindow::on_pushButton_EditOptions_clicked()
{
    enableOptions();
}