Changeset 11590


Ignore:
Timestamp:
07/26/11 10:20:38 (13 years ago)
Author:
tbretz
Message:
Added MCP 'Reset' button.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/design.ui

    r11548 r11590  
    1111    <x>0</x>
    1212    <y>0</y>
    13     <width>1201</width>
     13    <width>1144</width>
    1414    <height>855</height>
    1515   </rect>
     
    5353      </property>
    5454      <property name="currentIndex">
    55        <number>4</number>
     55       <number>6</number>
    5656      </property>
    5757      <property name="documentMode">
     
    46474647                 <property name="geometry">
    46484648                  <rect>
    4649                    <x>10</x>
    4650                    <y>30</y>
    4651                    <width>441</width>
     4649                   <x>0</x>
     4650                   <y>40</y>
     4651                   <width>421</width>
    46524652                   <height>206</height>
    46534653                  </rect>
     
    46674667                   <widget class="QLabel" name="label_127">
    46684668                    <property name="text">
    4669                      <string>No. streams</string>
     4669                     <string>Number</string>
    46704670                    </property>
    46714671                    <property name="alignment">
     
    48774877                 <property name="geometry">
    48784878                  <rect>
    4879                    <x>110</x>
    4880                    <y>60</y>
     4879                   <x>80</x>
     4880                   <y>70</y>
    48814881                   <width>268</width>
    48824882                   <height>152</height>
     
    50925092                 <property name="geometry">
    50935093                  <rect>
    5094                    <x>10</x>
    5095                    <y>20</y>
     5094                   <x>0</x>
     5095                   <y>40</y>
    50965096                   <width>423</width>
    50975097                   <height>241</height>
     
    53805380                 <property name="geometry">
    53815381                  <rect>
    5382                    <x>100</x>
    5383                    <y>80</y>
     5382                   <x>70</x>
     5383                   <y>100</y>
    53845384                   <width>298</width>
    53855385                   <height>104</height>
     
    72617261     <x>0</x>
    72627262     <y>0</y>
    7263      <width>1201</width>
     7263     <width>1144</width>
    72647264     <height>21</height>
    72657265    </rect>
     
    75027502   <property name="minimumSize">
    75037503    <size>
    7504      <width>208</width>
    7505      <height>685</height>
     7504     <width>241</width>
     7505     <height>687</height>
    75067506    </size>
    75077507   </property>
     
    83068306     </item>
    83078307     <item>
    8308       <layout class="QGridLayout" name="gridLayout_55">
    8309        <property name="topMargin">
    8310         <number>0</number>
    8311        </property>
    8312        <item row="0" column="0">
    8313         <widget class="QPushButton" name="fMcpStartRun">
    8314          <property name="text">
    8315           <string>Start Run</string>
    8316          </property>
    8317         </widget>
    8318        </item>
    8319        <item row="0" column="1">
    8320         <widget class="QPushButton" name="fMcpStopRun">
    8321          <property name="text">
    8322           <string>Stop Run</string>
    8323          </property>
    8324         </widget>
    8325        </item>
    8326        <item row="2" column="0">
    8327         <widget class="QComboBox" name="fMcpNumEvents"/>
    8328        </item>
    8329        <item row="2" column="1">
    8330         <widget class="QComboBox" name="fMcpTime"/>
    8331        </item>
    8332        <item row="1" column="0" colspan="2">
    8333         <widget class="QComboBox" name="fMcpRunType"/>
    8334        </item>
    8335       </layout>
    8336      </item>
    8337      <item>
    83388308      <spacer name="verticalSpacer_31">
    83398309       <property name="orientation">
     
    83478317       </property>
    83488318      </spacer>
     8319     </item>
     8320     <item>
     8321      <layout class="QGridLayout" name="gridLayout_55">
     8322       <property name="topMargin">
     8323        <number>0</number>
     8324       </property>
     8325       <item row="0" column="0">
     8326        <widget class="QPushButton" name="fMcpStartRun">
     8327         <property name="text">
     8328          <string>Start Run</string>
     8329         </property>
     8330        </widget>
     8331       </item>
     8332       <item row="1" column="0" colspan="3">
     8333        <widget class="QComboBox" name="fMcpRunType"/>
     8334       </item>
     8335       <item row="2" column="0" colspan="3">
     8336        <layout class="QHBoxLayout" name="horizontalLayout_29">
     8337         <item>
     8338          <widget class="QComboBox" name="fMcpNumEvents"/>
     8339         </item>
     8340         <item>
     8341          <widget class="QComboBox" name="fMcpTime"/>
     8342         </item>
     8343        </layout>
     8344       </item>
     8345       <item row="0" column="1">
     8346        <widget class="QPushButton" name="fMcpStopRun">
     8347         <property name="text">
     8348          <string>Stop Run</string>
     8349         </property>
     8350        </widget>
     8351       </item>
     8352       <item row="0" column="2">
     8353        <widget class="QPushButton" name="fMcpReset">
     8354         <property name="text">
     8355          <string>Reset</string>
     8356         </property>
     8357        </widget>
     8358       </item>
     8359      </layout>
    83498360     </item>
    83508361     <item>
Note: See TracChangeset for help on using the changeset viewer.