NAME
Qt::Gui::QLCDNumber
PUBLIC METHODS
- QLCDNumber(QWidget * parent = 0)
- QLCDNumber(QWidget * parent)
- QLCDNumber(uint numDigits, QWidget * parent = 0)
- QLCDNumber(uint numDigits, QWidget * parent)
- ~QLCDNumber()
- bool checkOverflow(double num)
- bool checkOverflow(int num)
- int digitCount()
- void display(const QString & str)
- void display(int num)
- void display(double num)
- int intValue()
- QLCDNumber::Mode mode()
- int numDigits()
- QLCDNumber::SegmentStyle segmentStyle()
- void setBinMode()
- void setDecMode()
- void setDigitCount(int nDigits)
- void setHexMode()
- void setMode(QLCDNumber::Mode arg0)
- void setNumDigits(int nDigits)
- void setOctMode()
- void setSegmentStyle(QLCDNumber::SegmentStyle arg0)
- void setSmallDecimalPoint(bool arg0)
- QSize sizeHint()
- bool smallDecimalPoint()
- double value()
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.