mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-27 11:00:32 -04:00 
			
		
		
		
	More astronomical data window tweaks
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5590 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									4aa9181bde
								
							
						
					
					
						commit
						f76b6561d0
					
				
							
								
								
									
										131
									
								
								astro.ui
									
									
									
									
									
								
							
							
						
						
									
										131
									
								
								astro.ui
									
									
									
									
									
								
							| @ -6,69 +6,14 @@ | |||||||
|    <rect> |    <rect> | ||||||
|     <x>0</x> |     <x>0</x> | ||||||
|     <y>0</y> |     <y>0</y> | ||||||
|     <width>334</width> |     <width>440</width> | ||||||
|     <height>413</height> |     <height>406</height> | ||||||
|    </rect> |    </rect> | ||||||
|   </property> |   </property> | ||||||
|   <layout class="QGridLayout" name="gridLayout"> |   <layout class="QGridLayout" name="gridLayout"> | ||||||
|    <property name="sizeConstraint"> |    <property name="sizeConstraint"> | ||||||
|     <enum>QLayout::SetFixedSize</enum> |     <enum>QLayout::SetFixedSize</enum> | ||||||
|    </property> |    </property> | ||||||
|    <item row="0" column="0"> |  | ||||||
|     <layout class="QVBoxLayout" name="verticalLayout_3"> |  | ||||||
|      <item alignment="Qt::AlignHCenter"> |  | ||||||
|       <widget class="QLabel" name="text_label"> |  | ||||||
|        <property name="sizePolicy"> |  | ||||||
|         <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |  | ||||||
|          <horstretch>1</horstretch> |  | ||||||
|          <verstretch>0</verstretch> |  | ||||||
|         </sizepolicy> |  | ||||||
|        </property> |  | ||||||
|        <property name="font"> |  | ||||||
|         <font> |  | ||||||
|          <family>Courier</family> |  | ||||||
|          <pointsize>12</pointsize> |  | ||||||
|          <weight>75</weight> |  | ||||||
|          <bold>true</bold> |  | ||||||
|         </font> |  | ||||||
|        </property> |  | ||||||
|        <property name="styleSheet"> |  | ||||||
|         <string notr="true">* { |  | ||||||
| 	font-family: Courier; |  | ||||||
| 	font-size: 12pt; |  | ||||||
| 	font-weight: bold; |  | ||||||
| }</string> |  | ||||||
|        </property> |  | ||||||
|        <property name="frameShadow"> |  | ||||||
|         <enum>QFrame::Sunken</enum> |  | ||||||
|        </property> |  | ||||||
|        <property name="text"> |  | ||||||
|         <string>Astro Data</string> |  | ||||||
|        </property> |  | ||||||
|        <property name="alignment"> |  | ||||||
|         <set>Qt::AlignCenter</set> |  | ||||||
|        </property> |  | ||||||
|        <property name="margin"> |  | ||||||
|         <number>6</number> |  | ||||||
|        </property> |  | ||||||
|       </widget> |  | ||||||
|      </item> |  | ||||||
|      <item> |  | ||||||
|       <layout class="QHBoxLayout" name="horizontalLayout"> |  | ||||||
|        <item> |  | ||||||
|         <widget class="QCheckBox" name="cbDopplerTracking"> |  | ||||||
|          <property name="styleSheet"> |  | ||||||
|           <string notr="true"/> |  | ||||||
|          </property> |  | ||||||
|          <property name="text"> |  | ||||||
|           <string>Doppler tracking</string> |  | ||||||
|          </property> |  | ||||||
|         </widget> |  | ||||||
|        </item> |  | ||||||
|       </layout> |  | ||||||
|      </item> |  | ||||||
|     </layout> |  | ||||||
|    </item> |  | ||||||
|    <item row="0" column="1"> |    <item row="0" column="1"> | ||||||
|     <widget class="QWidget" name="doppler_widget" native="true"> |     <widget class="QWidget" name="doppler_widget" native="true"> | ||||||
|      <property name="styleSheet"> |      <property name="styleSheet"> | ||||||
| @ -76,22 +21,7 @@ | |||||||
| 	font-weight: normal; | 	font-weight: normal; | ||||||
| }</string> | }</string> | ||||||
|      </property> |      </property> | ||||||
|      <layout class="QVBoxLayout" name="verticalLayout_6"> |      <layout class="QVBoxLayout" name="verticalLayout"> | ||||||
|       <property name="spacing"> |  | ||||||
|        <number>7</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> |       <item> | ||||||
|        <widget class="QGroupBox" name="groupBox_4"> |        <widget class="QGroupBox" name="groupBox_4"> | ||||||
|         <property name="title"> |         <property name="title"> | ||||||
| @ -228,21 +158,62 @@ | |||||||
|        </widget> |        </widget> | ||||||
|       </item> |       </item> | ||||||
|       <item> |       <item> | ||||||
|        <spacer name="verticalSpacer"> |        <spacer name="verticalSpacer_2"> | ||||||
|         <property name="orientation"> |         <property name="orientation"> | ||||||
|          <enum>Qt::Vertical</enum> |          <enum>Qt::Vertical</enum> | ||||||
|         </property> |         </property> | ||||||
|         <property name="sizeHint" stdset="0"> |  | ||||||
|          <size> |  | ||||||
|           <width>0</width> |  | ||||||
|           <height>0</height> |  | ||||||
|          </size> |  | ||||||
|         </property> |  | ||||||
|        </spacer> |        </spacer> | ||||||
|       </item> |       </item> | ||||||
|      </layout> |      </layout> | ||||||
|     </widget> |     </widget> | ||||||
|    </item> |    </item> | ||||||
|  |    <item row="0" column="0"> | ||||||
|  |     <layout class="QVBoxLayout" name="verticalLayout_3"> | ||||||
|  |      <item alignment="Qt::AlignHCenter"> | ||||||
|  |       <widget class="QLabel" name="text_label"> | ||||||
|  |        <property name="sizePolicy"> | ||||||
|  |         <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> | ||||||
|  |          <horstretch>0</horstretch> | ||||||
|  |          <verstretch>0</verstretch> | ||||||
|  |         </sizepolicy> | ||||||
|  |        </property> | ||||||
|  |        <property name="styleSheet"> | ||||||
|  |         <string notr="true">* { | ||||||
|  | 	font-family: Courier; | ||||||
|  | 	font-size: 12pt; | ||||||
|  | 	font-weight: bold; | ||||||
|  | }</string> | ||||||
|  |        </property> | ||||||
|  |        <property name="frameShadow"> | ||||||
|  |         <enum>QFrame::Sunken</enum> | ||||||
|  |        </property> | ||||||
|  |        <property name="text"> | ||||||
|  |         <string>Astro Data</string> | ||||||
|  |        </property> | ||||||
|  |        <property name="alignment"> | ||||||
|  |         <set>Qt::AlignCenter</set> | ||||||
|  |        </property> | ||||||
|  |        <property name="margin"> | ||||||
|  |         <number>6</number> | ||||||
|  |        </property> | ||||||
|  |       </widget> | ||||||
|  |      </item> | ||||||
|  |      <item> | ||||||
|  |       <layout class="QHBoxLayout" name="horizontalLayout"> | ||||||
|  |        <item> | ||||||
|  |         <widget class="QCheckBox" name="cbDopplerTracking"> | ||||||
|  |          <property name="styleSheet"> | ||||||
|  |           <string notr="true"/> | ||||||
|  |          </property> | ||||||
|  |          <property name="text"> | ||||||
|  |           <string>Doppler tracking</string> | ||||||
|  |          </property> | ||||||
|  |         </widget> | ||||||
|  |        </item> | ||||||
|  |       </layout> | ||||||
|  |      </item> | ||||||
|  |     </layout> | ||||||
|  |    </item> | ||||||
|   </layout> |   </layout> | ||||||
|  </widget> |  </widget> | ||||||
|  <resources/> |  <resources/> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user