<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>EvolutionClass</class>
 <widget class="QMainWindow" name="EvolutionClass">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>596</width>
    <height>457</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Evolution</string>
  </property>
  <widget class="QWidget" name="centralWidget">
   <layout class="QGridLayout" name="gridLayout">
    <item row="0" column="0" rowspan="6">
     <widget class="QScrollArea" name="scrollArea">
      <property name="widgetResizable">
       <bool>true</bool>
      </property>
      <widget class="QWidget" name="scrollAreaWidgetContents">
       <property name="geometry">
        <rect>
         <x>0</x>
         <y>0</y>
         <width>260</width>
         <height>355</height>
        </rect>
       </property>
       <widget class="QLabel" name="par1">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>10</y>
          <width>46</width>
          <height>13</height>
         </rect>
        </property>
        <property name="text">
         <string>par1</string>
        </property>
       </widget>
       <widget class="QSpinBox" name="par1_value">
        <property name="geometry">
         <rect>
          <x>200</x>
          <y>3</y>
          <width>42</width>
          <height>20</height>
         </rect>
        </property>
       </widget>
       <widget class="QLabel" name="par2">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>40</y>
          <width>46</width>
          <height>13</height>
         </rect>
        </property>
        <property name="text">
         <string>par2</string>
        </property>
       </widget>
       <widget class="QSpinBox" name="par2_value">
        <property name="geometry">
         <rect>
          <x>200</x>
          <y>31</y>
          <width>42</width>
          <height>21</height>
         </rect>
        </property>
       </widget>
      </widget>
     </widget>
    </item>
    <item row="0" column="1">
     <widget class="QLabel" name="number_of_steps">
      <property name="text">
       <string>Number of steps</string>
      </property>
     </widget>
    </item>
    <item row="0" column="2">
     <widget class="QSpinBox" name="steps_value"/>
    </item>
    <item row="1" column="1">
     <widget class="QLabel" name="number_of_iterations">
      <property name="text">
       <string>Number of iterations</string>
      </property>
     </widget>
    </item>
    <item row="1" column="2">
     <widget class="QSpinBox" name="iter_value"/>
    </item>
    <item row="2" column="1">
     <widget class="QLabel" name="status">
      <property name="text">
       <string>Status</string>
      </property>
     </widget>
    </item>
    <item row="3" column="1">
     <widget class="QProgressBar" name="progressBar">
      <property name="value">
       <number>24</number>
      </property>
     </widget>
    </item>
    <item row="4" column="1">
     <widget class="QPushButton" name="start_buttn">
      <property name="text">
       <string>Start</string>
      </property>
     </widget>
    </item>
    <item row="5" column="1">
     <widget class="QPushButton" name="show_buttn">
      <property name="text">
       <string>Show results</string>
      </property>
     </widget>
    </item>
    <item row="6" column="0">
     <widget class="QPushButton" name="clear_buttn">
      <property name="text">
       <string>Clear</string>
      </property>
     </widget>
    </item>
   </layout>
  </widget>
  <widget class="QMenuBar" name="menuBar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>596</width>
     <height>21</height>
    </rect>
   </property>
   <widget class="QMenu" name="menuExit">
    <property name="title">
     <string>Menu</string>
    </property>
    <addaction name="actionLoad_catalog"/>
    <addaction name="actionExit"/>
   </widget>
   <addaction name="menuExit"/>
  </widget>
  <widget class="QToolBar" name="mainToolBar">
   <attribute name="toolBarArea">
    <enum>TopToolBarArea</enum>
   </attribute>
   <attribute name="toolBarBreak">
    <bool>false</bool>
   </attribute>
  </widget>
  <widget class="QStatusBar" name="statusBar"/>
  <action name="actionLoad_catalog">
   <property name="text">
    <string>Load catalog...</string>
   </property>
  </action>
  <action name="actionExit">
   <property name="text">
    <string>Exit</string>
   </property>
  </action>
 </widget>
 <layoutdefault spacing="6" margin="11"/>
 <tabstops>
  <tabstop>scrollArea</tabstop>
  <tabstop>par1_value</tabstop>
  <tabstop>par2_value</tabstop>
  <tabstop>steps_value</tabstop>
  <tabstop>iter_value</tabstop>
  <tabstop>start_buttn</tabstop>
  <tabstop>show_buttn</tabstop>
  <tabstop>clear_buttn</tabstop>
 </tabstops>
 <resources>
  <include location="evolution.qrc"/>
 </resources>
 <connections>
  <connection>
   <sender>clear_buttn</sender>
   <signal>clicked()</signal>
   <receiver>iter_value</receiver>
   <slot>clear()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>82</x>
     <y>358</y>
    </hint>
    <hint type="destinationlabel">
     <x>455</x>
     <y>95</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>clear_buttn</sender>
   <signal>clicked()</signal>
   <receiver>steps_value</receiver>
   <slot>clear()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>103</x>
     <y>355</y>
    </hint>
    <hint type="destinationlabel">
     <x>455</x>
     <y>62</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>
