Searched refs:remoteFileChooser (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dutils.h33 static QString remoteFileChooser( QWidget * parent, const QString& title, const QString& myPath, bool dir, bool local );
H A Drelocate.cc52 const QString path = Utils::remoteFileChooser( this, title, myPath, true, mySession.isServer() );
H A Dutils.cc35 Utils :: remoteFileChooser( QWidget * parent, const QString& title, const QString& myPath, bool dir, bool local ) function in class:Utils
H A Dprefs-dialog.cc476 const QString path = Utils::remoteFileChooser( this, title, myPath, false, mySession.isServer() );
487 const QString path = Utils::remoteFileChooser( this, title, myPath, true, mySession.isServer() );
498 const QString path = Utils::remoteFileChooser( this, title, myPath, true, true );
509 const QString path = Utils::remoteFileChooser( this, title, myPath, true, mySession.isServer() );

Completed in 36 milliseconds