Subversion Repositories svn1-original

Rev

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

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>QmTeamDisplay</class>
 <widget class="QWidget" name="QmTeamDisplay">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>538</width>
    <height>515</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <widget class="QGroupBox" name="groupBox">
   <property name="geometry">
    <rect>
     <x>10</x>
     <y>0</y>
     <width>521</width>
     <height>455</height>
    </rect>
   </property>
   <property name="title">
    <string>Team Data</string>
   </property>
   <widget class="QLabel" name="label_name">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>14</y>
      <width>46</width>
      <height>13</height>
     </rect>
    </property>
    <property name="text">
     <string>Name</string>
    </property>
   </widget>
   <widget class="QLineEdit" name="name">
    <property name="geometry">
     <rect>
      <x>60</x>
      <y>14</y>
      <width>331</width>
      <height>20</height>
     </rect>
    </property>
    <property name="toolTip">
     <string>Name of the team</string>
    </property>
   </widget>
   <widget class="QLabel" name="label_category">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>39</y>
      <width>46</width>
      <height>13</height>
     </rect>
    </property>
    <property name="text">
     <string>Category</string>
    </property>
   </widget>
   <widget class="QComboBox" name="category">
    <property name="geometry">
     <rect>
      <x>60</x>
      <y>39</y>
      <width>171</width>
      <height>22</height>
     </rect>
    </property>
    <property name="toolTip">
     <string>Team Class</string>
    </property>
   </widget>
   <widget class="QLineEdit" name="category_abr">
    <property name="geometry">
     <rect>
      <x>240</x>
      <y>39</y>
      <width>31</width>
      <height>20</height>
     </rect>
    </property>
    <property name="toolTip">
     <string>Abreviated Class Name</string>
    </property>
    <property name="text">
     <string notr="true"/>
    </property>
    <property name="readOnly">
     <bool>true</bool>
    </property>
   </widget>
   <widget class="QGroupBox" name="groupBox_2">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>62</y>
      <width>391</width>
      <height>155</height>
     </rect>
    </property>
    <property name="title">
     <string>Members</string>
    </property>
    <widget class="QTableWidget" name="members">
     <property name="geometry">
      <rect>
       <x>10</x>
       <y>20</y>
       <width>371</width>
       <height>125</height>
      </rect>
     </property>
     <property name="alternatingRowColors">
      <bool>true</bool>
     </property>
     <property name="cornerButtonEnabled">
      <bool>false</bool>
     </property>
     <property name="rowCount">
      <number>5</number>
     </property>
     <property name="columnCount">
      <number>3</number>
     </property>
     <attribute name="horizontalHeaderDefaultSectionSize">
      <number>117</number>
     </attribute>
     <attribute name="verticalHeaderDefaultSectionSize">
      <number>20</number>
     </attribute>
     <attribute name="verticalHeaderStretchLastSection">
      <bool>false</bool>
     </attribute>
     <row/>
     <row/>
     <row/>
     <row/>
     <row/>
     <column>
      <property name="text">
       <string notr="true">Name</string>
      </property>
     </column>
     <column>
      <property name="text">
       <string>Sex</string>
      </property>
     </column>
     <column>
      <property name="text">
       <string>Age</string>
      </property>
     </column>
    </widget>
   </widget>
   <widget class="QGroupBox" name="groupBox_3">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>225</y>
      <width>501</width>
      <height>171</height>
     </rect>
    </property>
    <property name="title">
     <string>Leg Times</string>
    </property>
    <widget class="QWidget" name="verticalLayoutWidget">
     <property name="geometry">
      <rect>
       <x>10</x>
       <y>20</y>
       <width>481</width>
       <height>141</height>
      </rect>
     </property>
     <layout class="QVBoxLayout" name="legTime_layout">
      <property name="spacing">
       <number>0</number>
      </property>
     </layout>
    </widget>
   </widget>
   <widget class="QCheckBox" name="disqualified">
    <property name="geometry">
     <rect>
      <x>410</x>
      <y>130</y>
      <width>101</width>
      <height>18</height>
     </rect>
    </property>
    <property name="toolTip">
     <string>Team has been disqualified</string>
    </property>
    <property name="text">
     <string>Disqalified</string>
    </property>
   </widget>
   <widget class="QCheckBox" name="nonEquestrian">
    <property name="geometry">
     <rect>
      <x>410</x>
      <y>90</y>
      <width>101</width>
      <height>18</height>
     </rect>
    </property>
    <property name="toolTip">
     <string>Team is non-Equestrian and will not be eligable for some prizes</string>
    </property>
    <property name="text">
     <string>Non Equestrian</string>
    </property>
   </widget>
   <widget class="QCheckBox" name="disabled">
    <property name="geometry">
     <rect>
      <x>410</x>
      <y>70</y>
      <width>101</width>
      <height>18</height>
     </rect>
    </property>
    <property name="toolTip">
     <string>Team has been disabled and will not appear in reports</string>
    </property>
    <property name="text">
     <string>Disabled</string>
    </property>
   </widget>
   <widget class="QLabel" name="totalAge">
    <property name="enabled">
     <bool>false</bool>
    </property>
    <property name="geometry">
     <rect>
      <x>410</x>
      <y>200</y>
      <width>21</width>
      <height>16</height>
     </rect>
    </property>
    <property name="frameShape">
     <enum>QFrame::Box</enum>
    </property>
    <property name="text">
     <string>---</string>
    </property>
   </widget>
   <widget class="QLabel" name="label_3">
    <property name="geometry">
     <rect>
      <x>440</x>
      <y>200</y>
      <width>46</width>
      <height>13</height>
     </rect>
    </property>
    <property name="text">
     <string>Total Age</string>
    </property>
   </widget>
   <widget class="QCheckBox" name="VetCheck">
    <property name="geometry">
     <rect>
      <x>410</x>
      <y>110</y>
      <width>101</width>
      <height>18</height>
     </rect>
    </property>
    <property name="toolTip">
     <string>Team has failed the Vet Check</string>
    </property>
    <property name="text">
     <string>Failed Vet Check</string>
    </property>
   </widget>
   <widget class="QGroupBox" name="noteBox">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>405</y>
      <width>501</width>
      <height>41</height>
     </rect>
    </property>
    <property name="title">
     <string>Team Notes</string>
    </property>
    <widget class="QPushButton" name="editNote">
     <property name="geometry">
      <rect>
       <x>450</x>
       <y>14</y>
       <width>41</width>
       <height>20</height>
      </rect>
     </property>
     <property name="toolTip">
      <string notr="true">Edit/Delete the team notes</string>
     </property>
     <property name="text">
      <string>Edit</string>
     </property>
    </widget>
    <widget class="QComboBox" name="noteText">
     <property name="geometry">
      <rect>
       <x>10</x>
       <y>14</y>
       <width>440</width>
       <height>22</height>
      </rect>
     </property>
    </widget>
   </widget>
  </widget>
  <widget class="QGroupBox" name="groupBox_4">
   <property name="geometry">
    <rect>
     <x>10</x>
     <y>455</y>
     <width>521</width>
     <height>50</height>
    </rect>
   </property>
   <property name="title">
    <string>Team Selector</string>
   </property>
   <widget class="QPushButton" name="pushButtonRestore">
    <property name="geometry">
     <rect>
      <x>430</x>
      <y>16</y>
      <width>75</width>
      <height>23</height>
     </rect>
    </property>
    <property name="toolTip">
     <string>Discard changes and restore team information</string>
    </property>
    <property name="text">
     <string>Restore</string>
    </property>
   </widget>
   <widget class="QmTeamSelector" name="teamNumber">
    <property name="geometry">
     <rect>
      <x>270</x>
      <y>16</y>
      <width>61</width>
      <height>22</height>
     </rect>
    </property>
    <property name="toolTip">
     <string>Select the team to display</string>
    </property>
    <property name="maximum">
     <number>999</number>
    </property>
   </widget>
   <widget class="QPushButton" name="pushButtonSave">
    <property name="geometry">
     <rect>
      <x>350</x>
      <y>16</y>
      <width>75</width>
      <height>23</height>
     </rect>
    </property>
    <property name="toolTip">
     <string>Save changes</string>
    </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>124</x>
      <y>20</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="QLabel" name="label_team">
    <property name="geometry">
     <rect>
      <x>230</x>
      <y>20</y>
      <width>31</width>
      <height>16</height>
     </rect>
    </property>
    <property name="text">
     <string>Team</string>
    </property>
   </widget>
  </widget>
 </widget>
 <customwidgets>
  <customwidget>
   <class>QmTeamSelector</class>
   <extends>QSpinBox</extends>
   <header>qmteamselector.h</header>
  </customwidget>
 </customwidgets>
 <tabstops>
  <tabstop>pushButtonRestore</tabstop>
  <tabstop>teamNumber</tabstop>
  <tabstop>name</tabstop>
  <tabstop>category</tabstop>
  <tabstop>category_abr</tabstop>
  <tabstop>disabled</tabstop>
  <tabstop>nonEquestrian</tabstop>
  <tabstop>VetCheck</tabstop>
  <tabstop>disqualified</tabstop>
  <tabstop>members</tabstop>
  <tabstop>pushButtonSave</tabstop>
 </tabstops>
 <resources/>
 <connections/>
</ui>