Subversion Repositories svn1-original

Rev

Rev 344 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>QmConfigure</class>
 <widget class="QWidget" name="QmConfigure">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>500</width>
    <height>500</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <widget class="QLineEdit" name="eventName">
   <property name="geometry">
    <rect>
     <x>10</x>
     <y>10</y>
     <width>331</width>
     <height>20</height>
    </rect>
   </property>
   <property name="toolTip">
    <string>The name of the event</string>
   </property>
  </widget>
  <widget class="QGroupBox" name="groupBox">
   <property name="geometry">
    <rect>
     <x>10</x>
     <y>40</y>
     <width>161</width>
     <height>151</height>
    </rect>
   </property>
   <property name="toolTip">
    <string>Names of the legs in the event</string>
   </property>
   <property name="title">
    <string>Leg Names</string>
   </property>
   <widget class="QWidget" name="layoutWidget">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>20</y>
      <width>154</width>
      <height>126</height>
     </rect>
    </property>
    <layout class="QGridLayout" name="gridLayout">
     <item row="0" column="0">
      <widget class="QLineEdit" name="legName1">
       <property name="sizePolicy">
        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
         <horstretch>0</horstretch>
         <verstretch>0</verstretch>
        </sizepolicy>
       </property>
       <property name="minimumSize">
        <size>
         <width>0</width>
         <height>0</height>
        </size>
       </property>
      </widget>
     </item>
     <item row="0" column="1">
      <widget class="QRadioButton" name="legNe1">
       <property name="enabled">
        <bool>true</bool>
       </property>
       <property name="toolTip">
        <string>Non Equestrian Leg</string>
       </property>
       <property name="statusTip">
        <string>Non Equestrian Leg</string>
       </property>
       <property name="text">
        <string notr="true"/>
       </property>
       <property name="autoExclusive">
        <bool>false</bool>
       </property>
      </widget>
     </item>
     <item row="1" column="0">
      <widget class="QLineEdit" name="legName2"/>
     </item>
     <item row="1" column="1">
      <widget class="QRadioButton" name="legNe2">
       <property name="toolTip">
        <string>Non Equestrian Leg</string>
       </property>
       <property name="statusTip">
        <string>Non Equestrian Leg</string>
       </property>
       <property name="text">
        <string notr="true"/>
       </property>
       <property name="autoExclusive">
        <bool>false</bool>
       </property>
      </widget>
     </item>
     <item row="2" column="0">
      <widget class="QLineEdit" name="legName3"/>
     </item>
     <item row="2" column="1">
      <widget class="QRadioButton" name="legNe3">
       <property name="toolTip">
        <string>Non Equestrian Leg</string>
       </property>
       <property name="statusTip">
        <string>Non Equestrian Leg</string>
       </property>
       <property name="text">
        <string notr="true"/>
       </property>
       <property name="autoExclusive">
        <bool>false</bool>
       </property>
      </widget>
     </item>
     <item row="3" column="0">
      <widget class="QLineEdit" name="legName4"/>
     </item>
     <item row="3" column="1">
      <widget class="QRadioButton" name="legNe4">
       <property name="toolTip">
        <string>Non Equestrian Leg</string>
       </property>
       <property name="statusTip">
        <string>Non Equestrian Leg</string>
       </property>
       <property name="text">
        <string notr="true"/>
       </property>
       <property name="autoExclusive">
        <bool>false</bool>
       </property>
      </widget>
     </item>
     <item row="4" column="0">
      <widget class="QLineEdit" name="legName5"/>
     </item>
     <item row="4" column="1">
      <widget class="QRadioButton" name="legNe5">
       <property name="toolTip">
        <string>Non Equestrian Leg</string>
       </property>
       <property name="statusTip">
        <string>Non Equestrian Leg</string>
       </property>
       <property name="text">
        <string notr="true"/>
       </property>
       <property name="autoExclusive">
        <bool>false</bool>
       </property>
      </widget>
     </item>
    </layout>
   </widget>
  </widget>
  <widget class="QGroupBox" name="groupBox_2">
   <property name="geometry">
    <rect>
     <x>10</x>
     <y>200</y>
     <width>411</width>
     <height>80</height>
    </rect>
   </property>
   <property name="toolTip">
    <string>Ranges of valid team numbers. Upto 8 non-overlapping ranges can be specified</string>
   </property>
   <property name="title">
    <string>Team Numbers</string>
   </property>
   <widget class="TwinSpinBox" name="tn8" native="true">
    <property name="geometry">
     <rect>
      <x>308</x>
      <y>48</y>
      <width>96</width>
      <height>22</height>
     </rect>
    </property>
   </widget>
   <widget class="TwinSpinBox" name="tn4" native="true">
    <property name="geometry">
     <rect>
      <x>308</x>
      <y>18</y>
      <width>96</width>
      <height>22</height>
     </rect>
    </property>
   </widget>
   <widget class="TwinSpinBox" name="tn5" native="true">
    <property name="geometry">
     <rect>
      <x>8</x>
      <y>48</y>
      <width>96</width>
      <height>22</height>
     </rect>
    </property>
   </widget>
   <widget class="TwinSpinBox" name="tn2" native="true">
    <property name="geometry">
     <rect>
      <x>108</x>
      <y>18</y>
      <width>96</width>
      <height>22</height>
     </rect>
    </property>
   </widget>
   <widget class="TwinSpinBox" name="tn6" native="true">
    <property name="geometry">
     <rect>
      <x>108</x>
      <y>48</y>
      <width>96</width>
      <height>22</height>
     </rect>
    </property>
   </widget>
   <widget class="TwinSpinBox" name="tn3" native="true">
    <property name="geometry">
     <rect>
      <x>208</x>
      <y>18</y>
      <width>96</width>
      <height>22</height>
     </rect>
    </property>
   </widget>
   <widget class="TwinSpinBox" name="tn7" native="true">
    <property name="geometry">
     <rect>
      <x>208</x>
      <y>48</y>
      <width>96</width>
      <height>22</height>
     </rect>
    </property>
   </widget>
   <widget class="TwinSpinBox" name="tn1" native="true">
    <property name="geometry">
     <rect>
      <x>8</x>
      <y>18</y>
      <width>96</width>
      <height>22</height>
     </rect>
    </property>
   </widget>
  </widget>
  <widget class="QGroupBox" name="groupBox_3">
   <property name="geometry">
    <rect>
     <x>180</x>
     <y>40</y>
     <width>231</width>
     <height>51</height>
    </rect>
   </property>
   <property name="title">
    <string>Addendum</string>
   </property>
   <widget class="QLineEdit" name="addendum">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>20</y>
      <width>151</width>
      <height>20</height>
     </rect>
    </property>
    <property name="toolTip">
     <string>The contents of this file will be appended to the reports</string>
    </property>
   </widget>
   <widget class="QCommandLinkButton" name="editAddendum">
    <property name="enabled">
     <bool>true</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>167</x>
      <y>13</y>
      <width>59</width>
      <height>32</height>
     </rect>
    </property>
    <property name="toolTip">
     <string notr="true">Edit or Create the named Addendem File</string>
    </property>
    <property name="text">
     <string notr="true">Edit</string>
    </property>
    <property name="description">
     <string notr="true"/>
    </property>
   </widget>
  </widget>
  <widget class="QGroupBox" name="groupBox_4">
   <property name="geometry">
    <rect>
     <x>180</x>
     <y>90</y>
     <width>231</width>
     <height>51</height>
    </rect>
   </property>
   <property name="title">
    <string>Data File</string>
   </property>
   <widget class="QLineEdit" name="datafilename">
    <property name="enabled">
     <bool>true</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>20</y>
      <width>181</width>
      <height>20</height>
     </rect>
    </property>
    <property name="toolTip">
     <string>Not Used</string>
    </property>
   </widget>
  </widget>
  <widget class="QGroupBox" name="groupBox_5">
   <property name="geometry">
    <rect>
     <x>180</x>
     <y>140</y>
     <width>231</width>
     <height>51</height>
    </rect>
   </property>
   <property name="title">
    <string>Non Equestrian</string>
   </property>
   <widget class="QLineEdit" name="ne_leg_abr">
    <property name="geometry">
     <rect>
      <x>70</x>
      <y>20</y>
      <width>61</width>
      <height>20</height>
     </rect>
    </property>
    <property name="toolTip">
     <string>Non Equesrtian Category</string>
    </property>
   </widget>
   <widget class="QSpinBox" name="spinBox_NeLeg">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>20</y>
      <width>42</width>
      <height>22</height>
     </rect>
    </property>
    <property name="toolTip">
     <string>Non Equestrian Leg</string>
    </property>
   </widget>
  </widget>
  <widget class="QGroupBox" name="groupBox_6">
   <property name="geometry">
    <rect>
     <x>10</x>
     <y>280</y>
     <width>411</width>
     <height>51</height>
    </rect>
   </property>
   <property name="title">
    <string>Printing</string>
   </property>
   <widget class="QSpinBox" name="spinBox_LinesPerPage">
    <property name="geometry">
     <rect>
      <x>40</x>
      <y>20</y>
      <width>42</width>
      <height>22</height>
     </rect>
    </property>
   </widget>
   <widget class="QCheckBox" name="perfSkip">
    <property name="geometry">
     <rect>
      <x>100</x>
      <y>20</y>
      <width>70</width>
      <height>17</height>
     </rect>
    </property>
    <property name="text">
     <string>PerfSkip</string>
    </property>
   </widget>
   <widget class="QLabel" name="label">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>20</y>
      <width>46</width>
      <height>13</height>
     </rect>
    </property>
    <property name="text">
     <string>Lines</string>
    </property>
    <property name="buddy">
     <cstring>spinBox_LinesPerPage</cstring>
    </property>
   </widget>
  </widget>
  <widget class="QPushButton" name="pushButtonRestore">
   <property name="geometry">
    <rect>
     <x>410</x>
     <y>466</y>
     <width>75</width>
     <height>23</height>
    </rect>
   </property>
   <property name="text">
    <string>Restore</string>
   </property>
  </widget>
  <widget class="QPushButton" name="pushButtonSave">
   <property name="geometry">
    <rect>
     <x>330</x>
     <y>466</y>
     <width>75</width>
     <height>23</height>
    </rect>
   </property>
   <property name="text">
    <string>Save</string>
   </property>
  </widget>
  <widget class="QLabel" name="Changed">
   <property name="enabled">
    <bool>true</bool>
   </property>
   <property name="geometry">
    <rect>
     <x>240</x>
     <y>470</y>
     <width>81</width>
     <height>16</height>
    </rect>
   </property>
   <property name="autoFillBackground">
    <bool>false</bool>
   </property>
   <property name="text">
    <string notr="true">Data Changed</string>
   </property>
  </widget>
  <widget class="QGroupBox" name="groupBox_7">
   <property name="geometry">
    <rect>
     <x>10</x>
     <y>330</y>
     <width>411</width>
     <height>51</height>
    </rect>
   </property>
   <property name="title">
    <string>Awards Text File</string>
   </property>
   <widget class="QLineEdit" name="awardsFileName">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>20</y>
      <width>151</width>
      <height>20</height>
     </rect>
    </property>
    <property name="toolTip">
     <string>The contents of this file will be appended to the Hall of Fame in the awards page</string>
    </property>
   </widget>
   <widget class="QCommandLinkButton" name="editAwardsFileName">
    <property name="enabled">
     <bool>true</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>167</x>
      <y>13</y>
      <width>61</width>
      <height>32</height>
     </rect>
    </property>
    <property name="toolTip">
     <string notr="true">Edit or Create the named Awards Text File</string>
    </property>
    <property name="text">
     <string notr="true">Edit</string>
    </property>
    <property name="description">
     <string notr="true"/>
    </property>
   </widget>
  </widget>
 </widget>
 <customwidgets>
  <customwidget>
   <class>TwinSpinBox</class>
   <extends>QWidget</extends>
   <header>twinspinbox.h</header>
   <container>1</container>
  </customwidget>
 </customwidgets>
 <tabstops>
  <tabstop>eventName</tabstop>
  <tabstop>legName1</tabstop>
  <tabstop>legName2</tabstop>
  <tabstop>legName3</tabstop>
  <tabstop>legName4</tabstop>
  <tabstop>legName5</tabstop>
  <tabstop>addendum</tabstop>
  <tabstop>datafilename</tabstop>
  <tabstop>spinBox_NeLeg</tabstop>
  <tabstop>ne_leg_abr</tabstop>
  <tabstop>spinBox_LinesPerPage</tabstop>
  <tabstop>perfSkip</tabstop>
 </tabstops>
 <resources/>
 <connections/>
</ui>