[minor] add window title to pickDlg
This commit is contained in:
parent
bf36e5e6a5
commit
91340b66e9
@ -1208,6 +1208,7 @@ class PickDlg(QDialog):
|
|||||||
|
|
||||||
# init pick delete (with right click)
|
# init pick delete (with right click)
|
||||||
self.connect_pick_delete()
|
self.connect_pick_delete()
|
||||||
|
self.setWindowTitle('Pickwindow on station: {}'.format(self.getStation()))
|
||||||
|
|
||||||
def setupUi(self):
|
def setupUi(self):
|
||||||
menuBar = QtGui.QMenuBar(self)
|
menuBar = QtGui.QMenuBar(self)
|
||||||
|
Loading…
Reference in New Issue
Block a user