Skip to content
Snippets Groups Projects
Commit c4c32097 authored by Robin.Mueller's avatar Robin.Mueller
Browse files

better widget

parent 5f422e5b
Branches
No related tags found
No related merge requests found
...@@ -191,7 +191,7 @@ class TmTcFrontend: ...@@ -191,7 +191,7 @@ class TmTcFrontend:
row += 1 row += 1
# com if configuration # com if configuration
grid.addWidget(QLabel("COM IF:"), row, 0, 1, 1) grid.addWidget(QLabel("Communication Interface:"), row, 0, 1, 1)
com_if_comboBox = QComboBox() com_if_comboBox = QComboBox()
# add all possible ComIFs to the comboBox # add all possible ComIFs to the comboBox
for comIf in obsw_config.ComInterfaces: for comIf in obsw_config.ComInterfaces:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment