QSelectString constructor
QSelectString(
- String value
Creates a SELECT field for a string value.
value
The string value to select.
Implementation
QSelectString(this.value);
Creates a SELECT field for a string value.
value
The string value to select.
QSelectString(this.value);