org.kde.koala

Interface KFontDialogSignals

public interface KFontDialogSignals

Method Summary
voidfontSelected(QFont font)
Emitted whenever the currently selected font changes.

Method Detail

fontSelected

public void fontSelected(QFont font)
Emitted whenever the currently selected font changes. Connect to this to monitor the font as it is selected if you are not running modal.

UNKNOWN: Emitted whenever the currently selected font changes.