| ID | ... | Creation date | June 18, 2009 |
| Platform | S60 3rd Edition, FP1, FP2 S60 5th Edition | Tested on devices | |
| Category | Qt for Symbian | Subcategory | UI |
| Keywords (APIs, classes, methods, functions): QLineEdit |
This code example shows port different setting items from native Symbian to use Qt components.
This snippet can be self-signed. As it does not use any API which require developer/certified signing.
CAknTextSettingItem QLineEdit
CAknIntegerEdwinSettingItem QSpinBox
CAknPasswordSettingItem QLineEdit with echoMode Password
CAknVolumeSettingItem QDial and QSpinBox linked
CDynamicSettingListSlider QSlider
CAknTimeOrDateSettingItem QDateEdit
CAknTimeOffsetSettingItem QLineEdit with inputMask
CAknIpFieldSettingItem QLineEdit with inputMask: 009.009.009.009;_
CAknEnumeratedTextPopupSettingItem QLineEdit
CAknBinaryPopupSettingItem QLineEdit
No related wiki articles found