py::gui::widget::actions Class Reference

Inheritance diagram for py::gui::widget::actions:

Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def setup_ui

Public Attributes

 hboxlayout


Member Function Documentation

def py::gui::widget::actions::__init__ (   self,
  parent = None 
)

Reimplemented from py::gui::widget::actions_layout.

00064                                           :
00065                 QWidget.__init__(self, parent)
00066                 self.setup_ui()
00067                 actions_layout.__init__(self, self.hboxlayout)
00068         
        def setup_ui( self ) :

def py::gui::widget::actions::setup_ui (   self  ) 

00069                              :
00070                 self.hboxlayout = QHBoxLayout(self)
00071                 self.hboxlayout.setMargin(0)
00072                 self.hboxlayout.setSpacing(0)
00073                 self.hboxlayout.addItem(QSpacerItem(0, 0, QSizePolicy.Expanding))
00074 
00075 
class color_button( QPushButton ) :


Member Data Documentation

py::gui::widget::actions::hboxlayout


The documentation for this class was generated from the following file:
Generated on Tue Oct 9 20:40:30 2007 for Qomics by  doxygen 1.5.3