Rev 381 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?xml version="1.0" encoding="UTF-8"?><ui version="4.0"><class>QmDialogChangeTeamNumber</class><widget class="QDialog" name="QmDialogChangeTeamNumber"><property name="geometry"><rect><x>0</x><y>0</y><width>347</width><height>429</height></rect></property><property name="windowTitle"><string>Dialog</string></property><property name="sizeGripEnabled"><bool>false</bool></property><property name="modal"><bool>false</bool></property><widget class="QDialogButtonBox" name="buttonBox"><property name="geometry"><rect><x>170</x><y>280</y><width>161</width><height>32</height></rect></property><property name="orientation"><enum>Qt::Horizontal</enum></property><property name="standardButtons"><set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set></property></widget><widget class="QGroupBox" name="groupBox"><property name="geometry"><rect><x>10</x><y>10</y><width>321</width><height>81</height></rect></property><property name="title"><string>Source Team</string></property><widget class="QmTeamSelector" name="sourceTeam"><property name="geometry"><rect><x>10</x><y>20</y><width>61</width><height>22</height></rect></property></widget><widget class="QLineEdit" name="sourceName"><property name="geometry"><rect><x>10</x><y>50</y><width>301</width><height>20</height></rect></property><property name="focusPolicy"><enum>Qt::NoFocus</enum></property><property name="readOnly"><bool>true</bool></property></widget></widget><widget class="QGroupBox" name="groupBox_2"><property name="geometry"><rect><x>10</x><y>90</y><width>321</width><height>81</height></rect></property><property name="title"><string>Target Team</string></property><widget class="QmTeamSelector" name="targetTeam"><property name="geometry"><rect><x>10</x><y>20</y><width>61</width><height>22</height></rect></property></widget><widget class="QLineEdit" name="targetName"><property name="geometry"><rect><x>10</x><y>50</y><width>301</width><height>20</height></rect></property><property name="focusPolicy"><enum>Qt::NoFocus</enum></property><property name="readOnly"><bool>true</bool></property></widget></widget><widget class="QGroupBox" name="groupBox_3"><property name="geometry"><rect><x>10</x><y>180</y><width>321</width><height>91</height></rect></property><property name="title"><string>Mode</string></property><widget class="QRadioButton" name="copyMode"><property name="geometry"><rect><x>10</x><y>20</y><width>51</width><height>18</height></rect></property><property name="toolTip"><string>Copy the source team data to the target team</string></property><property name="text"><string>Copy</string></property></widget><widget class="QRadioButton" name="swapMode"><property name="geometry"><rect><x>10</x><y>60</y><width>82</width><height>18</height></rect></property><property name="toolTip"><string>Swap source and target team data</string></property><property name="text"><string>Swap</string></property><property name="checked"><bool>true</bool></property></widget><widget class="QCheckBox" name="onlyTimes"><property name="geometry"><rect><x>160</x><y>20</y><width>101</width><height>18</height></rect></property><property name="toolTip"><string>Only operate on the Team Times</string></property><property name="text"><string>Only Times</string></property></widget><widget class="QCheckBox" name="onlyNames"><property name="geometry"><rect><x>160</x><y>50</y><width>101</width><height>18</height></rect></property><property name="toolTip"><string>Only operate on the Team Manes - not times</string></property><property name="text"><string>Only Names</string></property></widget><widget class="QRadioButton" name="moveMode"><property name="geometry"><rect><x>10</x><y>40</y><width>51</width><height>18</height></rect></property><property name="toolTip"><string>Move the source team data to the target team. Erase the source</string></property><property name="text"><string>Move</string></property></widget></widget><widget class="QLabel" name="Help"><property name="geometry"><rect><x>10</x><y>320</y><width>321</width><height>101</height></rect></property><property name="frameShape"><enum>QFrame::Panel</enum></property><property name="text"><string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Modes of operation</span></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Copy the source team data to the target.</span></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Move the source data to the target. The source will be erased.</span></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Swap the two team's data.<br /></span></p></body></html></string></property><property name="alignment"><set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set></property><property name="wordWrap"><bool>true</bool></property></widget></widget><customwidgets><customwidget><class>QmTeamSelector</class><extends>QSpinBox</extends><header>qmteamselector.h</header></customwidget></customwidgets><tabstops><tabstop>buttonBox</tabstop><tabstop>sourceTeam</tabstop><tabstop>targetTeam</tabstop><tabstop>copyMode</tabstop><tabstop>moveMode</tabstop><tabstop>swapMode</tabstop><tabstop>onlyTimes</tabstop><tabstop>onlyNames</tabstop></tabstops><resources/><connections><connection><sender>buttonBox</sender><signal>accepted()</signal><receiver>QmDialogChangeTeamNumber</receiver><slot>accept()</slot><hints><hint type="sourcelabel"><x>248</x><y>254</y></hint><hint type="destinationlabel"><x>157</x><y>274</y></hint></hints></connection><connection><sender>buttonBox</sender><signal>rejected()</signal><receiver>QmDialogChangeTeamNumber</receiver><slot>reject()</slot><hints><hint type="sourcelabel"><x>316</x><y>260</y></hint><hint type="destinationlabel"><x>286</x><y>274</y></hint></hints></connection></connections></ui>