mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 02:20:04 +00:00 
			
		
		
		
	Move timeline to Radar Toolbox
This commit is contained in:
		
							parent
							
								
									6a92e7601e
								
							
						
					
					
						commit
						35ac8bb55b
					
				
					 4 changed files with 295 additions and 344 deletions
				
			
		|  | @ -66,6 +66,7 @@ public: | |||
|        level2ProductsGroup_ {nullptr}, | ||||
|        level2SettingsGroup_ {nullptr}, | ||||
|        level3ProductsGroup_ {nullptr}, | ||||
|        timelineGroup_ {nullptr}, | ||||
|        level2ProductsWidget_ {nullptr}, | ||||
|        level2SettingsWidget_ {nullptr}, | ||||
|        level3ProductsWidget_ {nullptr}, | ||||
|  | @ -151,6 +152,7 @@ public: | |||
|    ui::CollapsibleGroup*     level2ProductsGroup_; | ||||
|    ui::CollapsibleGroup*     level2SettingsGroup_; | ||||
|    ui::CollapsibleGroup*     level3ProductsGroup_; | ||||
|    ui::CollapsibleGroup*     timelineGroup_; | ||||
|    ui::Level2ProductsWidget* level2ProductsWidget_; | ||||
|    ui::Level2SettingsWidget* level2SettingsWidget_; | ||||
| 
 | ||||
|  | @ -202,21 +204,13 @@ MainWindow::MainWindow(QWidget* parent) : | |||
|    p->alertDockWidget_->setVisible(false); | ||||
|    addDockWidget(Qt::BottomDockWidgetArea, p->alertDockWidget_); | ||||
| 
 | ||||
|    // Animation Dock Widget
 | ||||
|    p->animationDockWidget_ = new ui::AnimationDockWidget(this); | ||||
|    p->animationDockWidget_->setVisible(true); | ||||
|    addDockWidget(Qt::LeftDockWidgetArea, p->animationDockWidget_); | ||||
| 
 | ||||
|    // Configure Menu
 | ||||
|    ui->menuView->insertAction(ui->actionRadarToolbox, | ||||
|                               ui->radarToolboxDock->toggleViewAction()); | ||||
|    ui->radarToolboxDock->toggleViewAction()->setText(tr("Radar &Toolbox")); | ||||
|    ui->actionRadarToolbox->setVisible(false); | ||||
| 
 | ||||
|    ui->menuView->insertAction(ui->actionAnimationToolbox, | ||||
|                               p->animationDockWidget_->toggleViewAction()); | ||||
|    p->animationDockWidget_->toggleViewAction()->setText( | ||||
|       tr("A&nimation Toolbox")); | ||||
|    // Deprecated: Hide Animation Toolbox Selection
 | ||||
|    ui->actionAnimationToolbox->setVisible(false); | ||||
| 
 | ||||
|    ui->menuView->insertAction(ui->actionResourceExplorer, | ||||
|  | @ -287,6 +281,12 @@ MainWindow::MainWindow(QWidget* parent) : | |||
|    ui->radarToolboxScrollAreaContents->layout()->addWidget( | ||||
|       p->level2SettingsGroup_); | ||||
| 
 | ||||
|    // Timeline
 | ||||
|    p->timelineGroup_       = new ui::CollapsibleGroup(tr("Timeline"), this); | ||||
|    p->animationDockWidget_ = new ui::AnimationDockWidget(this); | ||||
|    p->timelineGroup_->GetContentsLayout()->addWidget(p->animationDockWidget_); | ||||
|    ui->radarToolboxScrollAreaContents->layout()->addWidget(p->timelineGroup_); | ||||
| 
 | ||||
|    // Reset toolbox spacer at the bottom
 | ||||
|    ui->radarToolboxScrollAreaContents->layout()->removeItem( | ||||
|       ui->radarToolboxSpacer); | ||||
|  |  | |||
|  | @ -51,7 +51,7 @@ public: | |||
| }; | ||||
| 
 | ||||
| AnimationDockWidget::AnimationDockWidget(QWidget* parent) : | ||||
|     QDockWidget(parent), | ||||
|     QFrame(parent), | ||||
|     p {std::make_unique<AnimationDockWidgetImpl>(this)}, | ||||
|     ui(new Ui::AnimationDockWidget) | ||||
| { | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 
 | ||||
| #include <chrono> | ||||
| 
 | ||||
| #include <QDockWidget> | ||||
| #include <QFrame> | ||||
| 
 | ||||
| namespace Ui | ||||
| { | ||||
|  | @ -20,7 +20,7 @@ namespace ui | |||
| 
 | ||||
| class AnimationDockWidgetImpl; | ||||
| 
 | ||||
| class AnimationDockWidget : public QDockWidget | ||||
| class AnimationDockWidget : public QFrame | ||||
| { | ||||
|    Q_OBJECT | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,353 +1,304 @@ | |||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <ui version="4.0"> | ||||
|  <class>AnimationDockWidget</class> | ||||
|  <widget class="QDockWidget" name="AnimationDockWidget"> | ||||
|  <widget class="QFrame" name="AnimationDockWidget"> | ||||
|   <property name="geometry"> | ||||
|    <rect> | ||||
|     <x>0</x> | ||||
|     <y>0</y> | ||||
|     <width>200</width> | ||||
|     <height>543</height> | ||||
|     <width>189</width> | ||||
|     <height>264</height> | ||||
|    </rect> | ||||
|   </property> | ||||
|   <property name="windowTitle"> | ||||
|    <string>Animation Toolbox</string> | ||||
|   <property name="frameShape"> | ||||
|    <enum>QFrame::StyledPanel</enum> | ||||
|   </property> | ||||
|   <widget class="QWidget" name="dockWidgetContents"> | ||||
|    <layout class="QVBoxLayout" name="verticalLayout"> | ||||
|     <item> | ||||
|      <widget class="QScrollArea" name="scrollArea"> | ||||
|       <property name="frameShape"> | ||||
|        <enum>QFrame::NoFrame</enum> | ||||
|       </property> | ||||
|       <property name="lineWidth"> | ||||
|   <property name="frameShadow"> | ||||
|    <enum>QFrame::Raised</enum> | ||||
|   </property> | ||||
|   <layout class="QVBoxLayout" name="verticalLayout_3"> | ||||
|    <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="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="horizontalScrollBarPolicy"> | ||||
|        <enum>Qt::ScrollBarAlwaysOff</enum> | ||||
|       <property name="topMargin"> | ||||
|        <number>0</number> | ||||
|       </property> | ||||
|       <property name="widgetResizable"> | ||||
|        <bool>true</bool> | ||||
|       <property name="rightMargin"> | ||||
|        <number>0</number> | ||||
|       </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 name="bottomMargin"> | ||||
|        <number>0</number> | ||||
|       </property> | ||||
|       <item> | ||||
|        <widget class="QTimeEdit" name="timeEdit"> | ||||
|         <property name="correctionMode"> | ||||
|          <enum>QAbstractSpinBox::CorrectToNearestValue</enum> | ||||
|         </property> | ||||
|         <property name="topMargin"> | ||||
|          <number>0</number> | ||||
|         <property name="displayFormat"> | ||||
|          <string>HH:mm</string> | ||||
|         </property> | ||||
|         <property name="rightMargin"> | ||||
|          <number>0</number> | ||||
|        </widget> | ||||
|       </item> | ||||
|       <item> | ||||
|        <widget class="QLabel" name="label"> | ||||
|         <property name="text"> | ||||
|          <string>UTC</string> | ||||
|         </property> | ||||
|         <property name="bottomMargin"> | ||||
|          <number>0</number> | ||||
|        </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> | ||||
|         <item> | ||||
|          <widget class="QGroupBox" name="timelineGroupBox"> | ||||
|           <property name="title"> | ||||
|            <string>Timeline</string> | ||||
|           </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> | ||||
|               <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="sizeHint" stdset="0"> | ||||
|            <size> | ||||
|             <width>20</width> | ||||
|             <height>40</height> | ||||
|            </size> | ||||
|           </property> | ||||
|          </spacer> | ||||
|         </item> | ||||
|        </layout> | ||||
|       </widget> | ||||
|      </widget> | ||||
|     </item> | ||||
|    </layout> | ||||
|   </widget> | ||||
|         <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="1" column="0"> | ||||
|        <widget class="QLabel" name="loopSpeedLabel"> | ||||
|         <property name="text"> | ||||
|          <string>Loop Speed</string> | ||||
|         </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> | ||||
|       <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="0" column="0"> | ||||
|        <widget class="QLabel" name="loopTimeLabel"> | ||||
|         <property name="text"> | ||||
|          <string>Loop Time</string> | ||||
|         </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> | ||||
|  <resources> | ||||
|   <include location="../../../../scwx-qt.qrc"/> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat