PyFlex  1.0
Riser cross section analysis
ui_mainwindow.ComboDelegate Class Reference
Inheritance diagram for ui_mainwindow.ComboDelegate:
Collaboration diagram for ui_mainwindow.ComboDelegate:

Public Member Functions

def __init__ (self, parent)
 
def createEditor (self, parent, option, index)
 
def setEditorData (self, editor, index)
 
def setModelData (self, editor, model, index)
 
def currentIndexChanged (self)
 

Static Public Attributes

 updateModelandDataSignal = QtCore.Signal()
 

Detailed Description

A delegate that places a fully functioning QComboBox in every
cell of the column to which it's applied

Definition at line 253 of file ui_mainwindow.py.

Constructor & Destructor Documentation

def ui_mainwindow.ComboDelegate.__init__ (   self,
  parent 
)

Definition at line 259 of file ui_mainwindow.py.

Member Function Documentation

def ui_mainwindow.ComboDelegate.createEditor (   self,
  parent,
  option,
  index 
)

Definition at line 262 of file ui_mainwindow.py.

def ui_mainwindow.ComboDelegate.currentIndexChanged (   self)

Definition at line 300 of file ui_mainwindow.py.

def ui_mainwindow.ComboDelegate.setEditorData (   self,
  editor,
  index 
)

Definition at line 278 of file ui_mainwindow.py.

def ui_mainwindow.ComboDelegate.setModelData (   self,
  editor,
  model,
  index 
)

Definition at line 289 of file ui_mainwindow.py.

Member Data Documentation

ui_mainwindow.ComboDelegate.updateModelandDataSignal = QtCore.Signal()
static

Definition at line 258 of file ui_mainwindow.py.


The documentation for this class was generated from the following file: