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.
19 lines
644 B
Java
19 lines
644 B
Java
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.kde.qt;
|
|
|
|
import org.kde.qt.Qt;
|
|
|
|
public class QDateTimeEditBase extends QWidget {
|
|
protected QDateTimeEditBase(Class dummy){super((Class) null);}
|
|
public native QMetaObject metaObject();
|
|
public native String className();
|
|
public native boolean setFocusSection(int sec);
|
|
public native String sectionFormattedText(int sec);
|
|
public native void addNumber(int sec, int num);
|
|
public native void removeLastNumber(int sec);
|
|
public native void stepUp();
|
|
public native void stepDown();
|
|
public static native String tr(String arg1, String arg2);
|
|
public static native String tr(String arg1);
|
|
}
|