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.
41 lines
3.5 KiB
41 lines
3.5 KiB
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.trinitydesktop.qt;
|
|
|
|
import org.trinitydesktop.qt.Qt;
|
|
|
|
public class TQInputDialog extends TQDialog {
|
|
protected TQInputDialog(Class dummy){super((Class) null);}
|
|
public native TQMetaObject metaObject();
|
|
public native String className();
|
|
public static native String tr(String arg1, String arg2);
|
|
public static native String tr(String arg1);
|
|
public static native String getText(String caption, String label, int echo, String text, boolean[] ok, TQWidget parent, String name);
|
|
public static native String getText(String caption, String label, int echo, String text, boolean[] ok, TQWidget parent);
|
|
public static native String getText(String caption, String label, int echo, String text, boolean[] ok);
|
|
public static native String getText(String caption, String label, int echo, String text);
|
|
public static native String getText(String caption, String label, int echo);
|
|
public static native String getText(String caption, String label);
|
|
public static native int getInteger(String caption, String label, int value, int minValue, int maxValue, int step, boolean[] ok, TQWidget parent, String name);
|
|
public static native int getInteger(String caption, String label, int value, int minValue, int maxValue, int step, boolean[] ok, TQWidget parent);
|
|
public static native int getInteger(String caption, String label, int value, int minValue, int maxValue, int step, boolean[] ok);
|
|
public static native int getInteger(String caption, String label, int value, int minValue, int maxValue, int step);
|
|
public static native int getInteger(String caption, String label, int value, int minValue, int maxValue);
|
|
public static native int getInteger(String caption, String label, int value, int minValue);
|
|
public static native int getInteger(String caption, String label, int value);
|
|
public static native int getInteger(String caption, String label);
|
|
public static native double getDouble(String caption, String label, double value, double minValue, double maxValue, int decimals, boolean[] ok, TQWidget parent, String name);
|
|
public static native double getDouble(String caption, String label, double value, double minValue, double maxValue, int decimals, boolean[] ok, TQWidget parent);
|
|
public static native double getDouble(String caption, String label, double value, double minValue, double maxValue, int decimals, boolean[] ok);
|
|
public static native double getDouble(String caption, String label, double value, double minValue, double maxValue, int decimals);
|
|
public static native double getDouble(String caption, String label, double value, double minValue, double maxValue);
|
|
public static native double getDouble(String caption, String label, double value, double minValue);
|
|
public static native double getDouble(String caption, String label, double value);
|
|
public static native double getDouble(String caption, String label);
|
|
public static native String getItem(String caption, String label, String[] list, int current, boolean editable, boolean[] ok, TQWidget parent, String name);
|
|
public static native String getItem(String caption, String label, String[] list, int current, boolean editable, boolean[] ok, TQWidget parent);
|
|
public static native String getItem(String caption, String label, String[] list, int current, boolean editable, boolean[] ok);
|
|
public static native String getItem(String caption, String label, String[] list, int current, boolean editable);
|
|
public static native String getItem(String caption, String label, String[] list, int current);
|
|
public static native String getItem(String caption, String label, String[] list);
|
|
}
|