|
|
|
@ -263,48 +263,48 @@ void setPageDisplay::slot_setDefault(void)
|
|
|
|
|
///////////////////////////////////////
|
|
|
|
|
void setPageDisplay::slot_Font_Standard(void)
|
|
|
|
|
{
|
|
|
|
|
int value = KFontDialog::getFont( Resource->FONT_Standard );
|
|
|
|
|
if( value != KFontDialog::Accepted ) return;
|
|
|
|
|
int value = TDEFontDialog::getFont( Resource->FONT_Standard );
|
|
|
|
|
if( value != TDEFontDialog::Accepted ) return;
|
|
|
|
|
resetSampleConsole();
|
|
|
|
|
rebuildConsole = TRUE;
|
|
|
|
|
emit enableApply();
|
|
|
|
|
}
|
|
|
|
|
void setPageDisplay::slot_Font_PrivateTell(void)
|
|
|
|
|
{
|
|
|
|
|
int value = KFontDialog::getFont( Resource->FONT_PrivateTell );
|
|
|
|
|
if( value != KFontDialog::Accepted ) return;
|
|
|
|
|
int value = TDEFontDialog::getFont( Resource->FONT_PrivateTell );
|
|
|
|
|
if( value != TDEFontDialog::Accepted ) return;
|
|
|
|
|
resetSampleConsole();
|
|
|
|
|
rebuildConsole = TRUE;
|
|
|
|
|
emit enableApply();
|
|
|
|
|
}
|
|
|
|
|
void setPageDisplay::slot_Font_ChannelTell(void)
|
|
|
|
|
{
|
|
|
|
|
int value = KFontDialog::getFont( Resource->FONT_ChannelTell );
|
|
|
|
|
if( value != KFontDialog::Accepted ) return;
|
|
|
|
|
int value = TDEFontDialog::getFont( Resource->FONT_ChannelTell );
|
|
|
|
|
if( value != TDEFontDialog::Accepted ) return;
|
|
|
|
|
resetSampleConsole();
|
|
|
|
|
rebuildConsole = TRUE;
|
|
|
|
|
emit enableApply();
|
|
|
|
|
}
|
|
|
|
|
void setPageDisplay::slot_Font_Shout(void)
|
|
|
|
|
{
|
|
|
|
|
int value = KFontDialog::getFont( Resource->FONT_Shout );
|
|
|
|
|
if( value != KFontDialog::Accepted ) return;
|
|
|
|
|
int value = TDEFontDialog::getFont( Resource->FONT_Shout );
|
|
|
|
|
if( value != TDEFontDialog::Accepted ) return;
|
|
|
|
|
resetSampleConsole();
|
|
|
|
|
rebuildConsole = TRUE;
|
|
|
|
|
emit enableApply();
|
|
|
|
|
}
|
|
|
|
|
void setPageDisplay::slot_Font_Whisper(void)
|
|
|
|
|
{
|
|
|
|
|
int value = KFontDialog::getFont( Resource->FONT_Whisper );
|
|
|
|
|
if( value != KFontDialog::Accepted ) return;
|
|
|
|
|
int value = TDEFontDialog::getFont( Resource->FONT_Whisper );
|
|
|
|
|
if( value != TDEFontDialog::Accepted ) return;
|
|
|
|
|
resetSampleConsole();
|
|
|
|
|
rebuildConsole = TRUE;
|
|
|
|
|
emit enableApply();
|
|
|
|
|
}
|
|
|
|
|
void setPageDisplay::slot_Font_Notification(void)
|
|
|
|
|
{
|
|
|
|
|
int value = KFontDialog::getFont( Resource->FONT_Notification );
|
|
|
|
|
if( value != KFontDialog::Accepted ) return;
|
|
|
|
|
int value = TDEFontDialog::getFont( Resource->FONT_Notification );
|
|
|
|
|
if( value != TDEFontDialog::Accepted ) return;
|
|
|
|
|
resetSampleConsole();
|
|
|
|
|
rebuildConsole = TRUE;
|
|
|
|
|
emit enableApply();
|
|
|
|
|