Searched refs:myPath (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Drelocate.cc37 mySession.torrentSetLocation( myIds, myPath, myMoveFlag );
44 myPath = path;
45 myDirButton->setText( myPath );
52 const QString path = Utils::remoteFileChooser( this, title, myPath, true, mySession.isServer() );
80 if( myPath.isEmpty() )
81 myPath = tor->getPath();
82 else if( myPath != tor->getPath() )
85 myPath = QDir::homePath( );
87 myPath = QDir::rootPath( );
93 hig->addRow( tr( "New &location:" ), myDirButton = new QPushButton( folderPixmap, myPath ) );
[all...]
H A Drelocate.h31 QString myPath; member in class:RelocateDialog
H A Dutils.cc35 Utils :: remoteFileChooser( QWidget * parent, const QString& title, const QString& myPath, bool dir, bool local ) argument
42 path = QFileDialog::getExistingDirectory( parent, title, myPath );
44 path = QFileDialog::getOpenFileName( parent, title, myPath );
47 path = QInputDialog::getText( parent, title, tr( "Enter a location:" ), QLineEdit::Normal, myPath, NULL );
H A Dutils.h33 static QString remoteFileChooser( QWidget * parent, const QString& title, const QString& myPath, bool dir, bool local );
H A Dprefs-dialog.cc475 const QString myPath = myPrefs.getString( Prefs::SCRIPT_TORRENT_DONE_FILENAME ); local
476 const QString path = Utils::remoteFileChooser( this, title, myPath, false, mySession.isServer() );
486 const QString myPath = myPrefs.getString( Prefs::INCOMPLETE_DIR ); local
487 const QString path = Utils::remoteFileChooser( this, title, myPath, true, mySession.isServer() );
497 const QString myPath = myPrefs.getString( Prefs::DIR_WATCH ); local
498 const QString path = Utils::remoteFileChooser( this, title, myPath, true, true );
508 const QString myPath = myPrefs.getString( Prefs::DOWNLOAD_DIR ); local
509 const QString path = Utils::remoteFileChooser( this, title, myPath, true, mySession.isServer() );

Completed in 154 milliseconds