mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 04:40:06 +00:00 
			
		
		
		
	Make Radar Toolbox and Animation Toolbox scrollable
This commit is contained in:
		
							parent
							
								
									081b626855
								
							
						
					
					
						commit
						72df99e456
					
				
					 2 changed files with 495 additions and 415 deletions
				
			
		|  | @ -116,128 +116,181 @@ | ||||||
|       <number>2</number> |       <number>2</number> | ||||||
|      </property> |      </property> | ||||||
|      <item> |      <item> | ||||||
|       <widget class="QFrame" name="radarInfoFrame"> |       <widget class="QScrollArea" name="radarToolboxScrollArea"> | ||||||
|        <property name="frameShape"> |        <property name="frameShape"> | ||||||
|         <enum>QFrame::StyledPanel</enum> |         <enum>QFrame::NoFrame</enum> | ||||||
|        </property> |        </property> | ||||||
|        <property name="frameShadow"> |        <property name="horizontalScrollBarPolicy"> | ||||||
|         <enum>QFrame::Raised</enum> |         <enum>Qt::ScrollBarAlwaysOff</enum> | ||||||
|        </property> |        </property> | ||||||
|        <layout class="QGridLayout" name="gridLayout" columnstretch="0,1,0"> |        <property name="sizeAdjustPolicy"> | ||||||
|         <item row="0" column="2"> |         <enum>QAbstractScrollArea::AdjustToContents</enum> | ||||||
|          <widget class="QToolButton" name="radarSiteSelectButton"> |  | ||||||
|           <property name="maximumSize"> |  | ||||||
|            <size> |  | ||||||
|             <width>16777215</width> |  | ||||||
|             <height>13</height> |  | ||||||
|            </size> |  | ||||||
|           </property> |  | ||||||
|           <property name="text"> |  | ||||||
|            <string>...</string> |  | ||||||
|           </property> |  | ||||||
|          </widget> |  | ||||||
|         </item> |  | ||||||
|         <item row="1" column="1" colspan="2"> |  | ||||||
|          <widget class="QLabel" name="radarLocationLabel"> |  | ||||||
|           <property name="text"> |  | ||||||
|            <string notr="true">St. Louis, MO</string> |  | ||||||
|           </property> |  | ||||||
|          </widget> |  | ||||||
|         </item> |  | ||||||
|         <item row="2" column="0"> |  | ||||||
|          <widget class="QLabel" name="vcpLabel"> |  | ||||||
|           <property name="toolTip"> |  | ||||||
|            <string>Volume Coverage Pattern</string> |  | ||||||
|           </property> |  | ||||||
|           <property name="text"> |  | ||||||
|            <string>VCP</string> |  | ||||||
|           </property> |  | ||||||
|          </widget> |  | ||||||
|         </item> |  | ||||||
|         <item row="0" column="1"> |  | ||||||
|          <widget class="QLabel" name="radarSiteValueLabel"> |  | ||||||
|           <property name="text"> |  | ||||||
|            <string notr="true">KLSX</string> |  | ||||||
|           </property> |  | ||||||
|          </widget> |  | ||||||
|         </item> |  | ||||||
|         <item row="0" column="0"> |  | ||||||
|          <widget class="QLabel" name="radarSiteLabel"> |  | ||||||
|           <property name="text"> |  | ||||||
|            <string>Radar Site</string> |  | ||||||
|           </property> |  | ||||||
|          </widget> |  | ||||||
|         </item> |  | ||||||
|         <item row="3" column="1" colspan="2"> |  | ||||||
|          <widget class="QLabel" name="vcpDescriptionLabel"> |  | ||||||
|           <property name="text"> |  | ||||||
|            <string>Clear Air Mode</string> |  | ||||||
|           </property> |  | ||||||
|          </widget> |  | ||||||
|         </item> |  | ||||||
|         <item row="2" column="1" colspan="2"> |  | ||||||
|          <widget class="QLabel" name="vcpValueLabel"> |  | ||||||
|           <property name="text"> |  | ||||||
|            <string notr="true">35</string> |  | ||||||
|           </property> |  | ||||||
|          </widget> |  | ||||||
|         </item> |  | ||||||
|        </layout> |  | ||||||
|       </widget> |  | ||||||
|      </item> |  | ||||||
|      <item> |  | ||||||
|       <widget class="QGroupBox" name="mapSettingsGroupBox"> |  | ||||||
|        <property name="title"> |  | ||||||
|         <string>Map Settings</string> |  | ||||||
|        </property> |        </property> | ||||||
|        <layout class="QVBoxLayout" name="verticalLayout_5"> |        <property name="widgetResizable"> | ||||||
|         <item> |         <bool>true</bool> | ||||||
|          <widget class="QLabel" name="mapStyleLabel"> |  | ||||||
|           <property name="text"> |  | ||||||
|            <string>Map Style</string> |  | ||||||
|           </property> |  | ||||||
|          </widget> |  | ||||||
|         </item> |  | ||||||
|         <item> |  | ||||||
|          <widget class="QComboBox" name="mapStyleComboBox"/> |  | ||||||
|         </item> |  | ||||||
|        </layout> |  | ||||||
|       </widget> |  | ||||||
|      </item> |  | ||||||
|      <item> |  | ||||||
|       <widget class="QGroupBox" name="radarProductGroupBox"> |  | ||||||
|        <property name="title"> |  | ||||||
|         <string>Radar Products</string> |  | ||||||
|        </property> |        </property> | ||||||
|        <layout class="QVBoxLayout" name="verticalLayout"> |        <widget class="QWidget" name="radarToolboxScrollAreaContents"> | ||||||
|         <item> |         <property name="geometry"> | ||||||
|          <widget class="QLabel" name="level2Label"> |          <rect> | ||||||
|           <property name="text"> |           <x>0</x> | ||||||
|            <string>Level 2</string> |           <y>0</y> | ||||||
|           </property> |           <width>175</width> | ||||||
|          </widget> |           <height>696</height> | ||||||
|         </item> |          </rect> | ||||||
|         <item> |         </property> | ||||||
|          <widget class="QWidget" name="level2ProductFrame" native="true"/> |         <layout class="QVBoxLayout" name="verticalLayout_6"> | ||||||
|         </item> |          <property name="leftMargin"> | ||||||
|         <item> |           <number>0</number> | ||||||
|          <widget class="Line" name="level2Separator"> |          </property> | ||||||
|           <property name="orientation"> |          <property name="topMargin"> | ||||||
|            <enum>Qt::Horizontal</enum> |           <number>0</number> | ||||||
|           </property> |          </property> | ||||||
|          </widget> |          <property name="rightMargin"> | ||||||
|         </item> |           <number>0</number> | ||||||
|         <item> |          </property> | ||||||
|          <widget class="QLabel" name="level3Label"> |          <property name="bottomMargin"> | ||||||
|           <property name="text"> |           <number>0</number> | ||||||
|            <string>Level 3</string> |          </property> | ||||||
|           </property> |          <item> | ||||||
|          </widget> |           <widget class="QFrame" name="radarInfoFrame"> | ||||||
|         </item> |            <property name="frameShape"> | ||||||
|         <item> |             <enum>QFrame::StyledPanel</enum> | ||||||
|          <widget class="QWidget" name="level3ProductFrame" native="true"/> |            </property> | ||||||
|         </item> |            <property name="frameShadow"> | ||||||
|        </layout> |             <enum>QFrame::Raised</enum> | ||||||
|  |            </property> | ||||||
|  |            <layout class="QGridLayout" name="gridLayout" columnstretch="0,1,0"> | ||||||
|  |             <item row="0" column="2"> | ||||||
|  |              <widget class="QToolButton" name="radarSiteSelectButton"> | ||||||
|  |               <property name="maximumSize"> | ||||||
|  |                <size> | ||||||
|  |                 <width>16777215</width> | ||||||
|  |                 <height>13</height> | ||||||
|  |                </size> | ||||||
|  |               </property> | ||||||
|  |               <property name="text"> | ||||||
|  |                <string>...</string> | ||||||
|  |               </property> | ||||||
|  |              </widget> | ||||||
|  |             </item> | ||||||
|  |             <item row="1" column="1" colspan="2"> | ||||||
|  |              <widget class="QLabel" name="radarLocationLabel"> | ||||||
|  |               <property name="text"> | ||||||
|  |                <string notr="true">St. Louis, MO</string> | ||||||
|  |               </property> | ||||||
|  |              </widget> | ||||||
|  |             </item> | ||||||
|  |             <item row="2" column="0"> | ||||||
|  |              <widget class="QLabel" name="vcpLabel"> | ||||||
|  |               <property name="toolTip"> | ||||||
|  |                <string>Volume Coverage Pattern</string> | ||||||
|  |               </property> | ||||||
|  |               <property name="text"> | ||||||
|  |                <string>VCP</string> | ||||||
|  |               </property> | ||||||
|  |              </widget> | ||||||
|  |             </item> | ||||||
|  |             <item row="0" column="1"> | ||||||
|  |              <widget class="QLabel" name="radarSiteValueLabel"> | ||||||
|  |               <property name="text"> | ||||||
|  |                <string notr="true">KLSX</string> | ||||||
|  |               </property> | ||||||
|  |              </widget> | ||||||
|  |             </item> | ||||||
|  |             <item row="0" column="0"> | ||||||
|  |              <widget class="QLabel" name="radarSiteLabel"> | ||||||
|  |               <property name="text"> | ||||||
|  |                <string>Radar Site</string> | ||||||
|  |               </property> | ||||||
|  |              </widget> | ||||||
|  |             </item> | ||||||
|  |             <item row="3" column="1" colspan="2"> | ||||||
|  |              <widget class="QLabel" name="vcpDescriptionLabel"> | ||||||
|  |               <property name="text"> | ||||||
|  |                <string>Clear Air Mode</string> | ||||||
|  |               </property> | ||||||
|  |              </widget> | ||||||
|  |             </item> | ||||||
|  |             <item row="2" column="1" colspan="2"> | ||||||
|  |              <widget class="QLabel" name="vcpValueLabel"> | ||||||
|  |               <property name="text"> | ||||||
|  |                <string notr="true">35</string> | ||||||
|  |               </property> | ||||||
|  |              </widget> | ||||||
|  |             </item> | ||||||
|  |            </layout> | ||||||
|  |           </widget> | ||||||
|  |          </item> | ||||||
|  |          <item> | ||||||
|  |           <widget class="QGroupBox" name="mapSettingsGroupBox"> | ||||||
|  |            <property name="title"> | ||||||
|  |             <string>Map Settings</string> | ||||||
|  |            </property> | ||||||
|  |            <layout class="QVBoxLayout" name="verticalLayout_5"> | ||||||
|  |             <item> | ||||||
|  |              <widget class="QLabel" name="mapStyleLabel"> | ||||||
|  |               <property name="text"> | ||||||
|  |                <string>Map Style</string> | ||||||
|  |               </property> | ||||||
|  |              </widget> | ||||||
|  |             </item> | ||||||
|  |             <item> | ||||||
|  |              <widget class="QComboBox" name="mapStyleComboBox"/> | ||||||
|  |             </item> | ||||||
|  |            </layout> | ||||||
|  |           </widget> | ||||||
|  |          </item> | ||||||
|  |          <item> | ||||||
|  |           <widget class="QGroupBox" name="radarProductGroupBox"> | ||||||
|  |            <property name="title"> | ||||||
|  |             <string>Radar Products</string> | ||||||
|  |            </property> | ||||||
|  |            <layout class="QVBoxLayout" name="verticalLayout"> | ||||||
|  |             <item> | ||||||
|  |              <widget class="QLabel" name="level2Label"> | ||||||
|  |               <property name="text"> | ||||||
|  |                <string>Level 2</string> | ||||||
|  |               </property> | ||||||
|  |              </widget> | ||||||
|  |             </item> | ||||||
|  |             <item> | ||||||
|  |              <widget class="QWidget" name="level2ProductFrame" native="true"/> | ||||||
|  |             </item> | ||||||
|  |             <item> | ||||||
|  |              <widget class="Line" name="level2Separator"> | ||||||
|  |               <property name="orientation"> | ||||||
|  |                <enum>Qt::Horizontal</enum> | ||||||
|  |               </property> | ||||||
|  |              </widget> | ||||||
|  |             </item> | ||||||
|  |             <item> | ||||||
|  |              <widget class="QLabel" name="level3Label"> | ||||||
|  |               <property name="text"> | ||||||
|  |                <string>Level 3</string> | ||||||
|  |               </property> | ||||||
|  |              </widget> | ||||||
|  |             </item> | ||||||
|  |             <item> | ||||||
|  |              <widget class="QWidget" name="level3ProductFrame" native="true"/> | ||||||
|  |             </item> | ||||||
|  |            </layout> | ||||||
|  |           </widget> | ||||||
|  |          </item> | ||||||
|  |          <item> | ||||||
|  |           <spacer name="radarToolboxSpacer"> | ||||||
|  |            <property name="orientation"> | ||||||
|  |             <enum>Qt::Vertical</enum> | ||||||
|  |            </property> | ||||||
|  |            <property name="sizeHint" stdset="0"> | ||||||
|  |             <size> | ||||||
|  |              <width>20</width> | ||||||
|  |              <height>0</height> | ||||||
|  |             </size> | ||||||
|  |            </property> | ||||||
|  |           </spacer> | ||||||
|  |          </item> | ||||||
|  |         </layout> | ||||||
|  |        </widget> | ||||||
|       </widget> |       </widget> | ||||||
|      </item> |      </item> | ||||||
|      <item> |      <item> | ||||||
|  | @ -258,19 +311,6 @@ | ||||||
|        </layout> |        </layout> | ||||||
|       </widget> |       </widget> | ||||||
|      </item> |      </item> | ||||||
|      <item> |  | ||||||
|       <spacer name="radarToolboxSpacer"> |  | ||||||
|        <property name="orientation"> |  | ||||||
|         <enum>Qt::Vertical</enum> |  | ||||||
|        </property> |  | ||||||
|        <property name="sizeHint" stdset="0"> |  | ||||||
|         <size> |  | ||||||
|          <width>20</width> |  | ||||||
|          <height>0</height> |  | ||||||
|         </size> |  | ||||||
|        </property> |  | ||||||
|       </spacer> |  | ||||||
|      </item> |  | ||||||
|     </layout> |     </layout> | ||||||
|    </widget> |    </widget> | ||||||
|   </widget> |   </widget> | ||||||
|  |  | ||||||
|  | @ -7,7 +7,7 @@ | ||||||
|     <x>0</x> |     <x>0</x> | ||||||
|     <y>0</y> |     <y>0</y> | ||||||
|     <width>200</width> |     <width>200</width> | ||||||
|     <height>348</height> |     <height>543</height> | ||||||
|    </rect> |    </rect> | ||||||
|   </property> |   </property> | ||||||
|   <property name="windowTitle"> |   <property name="windowTitle"> | ||||||
|  | @ -16,296 +16,336 @@ | ||||||
|   <widget class="QWidget" name="dockWidgetContents"> |   <widget class="QWidget" name="dockWidgetContents"> | ||||||
|    <layout class="QVBoxLayout" name="verticalLayout"> |    <layout class="QVBoxLayout" name="verticalLayout"> | ||||||
|     <item> |     <item> | ||||||
|      <widget class="QGroupBox" name="timelineGroupBox"> |      <widget class="QScrollArea" name="scrollArea"> | ||||||
|       <property name="title"> |       <property name="frameShape"> | ||||||
|        <string>Timeline</string> |        <enum>QFrame::NoFrame</enum> | ||||||
|       </property> |       </property> | ||||||
|       <layout class="QVBoxLayout" name="verticalLayout_6"> |       <property name="lineWidth"> | ||||||
|        <item> |        <number>0</number> | ||||||
|         <widget class="QLabel" name="autoUpdateLabel"> |       </property> | ||||||
|          <property name="text"> |       <property name="horizontalScrollBarPolicy"> | ||||||
|           <string>Auto Update: Enabled</string> |        <enum>Qt::ScrollBarAlwaysOff</enum> | ||||||
|          </property> |       </property> | ||||||
|         </widget> |       <property name="widgetResizable"> | ||||||
|        </item> |        <bool>true</bool> | ||||||
|        <item> |       </property> | ||||||
|         <widget class="QRadioButton" name="liveViewRadioButton"> |       <widget class="QWidget" name="scrollAreaContents"> | ||||||
|          <property name="text"> |        <property name="geometry"> | ||||||
|           <string>Live View</string> |         <rect> | ||||||
|          </property> |          <x>0</x> | ||||||
|          <property name="checked"> |          <y>0</y> | ||||||
|           <bool>true</bool> |          <width>182</width> | ||||||
|          </property> |          <height>506</height> | ||||||
|         </widget> |         </rect> | ||||||
|        </item> |        </property> | ||||||
|        <item> |        <layout class="QVBoxLayout" name="verticalLayout_2"> | ||||||
|         <widget class="QRadioButton" name="archiveViewRadioButton"> |         <property name="leftMargin"> | ||||||
|          <property name="text"> |          <number>0</number> | ||||||
|           <string>Archive View</string> |         </property> | ||||||
|          </property> |         <property name="topMargin"> | ||||||
|         </widget> |          <number>0</number> | ||||||
|        </item> |         </property> | ||||||
|        <item> |         <property name="rightMargin"> | ||||||
|         <widget class="QDateEdit" name="dateEdit"> |          <number>0</number> | ||||||
|          <property name="correctionMode"> |         </property> | ||||||
|           <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |         <property name="bottomMargin"> | ||||||
|          </property> |          <number>0</number> | ||||||
|          <property name="minimumDateTime"> |         </property> | ||||||
|           <datetime> |         <item> | ||||||
|            <hour>0</hour> |          <widget class="QGroupBox" name="timelineGroupBox"> | ||||||
|            <minute>0</minute> |           <property name="title"> | ||||||
|            <second>0</second> |            <string>Timeline</string> | ||||||
|            <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> | ||||||
|           <property name="topMargin"> |           <layout class="QVBoxLayout" name="verticalLayout_6"> | ||||||
|            <number>0</number> |            <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="0" column="0"> | ||||||
|  |                <widget class="QLabel" name="loopTimeLabel"> | ||||||
|  |                 <property name="text"> | ||||||
|  |                  <string>Loop Time</string> | ||||||
|  |                 </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="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="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> | ||||||
|  |              </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> | ||||||
|  |         </item> | ||||||
|  |         <item> | ||||||
|  |          <spacer name="verticalSpacer"> | ||||||
|  |           <property name="orientation"> | ||||||
|  |            <enum>Qt::Vertical</enum> | ||||||
|           </property> |           </property> | ||||||
|           <property name="rightMargin"> |           <property name="sizeHint" stdset="0"> | ||||||
|            <number>0</number> |            <size> | ||||||
|  |             <width>20</width> | ||||||
|  |             <height>40</height> | ||||||
|  |            </size> | ||||||
|           </property> |           </property> | ||||||
|           <property name="bottomMargin"> |          </spacer> | ||||||
|            <number>0</number> |         </item> | ||||||
|           </property> |        </layout> | ||||||
|           <item> |       </widget> | ||||||
|            <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="0" column="0"> |  | ||||||
|            <widget class="QLabel" name="loopTimeLabel"> |  | ||||||
|             <property name="text"> |  | ||||||
|              <string>Loop Time</string> |  | ||||||
|             </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="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="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> |  | ||||||
|          </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> |      </widget> | ||||||
|     </item> |     </item> | ||||||
|     <item> |  | ||||||
|      <spacer name="verticalSpacer"> |  | ||||||
|       <property name="orientation"> |  | ||||||
|        <enum>Qt::Vertical</enum> |  | ||||||
|       </property> |  | ||||||
|       <property name="sizeHint" stdset="0"> |  | ||||||
|        <size> |  | ||||||
|         <width>20</width> |  | ||||||
|         <height>40</height> |  | ||||||
|        </size> |  | ||||||
|       </property> |  | ||||||
|      </spacer> |  | ||||||
|     </item> |  | ||||||
|    </layout> |    </layout> | ||||||
|   </widget> |   </widget> | ||||||
|  </widget> |  </widget> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat