mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 02:20:04 +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> | ||||
|      </property> | ||||
|      <item> | ||||
|       <widget class="QFrame" name="radarInfoFrame"> | ||||
|       <widget class="QScrollArea" name="radarToolboxScrollArea"> | ||||
|        <property name="frameShape"> | ||||
|         <enum>QFrame::StyledPanel</enum> | ||||
|         <enum>QFrame::NoFrame</enum> | ||||
|        </property> | ||||
|        <property name="frameShadow"> | ||||
|         <enum>QFrame::Raised</enum> | ||||
|        <property name="horizontalScrollBarPolicy"> | ||||
|         <enum>Qt::ScrollBarAlwaysOff</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 name="sizeAdjustPolicy"> | ||||
|         <enum>QAbstractScrollArea::AdjustToContents</enum> | ||||
|        </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 name="widgetResizable"> | ||||
|         <bool>true</bool> | ||||
|        </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 class="QWidget" name="radarToolboxScrollAreaContents"> | ||||
|         <property name="geometry"> | ||||
|          <rect> | ||||
|           <x>0</x> | ||||
|           <y>0</y> | ||||
|           <width>175</width> | ||||
|           <height>696</height> | ||||
|          </rect> | ||||
|         </property> | ||||
|         <layout class="QVBoxLayout" name="verticalLayout_6"> | ||||
|          <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="QFrame" name="radarInfoFrame"> | ||||
|            <property name="frameShape"> | ||||
|             <enum>QFrame::StyledPanel</enum> | ||||
|            </property> | ||||
|            <property name="frameShadow"> | ||||
|             <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> | ||||
|      </item> | ||||
|      <item> | ||||
|  | @ -258,19 +311,6 @@ | |||
|        </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> | ||||
|  |  | |||
|  | @ -7,7 +7,7 @@ | |||
|     <x>0</x> | ||||
|     <y>0</y> | ||||
|     <width>200</width> | ||||
|     <height>348</height> | ||||
|     <height>543</height> | ||||
|    </rect> | ||||
|   </property> | ||||
|   <property name="windowTitle"> | ||||
|  | @ -16,296 +16,336 @@ | |||
|   <widget class="QWidget" name="dockWidgetContents"> | ||||
|    <layout class="QVBoxLayout" name="verticalLayout"> | ||||
|     <item> | ||||
|      <widget class="QGroupBox" name="timelineGroupBox"> | ||||
|       <property name="title"> | ||||
|        <string>Timeline</string> | ||||
|      <widget class="QScrollArea" name="scrollArea"> | ||||
|       <property name="frameShape"> | ||||
|        <enum>QFrame::NoFrame</enum> | ||||
|       </property> | ||||
|       <layout class="QVBoxLayout" name="verticalLayout_6"> | ||||
|        <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 name="lineWidth"> | ||||
|        <number>0</number> | ||||
|       </property> | ||||
|       <property name="horizontalScrollBarPolicy"> | ||||
|        <enum>Qt::ScrollBarAlwaysOff</enum> | ||||
|       </property> | ||||
|       <property name="widgetResizable"> | ||||
|        <bool>true</bool> | ||||
|       </property> | ||||
|       <widget class="QWidget" name="scrollAreaContents"> | ||||
|        <property name="geometry"> | ||||
|         <rect> | ||||
|          <x>0</x> | ||||
|          <y>0</y> | ||||
|          <width>182</width> | ||||
|          <height>506</height> | ||||
|         </rect> | ||||
|        </property> | ||||
|        <layout class="QVBoxLayout" name="verticalLayout_2"> | ||||
|         <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="QGroupBox" name="timelineGroupBox"> | ||||
|           <property name="title"> | ||||
|            <string>Timeline</string> | ||||
|           </property> | ||||
|           <property name="topMargin"> | ||||
|            <number>0</number> | ||||
|           <layout class="QVBoxLayout" name="verticalLayout_6"> | ||||
|            <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 name="rightMargin"> | ||||
|            <number>0</number> | ||||
|           <property name="sizeHint" stdset="0"> | ||||
|            <size> | ||||
|             <width>20</width> | ||||
|             <height>40</height> | ||||
|            </size> | ||||
|           </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> | ||||
|          </spacer> | ||||
|         </item> | ||||
|        </layout> | ||||
|       </widget> | ||||
|      </widget> | ||||
|     </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> | ||||
|   </widget> | ||||
|  </widget> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat