Searched refs:myDestinationButton (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dmake-dialog.h73 QPushButton * myDestinationButton; member in class:MakeDialog
H A Doptions.h85 QPushButton * myDestinationButton; member in class:Options
H A Doptions.cc87 myDestinationButton( 0 ),
126 p = myDestinationButton = new QPushButton;
230 if( myDestinationButton != 0 )
231 refreshButton( myDestinationButton, myDestination.absolutePath(), width );
243 if( o==myDestinationButton && event->type() == QEvent::Resize )
336 if( myDestinationButton )
H A Dprefs-dialog.h102 QPushButton * myDestinationButton; member in class:PrefsDialog
H A Dmake-dialog.cc243 myDestinationButton->setText( QFileInfo(myDestination).fileName() );
351 myDestinationButton = b;
H A Dprefs-dialog.cc578 QPushButton * b = myDestinationButton = new QPushButton;
743 myDestinationButton->setText( QFileInfo(path).fileName() );

Completed in 125 milliseconds