// Show an error message, if no z-Leaf version was chosen yet
if(ui->CBzLeafVersion->currentIndex()==0){
QMessageBoxmessageBox{QMessageBox::Warning,tr("Unset z-Leaf version"),tr("There is no z-Leaf version chosen yet. Please choose one."),QMessageBox::Ok,this};
<string>The z-Leaf version which shall be used for the experiment.</string>
</property>
<property name="text">
<string>z-Leaf version:</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QComboBox" name="CBzLeafVersion">
<property name="toolTip">
<string>The z-Leaf version which shall be used for the experiment.</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="LzLeafPort">
<property name="toolTip">
<string><html><head/><body><p>The port which will be used by started z-Leaf instances. Only matters if multiple experiments shall be run in parallel.</p></body></html></string>
</property>
<property name="text">
<string>Port</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="SBzLeafPort">
<property name="toolTip">
<string><html><head/><body><p>The port which will be used by started z-Leaf instances. Only matters if multiple experiments shall be run in parallel.</p></body></html></string>