A QComboBox item produces segmentation fault when used
OS: Ubuntu Linux 8.10 x64
QT version: 4.4.3
I have a problem using a QComboBox, it produces a segmentation fault when accessed.
I have created a simple application that reproduces the problem, and I have uploaded the source code at my site:
http://www.cpp-software.net/temp/test.zip
Any help will be greatly appreciated!
Re: A QComboBox item produces segmentation fault when used
add this line and enjoy!
Code:
{
setupUi(this);//<--- this
Re: A QComboBox item produces segmentation fault when used
btw, remove ";" from this line
Code:
...
if(app.exec()!= 0)
...
Re: A QComboBox item produces segmentation fault when used