You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/kdejava/koala/org/kde/koala/KFontDialogSignals.java

18 lines
480 B
Java

//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;
import org.kde.qt.QFont;
import org.kde.qt.QMetaObject;
import org.kde.qt.QtSupport;
import org.kde.qt.QWidget;
public interface KFontDialogSignals {
/**
Emitted whenever the currently selected font changes.
Connect to this to monitor the font as it is selected if you are
not running modal.
@short Emitted whenever the currently selected font changes.
*/
void fontSelected(QFont font);
}