org.kde.koala
Interface KFontDialogSignals


public interface KFontDialogSignals


Method Summary
 void fontSelected(org.kde.qt.QFont font)
          Emitted whenever the currently selected font changes.
 

Method Detail

fontSelected

void fontSelected(org.kde.qt.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.