[PyQt] edit: editing failed
Heinz A. Preisig
heinz.preisig at chemeng.ntnu.no
Tue Jul 24 12:20:13 BST 2007
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20070724/19800cef/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: processmodeldialogimpl.py
Type: application/x-python
Size: 970 bytes
Desc: not available
Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20070724/19800cef/processmodeldialogimpl.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: main.py
Type: application/x-python
Size: 353 bytes
Desc: not available
Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20070724/19800cef/main.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: processmodeldialog.py
Type: application/x-python
Size: 1740 bytes
Desc: not available
Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20070724/19800cef/processmodeldialog.bin
-------------- 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>341</width>
<height>394</height>
</rect>
</property>
<property name="windowTitle" >
<string>Form</string>
</property>
<widget class="QTreeWidget" name="listViewTree" >
<property name="geometry" >
<rect>
<x>30</x>
<y>20</y>
<width>291</width>
<height>281</height>
</rect>
</property>
<property name="mouseTracking" >
<bool>true</bool>
</property>
<property name="verticalScrollBarPolicy" >
<enum>Qt::ScrollBarAlwaysOn</enum>
</property>
<property name="horizontalScrollBarPolicy" >
<enum>Qt::ScrollBarAlwaysOn</enum>
</property>
<property name="editTriggers" >
<set>QAbstractItemView::SelectedClicked</set>
</property>
<property name="selectionBehavior" >
<enum>QAbstractItemView::SelectRows</enum>
</property>
<property name="allColumnsShowFocus" >
<bool>true</bool>
</property>
<column>
<property name="text" >
<string>node</string>
</property>
</column>
<column>
<property name="text" >
<string>name</string>
</property>
</column>
<column>
<property name="text" >
<string>type</string>
</property>
</column>
</widget>
</widget>
<resources/>
<connections/>
</ui>
More information about the PyQt
mailing list