ConfigureBase QDialog name ConfigDialog geometry 0 0 276 306 caption Configure margin 11 spacing 6 QListView text Profile Name clickable true resizeable true name lstView QLayoutWidget name Layout1 margin 0 spacing 6 QPushButton name pbAdd text &Add QPushButton name pbEdit text &Edit QPushButton name pbRemove text &Remove pbAdd clicked() ConfigDialog slotAdd() pbEdit clicked() ConfigDialog slotEdit() pbRemove clicked() ConfigDialog slotRemove() slotRemove() slotAdd() slotEdit()