PDA

View Full Version : Exception handling in Qt 4.2.2



vishal.chauhan
27th February 2007, 08:28
Hi All,

I m using Qt 4.2.2 on my Intel Mac.

I Have some Issue in Exception Handling in Qt.

1. Is it possible to do Error handling in Qt with the use of try and Catch Or It uses some other mehtod for Exception handling.

2. If yes then How we can use this.

Thanks.

zlatko
27th February 2007, 09:47
You can use standart {try - catch} C++ operator. (http://lists.debian.org/debian-kde/2005/12/msg00002.html)