major restructuring but no code change: prefix functions with _OLD_
This commit is contained in:
@@ -688,7 +688,7 @@ class MainWindow(QMainWindow):
|
||||
super(MainWindow, self).__init__(parent)
|
||||
self.centralWidget = QWidget()
|
||||
|
||||
self.markwi = PrelocatedCoordinates(title="Prelocated Coordinates", parent=self)
|
||||
self.markwi = PrelocatedCoordinates(parent=self)
|
||||
|
||||
self.setCentralWidget(self.centralWidget)
|
||||
mainLayout = QVBoxLayout()
|
||||
|
||||
Reference in New Issue
Block a user