Exemplo n.º 1
0
void OptionsDialog::disableSaveButtons()
{
    setSaveButtonState(false);
}
Exemplo n.º 2
0
void OptionsDialog::enableSaveButtons()
{
    /* prevent enabling of the save buttons when data modified, if there is an invalid proxy address present */
    if(fProxyIpValid)
        setSaveButtonState(true);
}
Exemplo n.º 3
0
void SettingPage::disableSaveButtons()
{
    setSaveButtonState(false);
}