| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 | <?xml version="1.0" encoding="UTF-8"?><ui version="4.0"> <class>ctkCmdLineModuleExplorerGeneralModuleSettings</class> <widget class="QWidget" name="ctkCmdLineModuleExplorerGeneralModuleSettings">  <property name="geometry">   <rect>    <x>0</x>    <y>0</y>    <width>400</width>    <height>300</height>   </rect>  </property>  <property name="windowTitle">   <string>Module Settings            </string>  </property>  <layout class="QVBoxLayout" name="verticalLayout">   <property name="leftMargin">    <number>6</number>   </property>   <property name="topMargin">    <number>0</number>   </property>   <property name="rightMargin">    <number>0</number>   </property>   <property name="bottomMargin">    <number>0</number>   </property>   <item>    <widget class="QGroupBox" name="groupBox">     <property name="title">      <string>Run Settings</string>     </property>     <layout class="QGridLayout" name="gridLayout">      <item row="1" column="0">       <spacer name="verticalSpacer">        <property name="orientation">         <enum>Qt::Vertical</enum>        </property>        <property name="sizeHint" stdset="0">         <size>          <width>20</width>          <height>40</height>         </size>        </property>       </spacer>      </item>      <item row="0" column="1">       <widget class="QSpinBox" name="MaxParallelModules">        <property name="sizePolicy">         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">          <horstretch>0</horstretch>          <verstretch>0</verstretch>         </sizepolicy>        </property>        <property name="maximumSize">         <size>          <width>60</width>          <height>16777215</height>         </size>        </property>        <property name="minimum">         <number>1</number>        </property>        <property name="maximum">         <number>999</number>        </property>       </widget>      </item>      <item row="0" column="0">       <widget class="QLabel" name="label">        <property name="text">         <string>Maximum parallel running modules:</string>        </property>       </widget>      </item>      <item row="0" column="2">       <spacer name="horizontalSpacer">        <property name="orientation">         <enum>Qt::Horizontal</enum>        </property>        <property name="sizeHint" stdset="0">         <size>          <width>40</width>          <height>20</height>         </size>        </property>       </spacer>      </item>     </layout>    </widget>   </item>  </layout> </widget> <resources/> <connections/></ui>
 |