mydialog.h (ansifilter-2.15.tar.bz2) | : | mydialog.h (ansifilter-2.16.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 79 | skipping to change at line 79 | |||
//This is a slot like the ones we used in our last tutorial | //This is a slot like the ones we used in our last tutorial | |||
// The difference here that it gets automatically connect | // The difference here that it gets automatically connect | |||
// If you use on_objectname_signalname it's like connect(pushBut ton,SIGNAL(clicked()),this,SLOT(on_pushButton_clicked())) | // If you use on_objectname_signalname it's like connect(pushBut ton,SIGNAL(clicked()),this,SLOT(on_pushButton_clicked())) | |||
void on_pbSaveAs_clicked(); | void on_pbSaveAs_clicked(); | |||
void on_pbFileOpen_clicked(); | void on_pbFileOpen_clicked(); | |||
void on_pbAbout_clicked(); | void on_pbAbout_clicked(); | |||
void on_pbClipboard_clicked(); | void on_pbClipboard_clicked(); | |||
void on_pbSelectMapFile_clicked(); | void on_pbSelectMapFile_clicked(); | |||
void on_cbParseAsciiArt_clicked(); | void on_cbParseAsciiArt_clicked(); | |||
void on_cbIgnClearSeq_clicked(); | void on_cbIgnClearSeq_clicked(); | |||
void on_cbIgnCSISeq_clicked(); | ||||
void on_cbIgnoreSequences_stateChanged(); | void on_cbIgnoreSequences_stateChanged(); | |||
void on_cbWatchFile_stateChanged(); | void on_cbWatchFile_stateChanged(); | |||
void on_sbWidth_valueChanged(int i); | void on_sbWidth_valueChanged(int i); | |||
void on_sbHeight_valueChanged(int i); | void on_sbHeight_valueChanged(int i); | |||
void on_comboFont_currentIndexChanged(int idx); | void on_comboFont_currentIndexChanged(int idx); | |||
void on_comboAnsiFormat_currentIndexChanged(int idx); | void on_comboAnsiFormat_currentIndexChanged(int idx); | |||
void on_comboEncoding_currentIndexChanged(int idx); | void on_comboEncoding_currentIndexChanged(int idx); | |||
void onFileChanged(const QString & path); | void onFileChanged(const QString & path); | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |