[fix] do not try to add a Layout to a QWidget which already has one
This commit is contained in:
parent
78ebb1f8db
commit
3c4cbff9f3
@ -82,7 +82,7 @@ class ComparisonDialog(QDialog):
|
|||||||
def setupUI(self):
|
def setupUI(self):
|
||||||
|
|
||||||
_outerlayout = QVBoxLayout(self)
|
_outerlayout = QVBoxLayout(self)
|
||||||
_innerlayout = QVBoxLayout(self)
|
_innerlayout = QVBoxLayout()
|
||||||
|
|
||||||
_stats_combobox = QComboBox(self)
|
_stats_combobox = QComboBox(self)
|
||||||
_stats_combobox.setObjectName('stationsComboBox')
|
_stats_combobox.setObjectName('stationsComboBox')
|
||||||
|
Loading…
Reference in New Issue
Block a user