Struct qt_widgets::file_dialog::connection::Slots
source · pub struct Slots<'a>(_);
Expand description
Provides access to built-in Qt slots of FileDialog
.
Implementations§
source§impl<'a> Slots<'a>
impl<'a> Slots<'a>
sourcepub fn show_extension(&self) -> ShowExtension<'_>
pub fn show_extension(&self) -> ShowExtension<'_>
Returns an object representing a built-in Qt slot QFileDialog::showExtension
.
Return value of this function can be used for creating Qt connections using qt_core::connection
API.
sourcepub fn open(&self) -> Open<'_>
pub fn open(&self) -> Open<'_>
Returns an object representing a built-in Qt slot QFileDialog::open
.
Return value of this function can be used for creating Qt connections using qt_core::connection
API.