[PyKDE] QListWidget, Segmentation Fault

Carles Pina i Estany carles at pina.cat
Sun Oct 29 08:38:09 GMT 2006


Hello,

I am using same packages than yesterday.

Today, it is crashing using QListWidget (yesterday it was about
QTreeWidget). I attach the "test case". It crash clicking anywhere in
QListWidget. The files are simplest as I can :-)

Is it a problem with my version/installation? I think that maybe I do
something incorrect, but shouldn't crash :-)

Thank you very much,

-- 
Carles Pina i Estany		GPG id: 0x8CBDAE64
	http://pinux.info	Manresa - Barcelona
-------------- next part --------------
A non-text attachment was scrubbed...
Name: prova.py
Type: text/x-python
Size: 850 bytes
Desc: not available
Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20061029/3ecd9919/prova.py
-------------- next part --------------
<ui version="4.0" >
 <class>Form</class>
 <widget class="QWidget" name="Form" >
  <property name="geometry" >
   <rect>
    <x>0</x>
    <y>0</y>
    <width>400</width>
    <height>300</height>
   </rect>
  </property>
  <property name="windowTitle" >
   <string>Form</string>
  </property>
  <widget class="QTableWidget" name="merge_sources" >
   <property name="geometry" >
    <rect>
     <x>50</x>
     <y>20</y>
     <width>281</width>
     <height>211</height>
    </rect>
   </property>
  </widget>
 </widget>
 <resources/>
 <connections/>
</ui>


More information about the PyQt mailing list