mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-11-04 00:10:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			307 lines
		
	
	
	
		
			8.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			307 lines
		
	
	
	
		
			8.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<ui version="4.0">
 | 
						|
 <class>AnimationDockWidget</class>
 | 
						|
 <widget class="QFrame" name="AnimationDockWidget">
 | 
						|
  <property name="geometry">
 | 
						|
   <rect>
 | 
						|
    <x>0</x>
 | 
						|
    <y>0</y>
 | 
						|
    <width>189</width>
 | 
						|
    <height>264</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="frameShape">
 | 
						|
   <enum>QFrame::StyledPanel</enum>
 | 
						|
  </property>
 | 
						|
  <property name="frameShadow">
 | 
						|
   <enum>QFrame::Raised</enum>
 | 
						|
  </property>
 | 
						|
  <layout class="QVBoxLayout" name="verticalLayout_3">
 | 
						|
   <property name="leftMargin">
 | 
						|
    <number>0</number>
 | 
						|
   </property>
 | 
						|
   <property name="topMargin">
 | 
						|
    <number>0</number>
 | 
						|
   </property>
 | 
						|
   <property name="rightMargin">
 | 
						|
    <number>0</number>
 | 
						|
   </property>
 | 
						|
   <property name="bottomMargin">
 | 
						|
    <number>0</number>
 | 
						|
   </property>
 | 
						|
   <item>
 | 
						|
    <widget class="QLabel" name="autoUpdateLabel">
 | 
						|
     <property name="text">
 | 
						|
      <string>Auto Update: Enabled</string>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="QRadioButton" name="liveViewRadioButton">
 | 
						|
     <property name="text">
 | 
						|
      <string>Live View</string>
 | 
						|
     </property>
 | 
						|
     <property name="checked">
 | 
						|
      <bool>true</bool>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="QRadioButton" name="archiveViewRadioButton">
 | 
						|
     <property name="text">
 | 
						|
      <string>Archive View</string>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="QDateEdit" name="dateEdit">
 | 
						|
     <property name="correctionMode">
 | 
						|
      <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
 | 
						|
     </property>
 | 
						|
     <property name="minimumDateTime">
 | 
						|
      <datetime>
 | 
						|
       <hour>0</hour>
 | 
						|
       <minute>0</minute>
 | 
						|
       <second>0</second>
 | 
						|
       <year>1991</year>
 | 
						|
       <month>6</month>
 | 
						|
       <day>1</day>
 | 
						|
      </datetime>
 | 
						|
     </property>
 | 
						|
     <property name="displayFormat">
 | 
						|
      <string>yyyy-MM-dd</string>
 | 
						|
     </property>
 | 
						|
     <property name="calendarPopup">
 | 
						|
      <bool>true</bool>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="QFrame" name="frame">
 | 
						|
     <property name="frameShape">
 | 
						|
      <enum>QFrame::StyledPanel</enum>
 | 
						|
     </property>
 | 
						|
     <property name="frameShadow">
 | 
						|
      <enum>QFrame::Raised</enum>
 | 
						|
     </property>
 | 
						|
     <layout class="QHBoxLayout" name="horizontalLayout">
 | 
						|
      <property name="leftMargin">
 | 
						|
       <number>0</number>
 | 
						|
      </property>
 | 
						|
      <property name="topMargin">
 | 
						|
       <number>0</number>
 | 
						|
      </property>
 | 
						|
      <property name="rightMargin">
 | 
						|
       <number>0</number>
 | 
						|
      </property>
 | 
						|
      <property name="bottomMargin">
 | 
						|
       <number>0</number>
 | 
						|
      </property>
 | 
						|
      <item>
 | 
						|
       <widget class="QTimeEdit" name="timeEdit">
 | 
						|
        <property name="correctionMode">
 | 
						|
         <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
 | 
						|
        </property>
 | 
						|
        <property name="displayFormat">
 | 
						|
         <string>HH:mm</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <widget class="QLabel" name="label">
 | 
						|
        <property name="text">
 | 
						|
         <string>UTC</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
     </layout>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="QFrame" name="frame_3">
 | 
						|
     <property name="frameShape">
 | 
						|
      <enum>QFrame::StyledPanel</enum>
 | 
						|
     </property>
 | 
						|
     <property name="frameShadow">
 | 
						|
      <enum>QFrame::Raised</enum>
 | 
						|
     </property>
 | 
						|
     <layout class="QGridLayout" name="gridLayout">
 | 
						|
      <property name="leftMargin">
 | 
						|
       <number>0</number>
 | 
						|
      </property>
 | 
						|
      <property name="topMargin">
 | 
						|
       <number>0</number>
 | 
						|
      </property>
 | 
						|
      <property name="rightMargin">
 | 
						|
       <number>0</number>
 | 
						|
      </property>
 | 
						|
      <property name="bottomMargin">
 | 
						|
       <number>0</number>
 | 
						|
      </property>
 | 
						|
      <item row="0" column="1">
 | 
						|
       <widget class="QSpinBox" name="loopTimeSpinBox">
 | 
						|
        <property name="correctionMode">
 | 
						|
         <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
 | 
						|
        </property>
 | 
						|
        <property name="suffix">
 | 
						|
         <string> min</string>
 | 
						|
        </property>
 | 
						|
        <property name="minimum">
 | 
						|
         <number>1</number>
 | 
						|
        </property>
 | 
						|
        <property name="maximum">
 | 
						|
         <number>1440</number>
 | 
						|
        </property>
 | 
						|
        <property name="value">
 | 
						|
         <number>30</number>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item row="1" column="0">
 | 
						|
       <widget class="QLabel" name="loopSpeedLabel">
 | 
						|
        <property name="text">
 | 
						|
         <string>Loop Speed</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item row="2" column="0">
 | 
						|
       <widget class="QLabel" name="loopDelayLabel">
 | 
						|
        <property name="text">
 | 
						|
         <string>Loop Delay</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item row="2" column="1">
 | 
						|
       <widget class="QDoubleSpinBox" name="loopDelaySpinBox">
 | 
						|
        <property name="suffix">
 | 
						|
         <string> sec</string>
 | 
						|
        </property>
 | 
						|
        <property name="decimals">
 | 
						|
         <number>1</number>
 | 
						|
        </property>
 | 
						|
        <property name="maximum">
 | 
						|
         <double>15.000000000000000</double>
 | 
						|
        </property>
 | 
						|
        <property name="singleStep">
 | 
						|
         <double>0.100000000000000</double>
 | 
						|
        </property>
 | 
						|
        <property name="value">
 | 
						|
         <double>2.500000000000000</double>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item row="1" column="1">
 | 
						|
       <widget class="QDoubleSpinBox" name="loopSpeedSpinBox">
 | 
						|
        <property name="correctionMode">
 | 
						|
         <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
 | 
						|
        </property>
 | 
						|
        <property name="suffix">
 | 
						|
         <string>x</string>
 | 
						|
        </property>
 | 
						|
        <property name="minimum">
 | 
						|
         <double>1.000000000000000</double>
 | 
						|
        </property>
 | 
						|
        <property name="value">
 | 
						|
         <double>1.000000000000000</double>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item row="0" column="0">
 | 
						|
       <widget class="QLabel" name="loopTimeLabel">
 | 
						|
        <property name="text">
 | 
						|
         <string>Loop Time</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
     </layout>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="QFrame" name="frame_2">
 | 
						|
     <property name="frameShape">
 | 
						|
      <enum>QFrame::StyledPanel</enum>
 | 
						|
     </property>
 | 
						|
     <property name="frameShadow">
 | 
						|
      <enum>QFrame::Raised</enum>
 | 
						|
     </property>
 | 
						|
     <layout class="QHBoxLayout" name="horizontalLayout_2">
 | 
						|
      <property name="spacing">
 | 
						|
       <number>1</number>
 | 
						|
      </property>
 | 
						|
      <property name="leftMargin">
 | 
						|
       <number>0</number>
 | 
						|
      </property>
 | 
						|
      <property name="topMargin">
 | 
						|
       <number>0</number>
 | 
						|
      </property>
 | 
						|
      <property name="rightMargin">
 | 
						|
       <number>0</number>
 | 
						|
      </property>
 | 
						|
      <property name="bottomMargin">
 | 
						|
       <number>0</number>
 | 
						|
      </property>
 | 
						|
      <item>
 | 
						|
       <widget class="QToolButton" name="beginButton">
 | 
						|
        <property name="text">
 | 
						|
         <string>...</string>
 | 
						|
        </property>
 | 
						|
        <property name="icon">
 | 
						|
         <iconset resource="../../../../scwx-qt.qrc">
 | 
						|
          <normaloff>:/res/icons/font-awesome-6/backward-step-solid.svg</normaloff>:/res/icons/font-awesome-6/backward-step-solid.svg</iconset>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <widget class="QToolButton" name="stepBackButton">
 | 
						|
        <property name="text">
 | 
						|
         <string>...</string>
 | 
						|
        </property>
 | 
						|
        <property name="icon">
 | 
						|
         <iconset resource="../../../../scwx-qt.qrc">
 | 
						|
          <normaloff>:/res/icons/font-awesome-6/angle-left-solid.svg</normaloff>:/res/icons/font-awesome-6/angle-left-solid.svg</iconset>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <widget class="QToolButton" name="playButton">
 | 
						|
        <property name="text">
 | 
						|
         <string>...</string>
 | 
						|
        </property>
 | 
						|
        <property name="icon">
 | 
						|
         <iconset resource="../../../../scwx-qt.qrc">
 | 
						|
          <normaloff>:/res/icons/font-awesome-6/play-solid.svg</normaloff>:/res/icons/font-awesome-6/play-solid.svg</iconset>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <widget class="QToolButton" name="stepNextButton">
 | 
						|
        <property name="text">
 | 
						|
         <string>...</string>
 | 
						|
        </property>
 | 
						|
        <property name="icon">
 | 
						|
         <iconset resource="../../../../scwx-qt.qrc">
 | 
						|
          <normaloff>:/res/icons/font-awesome-6/angle-right-solid.svg</normaloff>:/res/icons/font-awesome-6/angle-right-solid.svg</iconset>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <widget class="QToolButton" name="endButton">
 | 
						|
        <property name="text">
 | 
						|
         <string>...</string>
 | 
						|
        </property>
 | 
						|
        <property name="icon">
 | 
						|
         <iconset resource="../../../../scwx-qt.qrc">
 | 
						|
          <normaloff>:/res/icons/font-awesome-6/forward-step-solid.svg</normaloff>:/res/icons/font-awesome-6/forward-step-solid.svg</iconset>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
     </layout>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
  </layout>
 | 
						|
 </widget>
 | 
						|
 <resources>
 | 
						|
  <include location="../../../../scwx-qt.qrc"/>
 | 
						|
 </resources>
 | 
						|
 <connections/>
 | 
						|
</ui>
 |