// 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};
// 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><html><head/><body><p>Start zTree with the set parameters.<br/><br/>Take care, that all options in the 'z-Tree' and the 'Receipts' boxes must be set BEFORE starting the accordant z-Tree, since they cannot be changed anymore after the start.</p></body></html></string>
<string>Start a new session. A new window will be opened to enter all required parameters.</string>
<string>This function is not implemented yet.</string>
</property>
<property name="text">
<string>Use ramdisk for gamesafe file</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
@ -90,7 +74,7 @@ Please take care that it does not contain any spaces or other special characters
<item>
<item>
<widget class="QLabel" name="LPort">
<widget class="QLabel" name="LPort">
<property name="toolTip">
<property name="toolTip">
<string>The port which will be used by started zTree and zLeaf instances. Only matters if multiple experiments shall be run in parallel.</string>
<string>The port which will be used by started z-Tree and z-Leaf instances. This only matters if multiple experiments shall be run in parallel.</string>
</property>
</property>
<property name="text">
<property name="text">
<string>Port:</string>
<string>Port:</string>
@ -99,11 +83,14 @@ Please take care that it does not contain any spaces or other special characters
</item>
</item>
<item>
<item>
<widget class="QSpinBox" name="SBPort">
<widget class="QSpinBox" name="SBPort">
<property name="enabled">
<bool>true</bool>
</property>
<property name="toolTip">
<property name="toolTip">
<string>The port which will be used by started zTree and zLeaf instances. Only matters if multiple experiments shall be run in parallel.</string>
<string>The port which will be used by started z-Tree and z-Leaf instances. This only matters if multiple experiments shall be run in parallel.</string>
</property>
</property>
<property name="styleSheet">
<property name="styleSheet">
<string notr="true">background: cyan</string>
<string notr="true">background: cyan;</string>
</property>
</property>
<property name="minimum">
<property name="minimum">
<number>7000</number>
<number>7000</number>
@ -115,6 +102,19 @@ Please take care that it does not contain any spaces or other special characters
<string>Select the clients which shall be attached to this session:</string>
</property>
Take care, that all options in the 'z-Tree' and the 'Receipts' boxes must be set BEFORE starting the accordant z-Tree, since they cannot be changed anymore after the start.</string>
<property name="text">
<string>Select the clients which shall be attached to this session:</string>
</property>
</widget>
</item>
<item>
<widget class="QTableView" name="TVClients">
<property name="toolTip">
<string>Select the clients which shall be attached to this session.</string>
<string>This allows an experimenter to override the normally hard requirement of choosing clients to be attached to the started session and start a session without attached clients.</string>
</property>
<property name="text">
<string>Allow session without attached clients</string>