![]() |
API Documentation
|
A simple widget for entering in an IP address. Multiple QCustomLineEdits allow the user to enter in the parts of the IP connection. More...
#include <IPWidget.h>
Public Slots | |
| void | slotTextChanged (QLineEdit *pEdit) |
Signals | |
| void | editedSignal (QLineEdit *pEdit) |
Public Member Functions | |
| String | address () const |
| bool | checkIfValid () const |
| void | clear () |
| IPWidget (QWidget *parent=0) | |
| void | setAddress (const String &address) |
| QSize | sizeHint () const |
| ~IPWidget () | |
A simple widget for entering in an IP address. Multiple QCustomLineEdits allow the user to enter in the parts of the IP connection.
| IPWidget | ( | QWidget * | parent = 0 | ) |
| ~IPWidget | ( | ) |
| String address | ( | ) | const |
| bool checkIfValid | ( | ) | const |
| void clear | ( | ) |
|
signal |
| void setAddress | ( | const String & | address | ) |
| QSize sizeHint | ( | ) | const |
|
slot |