mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-30 23:40:06 +00:00 
			
		
		
		
	Update animation toolbox limits
- Correct to nearest value - Loop time 1-1440 minutes - Loop speed 1.00-99.99
This commit is contained in:
		
							parent
							
								
									11e74b46ec
								
							
						
					
					
						commit
						608ee904b8
					
				
					 1 changed files with 21 additions and 0 deletions
				
			
		|  | @ -40,6 +40,9 @@ | ||||||
|        </item> |        </item> | ||||||
|        <item> |        <item> | ||||||
|         <widget class="QDateEdit" name="dateEdit"> |         <widget class="QDateEdit" name="dateEdit"> | ||||||
|  |          <property name="correctionMode"> | ||||||
|  |           <enum>QAbstractSpinBox::CorrectToNearestValue</enum> | ||||||
|  |          </property> | ||||||
|          <property name="minimumDateTime"> |          <property name="minimumDateTime"> | ||||||
|           <datetime> |           <datetime> | ||||||
|            <hour>0</hour> |            <hour>0</hour> | ||||||
|  | @ -81,6 +84,9 @@ | ||||||
|           </property> |           </property> | ||||||
|           <item> |           <item> | ||||||
|            <widget class="QTimeEdit" name="timeEdit"> |            <widget class="QTimeEdit" name="timeEdit"> | ||||||
|  |             <property name="correctionMode"> | ||||||
|  |              <enum>QAbstractSpinBox::CorrectToNearestValue</enum> | ||||||
|  |             </property> | ||||||
|             <property name="displayFormat"> |             <property name="displayFormat"> | ||||||
|              <string>HH:mm</string> |              <string>HH:mm</string> | ||||||
|             </property> |             </property> | ||||||
|  | @ -105,6 +111,15 @@ | ||||||
|        </item> |        </item> | ||||||
|        <item> |        <item> | ||||||
|         <widget class="QSpinBox" name="loopTimeSpinBox"> |         <widget class="QSpinBox" name="loopTimeSpinBox"> | ||||||
|  |          <property name="correctionMode"> | ||||||
|  |           <enum>QAbstractSpinBox::CorrectToNearestValue</enum> | ||||||
|  |          </property> | ||||||
|  |          <property name="minimum"> | ||||||
|  |           <number>1</number> | ||||||
|  |          </property> | ||||||
|  |          <property name="maximum"> | ||||||
|  |           <number>1440</number> | ||||||
|  |          </property> | ||||||
|          <property name="value"> |          <property name="value"> | ||||||
|           <number>30</number> |           <number>30</number> | ||||||
|          </property> |          </property> | ||||||
|  | @ -119,6 +134,12 @@ | ||||||
|        </item> |        </item> | ||||||
|        <item> |        <item> | ||||||
|         <widget class="QDoubleSpinBox" name="loopSpeedSpinBox"> |         <widget class="QDoubleSpinBox" name="loopSpeedSpinBox"> | ||||||
|  |          <property name="correctionMode"> | ||||||
|  |           <enum>QAbstractSpinBox::CorrectToNearestValue</enum> | ||||||
|  |          </property> | ||||||
|  |          <property name="minimum"> | ||||||
|  |           <double>1.000000000000000</double> | ||||||
|  |          </property> | ||||||
|          <property name="value"> |          <property name="value"> | ||||||
|           <double>1.000000000000000</double> |           <double>1.000000000000000</double> | ||||||
|          </property> |          </property> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat