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)
|
super(MainWindow, self).__init__(parent)
|
||||||
self.centralWidget = QWidget()
|
self.centralWidget = QWidget()
|
||||||
|
|
||||||
self.markwi = PrelocatedCoordinates(title="Prelocated Coordinates", parent=self)
|
self.markwi = PrelocatedCoordinates(parent=self)
|
||||||
|
|
||||||
self.setCentralWidget(self.centralWidget)
|
self.setCentralWidget(self.centralWidget)
|
||||||
mainLayout = QVBoxLayout()
|
mainLayout = QVBoxLayout()
|
||||||
|
|||||||
2853
swissmx.py
2853
swissmx.py
File diff suppressed because it is too large
Load Diff
@@ -510,7 +510,7 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="_tab_daqmethod_prelocated">
|
<widget class="QWidget" name="_tab_daq_method_prelocated">
|
||||||
<property name="accessibleName">
|
<property name="accessibleName">
|
||||||
<string>prelocated</string>
|
<string>prelocated</string>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user