Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QFileDialogArgs Struct Reference

#include <qfiledialog_p.h>

+ Collaboration diagram for QFileDialogArgs:

Public Member Functions

 QFileDialogArgs (const QUrl &url={})
 

Public Attributes

QWidgetparent = nullptr
 
QString caption
 
QUrl directory
 
QString selection
 
QString filter
 
QFileDialog::FileMode mode = QFileDialog::AnyFile
 
QFileDialog::Options options = {}
 

Detailed Description

Definition at line 64 of file qfiledialog_p.h.

Constructor & Destructor Documentation

◆ QFileDialogArgs()

QFileDialogArgs::QFileDialogArgs ( const QUrl & url = {})

Definition at line 2645 of file qfiledialog.cpp.

References _qt_get_directory(), QDir::currentPath(), directory, QFileInfo::fileName(), QUrl::fileName(), QUrl::fromLocalFile(), QFileInfo::isDir(), QUrl::isEmpty(), QString::isEmpty(), QUrl::isLocalFile(), selection, QUrl::toLocalFile(), and url.

+ Here is the call graph for this function:

Member Data Documentation

◆ caption

QString QFileDialogArgs::caption

Definition at line 69 of file qfiledialog_p.h.

◆ directory

QUrl QFileDialogArgs::directory

Definition at line 70 of file qfiledialog_p.h.

Referenced by QFileDialogArgs().

◆ filter

QString QFileDialogArgs::filter

Definition at line 72 of file qfiledialog_p.h.

◆ mode

Definition at line 73 of file qfiledialog_p.h.

◆ options

QFileDialog::Options QFileDialogArgs::options = {}

Definition at line 74 of file qfiledialog_p.h.

◆ parent

QWidget* QFileDialogArgs::parent = nullptr

Definition at line 68 of file qfiledialog_p.h.

◆ selection

QString QFileDialogArgs::selection

Definition at line 71 of file qfiledialog_p.h.

Referenced by QFileDialogArgs().


The documentation for this struct was generated from the following files: