You can not 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
670 B
19 lines
670 B
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.trinitydesktop.qt;
|
|
|
|
import org.trinitydesktop.qt.Qt;
|
|
|
|
public class TQDateTimeEditBase extends TQWidget {
|
|
protected TQDateTimeEditBase(Class dummy){super((Class) null);}
|
|
public native TQMetaObject 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);
|
|
}
|