I am using PyQT4
to create a sample application for a prospective client. I am looking for some way to put a border around a specific widget. Please give me some pointers to look for.
updated :
class CentralWidget(QtGui.QWidget):
def __init__(self, mainWindow):
super(CentralWidget, self).__init__()
self.create(mainWindow)
Above code defines the widget.