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