problems i faced with QT-3
hello
I was trying to do my project with QT , but i m facing some problems plz help me....
1. If we add more 'line edit' boxes it is showing segmentation fault. i solved this by deleting the contens '.ui' folder in project directory. is there any better idea?
2. Child dialogs of main window disappear when we press 'Esc' !!!!....:confused: How to solve this problem?
3. Code alignment is not proper. :( Tab is not working properly. Any idea about this?
4. My project needs to access the 'MS(micro soft) access ' data base . Is it possible using QT? :confused:
Thanks in advance... :D
jineesh
Re: problems i faced with QT-3
Quote:
I was trying to do my project with QT , but i m facing some problems plz help me....
Why not Qt 4? But ok, you have probably your reasons.
Quote:
1. If we add more 'line edit' boxes it is showing segmentation fault. i solved this by deleting the contens '.ui' folder in project directory. is there any better idea?
So you're using the designer? Does it also appear with very simple projects?
Quote:
2. Child dialogs of main window disappear when we press 'Esc' !!!!....:confused: How to solve this problem?
Well, that's normal if dialogs are closed by 'Esc'. You can avoid this by handling the KeyEvent. But maybe there's a better solution.
Quote:
3. Code alignment is not proper. :( Tab is not working properly. Any idea about this?
Which editor?
Re: problems i faced with QT-3
Quote:
Originally Posted by
jineesh
My project needs to access the 'MS(micro soft) access ' data base . Is it possible using QT? :confused:
Yes, you can use QODBC3 driver for connect to your database.
Re: problems i faced with QT-3
Thank you for replay.
1. How i can download and install QT4 . Is it freely available? Plz tell me link.
2. Segmentation fault is comming only if (for my project) i add more line edit boxes.
3. In QT what are the different Editors available. ( i m new to QT)
jineesh
Re: problems i faced with QT-3
Quote:
Originally Posted by
jineesh
1. How i can download and install QT4 . Is it freely available? Plz tell me link.
1. The open source version is available at: ftp://ftp.trolltech.com/qt/source/qt....2.2-mingw.exe
Quote:
Originally Posted by
jineesh
3. In QT what are the different Editors available. ( i m new to QT)
3. You can use any text editor (you don't have to type your code into that crappy Qt designer editor) but i prefer MS Visual Studio, here at my work we use visual studio 6 as IDE, and i use the Whole Tomato Visual Assist X addon in combination with it.