Struct bitcoin_qt::QValidatedLineEdit
source · pub struct QValidatedLineEdit { /* private fields */ }
Expand description
| Line edit that can be marked as “invalid” | to show input validation feedback. | When marked as invalid, it will get a | red background until it is focused. |
Implementations§
source§impl QValidatedLineEdit
impl QValidatedLineEdit
pub fn validation_did_change( &mut self, validated_line_edit: *mut QValidatedLineEdit )
pub fn new(parent: *mut u32) -> Self
pub fn set_valid(&mut self, valid: bool)
pub fn focus_in_event(&mut self, evt: *mut u32)
pub fn focus_out_event(&mut self, evt: *mut u32)
pub fn mark_valid(&mut self)
pub fn clear(&mut self)
pub fn set_enabled(&mut self, enabled: bool)
pub fn check_validity(&mut self)
pub fn set_check_validator(&mut self, v: *const u32)
pub fn is_valid(&mut self) -> bool
Auto Trait Implementations§
impl RefUnwindSafe for QValidatedLineEdit
impl !Send for QValidatedLineEdit
impl !Sync for QValidatedLineEdit
impl Unpin for QValidatedLineEdit
impl UnwindSafe for QValidatedLineEdit
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more