326 connect(checkRecordAudio, SIGNAL(stateChanged(int)), this, SLOT(changeRecordAudio(int))); |
326 connect(checkRecordAudio, SIGNAL(stateChanged(int)), this, SLOT(changeRecordAudio(int))); |
327 connect(comboAVFormats, SIGNAL(currentIndexChanged(int)), this, SLOT(changeAVFormat(int))); |
327 connect(comboAVFormats, SIGNAL(currentIndexChanged(int)), this, SLOT(changeAVFormat(int))); |
328 connect(btnDefaults, SIGNAL(clicked()), this, SLOT(setDefaultOptions())); |
328 connect(btnDefaults, SIGNAL(clicked()), this, SLOT(setDefaultOptions())); |
329 connect(filesTable, SIGNAL(cellDoubleClicked(int, int)), this, SLOT(cellDoubleClicked(int, int))); |
329 connect(filesTable, SIGNAL(cellDoubleClicked(int, int)), this, SLOT(cellDoubleClicked(int, int))); |
330 connect(filesTable, SIGNAL(cellChanged(int,int)), this, SLOT(cellChanged(int, int))); |
330 connect(filesTable, SIGNAL(cellChanged(int,int)), this, SLOT(cellChanged(int, int))); |
331 connect(filesTable, SIGNAL(currentCellChanged(int,int,int,int)), this, SLOT(currentCellChanged(int,int,int,int))); |
331 connect(filesTable, SIGNAL(currentCellChanged(int,int,int,int)), this, SLOT(currentCellChanged())); |
332 connect(btnPlay, SIGNAL(clicked()), this, SLOT(playSelectedFile())); |
332 connect(btnPlay, SIGNAL(clicked()), this, SLOT(playSelectedFile())); |
333 connect(btnDelete, SIGNAL(clicked()), this, SLOT(deleteSelectedFiles())); |
333 connect(btnDelete, SIGNAL(clicked()), this, SLOT(deleteSelectedFiles())); |
334 connect(btnToYouTube, SIGNAL(clicked()), this, SLOT(uploadToYouTube())); |
334 connect(btnToYouTube, SIGNAL(clicked()), this, SLOT(uploadToYouTube())); |
335 connect(btnOpenDir, SIGNAL(clicked()), this, SLOT(openVideosDirectory())); |
335 connect(btnOpenDir, SIGNAL(clicked()), this, SLOT(openVideosDirectory())); |
336 } |
336 } |