blob: b43c06b6cdb8741165c89c2c7b829ca75d9fe60c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.qt;
public interface QComboBoxSignals {
void activated(int index);
void highlighted(int index);
void activated(String arg1);
void highlighted(String arg1);
void textChanged(String arg1);
}
|