mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-30 21:30:05 +00:00 
			
		
		
		
	Modify lat/lon dialog to make them somewhat nicer to work with
This commit is contained in:
		
							parent
							
								
									d8233a2c41
								
							
						
					
					
						commit
						89ef256647
					
				
					 1 changed files with 8 additions and 2 deletions
				
			
		|  | @ -67,8 +67,11 @@ | ||||||
|    </item> |    </item> | ||||||
|    <item row="0" column="2"> |    <item row="0" column="2"> | ||||||
|     <widget class="QDoubleSpinBox" name="latitudeDoubleSpinBox"> |     <widget class="QDoubleSpinBox" name="latitudeDoubleSpinBox"> | ||||||
|  |      <property name="correctionMode"> | ||||||
|  |       <enum>QAbstractSpinBox::CorrectionMode::CorrectToNearestValue</enum> | ||||||
|  |      </property> | ||||||
|      <property name="decimals"> |      <property name="decimals"> | ||||||
|       <number>4</number> |       <number>5</number> | ||||||
|      </property> |      </property> | ||||||
|      <property name="minimum"> |      <property name="minimum"> | ||||||
|       <double>-90.000000000000000</double> |       <double>-90.000000000000000</double> | ||||||
|  | @ -135,8 +138,11 @@ | ||||||
|    </item> |    </item> | ||||||
|    <item row="1" column="2"> |    <item row="1" column="2"> | ||||||
|     <widget class="QDoubleSpinBox" name="longitudeDoubleSpinBox"> |     <widget class="QDoubleSpinBox" name="longitudeDoubleSpinBox"> | ||||||
|  |      <property name="correctionMode"> | ||||||
|  |       <enum>QAbstractSpinBox::CorrectionMode::CorrectToNearestValue</enum> | ||||||
|  |      </property> | ||||||
|      <property name="decimals"> |      <property name="decimals"> | ||||||
|       <number>4</number> |       <number>5</number> | ||||||
|      </property> |      </property> | ||||||
|      <property name="minimum"> |      <property name="minimum"> | ||||||
|       <double>-180.000000000000000</double> |       <double>-180.000000000000000</double> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak