コード例 #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
ファイル: mainwindow.cpp プロジェクト: fstigre/Tool
void MainWindow::on_pushButton_EditOptions_clicked()
{
    enableOptions();
}