[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    Re: [PyQt] Showing list of widgets
From:       Gib Bogle <g.bogle () auckland ! ac ! nz>
Date:       2010-03-25 8:47:36
Message-ID: 4BAB2328.1080105 () auckland ! ac ! nz
[Download RAW message or body]

Is this the sort of thing you mean?

self.lineEdit_list = self.ui.tabs.findChildren(QtGui.QLineEdit)
self.spin_list = self.ui.tabs.findChildren(QtGui.QSpinBox)
self.combo_list = self.ui.tabs.findChildren(QtGui.QComboBox)
self.widget_list = self.lineEdit_list + self.spin_list + self.combo_list
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic