[PyQt] flag enabling editing in QTableWidget

Heinz A. Preisig heinz.preisig at chemeng.ntnu.no
Tue Aug 14 14:51:52 BST 2007


An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20070814/66b55648/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: processmodeldialogimpl.py
Type: application/x-python
Size: 1135 bytes
Desc: not available
Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20070814/66b55648/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/20070814/66b55648/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/20070814/66b55648/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