public KIntNumInput(KNumInput below, int value, QWidget parent) : this((Type) null) { CreateProxy(); interceptor.Invoke("KIntNumInput#$#", "KIntNumInput(KNumInput*, int, QWidget*)", typeof(void), typeof(KNumInput), below, typeof(int), value, typeof(QWidget), parent); }
public KDoubleNumInput(KNumInput below, double lower, double upper, double value, QWidget parent, double step) : this((Type) null) { CreateProxy(); interceptor.Invoke("KDoubleNumInput#$$$#$", "KDoubleNumInput(KNumInput*, double, double, double, QWidget*, double)", typeof(void), typeof(KNumInput), below, typeof(double), lower, typeof(double), upper, typeof(double), value, typeof(QWidget), parent, typeof(double), step); }
public KDoubleNumInput(KNumInput below, double lower, double upper, double value) : this((Type) null) { CreateProxy(); interceptor.Invoke("KDoubleNumInput#$$$", "KDoubleNumInput(KNumInput*, double, double, double)", typeof(void), typeof(KNumInput), below, typeof(double), lower, typeof(double), upper, typeof(double), value); }
/// <remarks> /// <param> name="below" A pointer to another KNumInput. /// </param><param> name="parent" parent widget /// \deprecated - use the version without the below parameter instead /// </param></remarks> <short> </short> public KNumInput(QWidget parent, KNumInput below) : this((Type) null) { CreateProxy(); interceptor.Invoke("KNumInput##", "KNumInput(QWidget*, KNumInput*)", typeof(void), typeof(QWidget), parent, typeof(KNumInput), below); }