Changeset 10571
- Timestamp:
- May 1, 2010, 3:56:41 AM (12 years ago)
- Location:
- branches/1.9x/qt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.9x/qt/prefs-dialog.cc
r10065 r10571 569 569 hig->addWideControl( checkBoxNew( tr( "Append \".&part\" to incomplete files' names" ), Prefs::RENAME_PARTIAL_FILES ) ); 570 570 571 myIncompleteCheckbox = checkBoxNew( tr( "Keep &incomplete files in:" ), Prefs::INCOMPLETE_DIR_ENABLED ); 571 572 b = myIncompleteButton = new QPushButton; 572 573 b->setIcon( folderPixmap ); 573 574 b->setStyleSheet( "text-align: left; padding-left: 5; padding-right: 5" ); 574 connect( b, SIGNAL(clicked(bool)), this, SLOT(on DestinationClicked(void)) );575 hig->addRow( tr( "Keep &incomplete files in:" ), b );575 connect( b, SIGNAL(clicked(bool)), this, SLOT(onIncompleteClicked(void)) ); 576 hig->addRow( myIncompleteCheckbox, b ); 576 577 577 578 b = myDestinationButton = new QPushButton; -
branches/1.9x/qt/prefs-dialog.h
r9868 r10571 97 97 QPushButton * myPortButton; 98 98 QPushButton * myWatchButton; 99 QCheckBox * myIncompleteCheckbox; 99 100 QPushButton * myIncompleteButton; 100 101 QPushButton * myDestinationButton;
Note: See TracChangeset
for help on using the changeset viewer.