|
|
|
@ -434,11 +434,79 @@ this.dispatchEvent(evObj);</string> |
|
|
|
|
<property name="sizeHint" stdset="0"> |
|
|
|
|
<size> |
|
|
|
|
<width>20</width> |
|
|
|
|
<height>82</height> |
|
|
|
|
<height>28</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
</spacer> |
|
|
|
|
</item> |
|
|
|
|
<item alignment="Qt::AlignHCenter"> |
|
|
|
|
<widget class="QStackedWidget" name="_status"> |
|
|
|
|
<property name="sizePolicy"> |
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
|
|
|
<horstretch>0</horstretch> |
|
|
|
|
<verstretch>0</verstretch> |
|
|
|
|
</sizepolicy> |
|
|
|
|
</property> |
|
|
|
|
<property name="currentIndex"> |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<widget class="QWidget" name="page_6"/> |
|
|
|
|
<widget class="QWidget" name="page_5"> |
|
|
|
|
<layout class="QGridLayout" name="gridLayout_9"> |
|
|
|
|
<item row="0" column="0" alignment="Qt::AlignHCenter"> |
|
|
|
|
<widget class="QLabel" name="label_6"> |
|
|
|
|
<property name="sizePolicy"> |
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
|
|
|
|
<horstretch>0</horstretch> |
|
|
|
|
<verstretch>0</verstretch> |
|
|
|
|
</sizepolicy> |
|
|
|
|
</property> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string><div style="font-size: xx-large">⌛</div></string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QWidget" name="page_3"> |
|
|
|
|
<layout class="QGridLayout" name="gridLayout"> |
|
|
|
|
<item row="0" column="0" alignment="Qt::AlignHCenter"> |
|
|
|
|
<widget class="QLabel" name="label_4"> |
|
|
|
|
<property name="sizePolicy"> |
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
|
|
|
|
<horstretch>0</horstretch> |
|
|
|
|
<verstretch>0</verstretch> |
|
|
|
|
</sizepolicy> |
|
|
|
|
</property> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string><div style="font-size: xx-large; color: green">✔</div></string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QWidget" name="page_4"> |
|
|
|
|
<layout class="QGridLayout" name="gridLayout_8"> |
|
|
|
|
<item row="0" column="0" alignment="Qt::AlignHCenter"> |
|
|
|
|
<widget class="QLabel" name="label_5"> |
|
|
|
|
<property name="sizePolicy"> |
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
|
|
|
|
<horstretch>0</horstretch> |
|
|
|
|
<verstretch>0</verstretch> |
|
|
|
|
</sizepolicy> |
|
|
|
|
</property> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string><div style="font-size: xx-large; color: red">✘</div></string> |
|
|
|
|
</property> |
|
|
|
|
<property name="scaledContents"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
@ -616,21 +684,33 @@ this.dispatchEvent(evObj);</string> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Open ...</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="shortcut"> |
|
|
|
|
<string>Ctrl+O</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="_actionSaveAs"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Save As ...</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="shortcut"> |
|
|
|
|
<string>Ctrl+Shift+S</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="_actionQuit"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Quit</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="shortcut"> |
|
|
|
|
<string>Ctrl+Q</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="_actionRun"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Run</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="shortcut"> |
|
|
|
|
<string>Ctrl+R</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="_actionRunLine"> |
|
|
|
|
<property name="text"> |
|
|
|
@ -660,6 +740,9 @@ this.dispatchEvent(evObj);</string> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Save</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="shortcut"> |
|
|
|
|
<string>Ctrl+S</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="_actionRevertToSaved"> |
|
|
|
|
<property name="enabled"> |
|
|
|
@ -668,6 +751,9 @@ this.dispatchEvent(evObj);</string> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Revert to saved</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="shortcut"> |
|
|
|
|
<string>Ctrl+R</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="_actionOpenSetupScript"> |
|
|
|
|
<property name="text"> |
|
|
|
@ -966,5 +1052,37 @@ this.dispatchEvent(evObj);</string> |
|
|
|
|
</hint> |
|
|
|
|
</hints> |
|
|
|
|
</connection> |
|
|
|
|
<connection> |
|
|
|
|
<sender>_actionQuit</sender> |
|
|
|
|
<signal>triggered()</signal> |
|
|
|
|
<receiver>TestGUI</receiver> |
|
|
|
|
<slot>close()</slot> |
|
|
|
|
<hints> |
|
|
|
|
<hint type="sourcelabel"> |
|
|
|
|
<x>-1</x> |
|
|
|
|
<y>-1</y> |
|
|
|
|
</hint> |
|
|
|
|
<hint type="destinationlabel"> |
|
|
|
|
<x>443</x> |
|
|
|
|
<y>589</y> |
|
|
|
|
</hint> |
|
|
|
|
</hints> |
|
|
|
|
</connection> |
|
|
|
|
<connection> |
|
|
|
|
<sender>_actionRun</sender> |
|
|
|
|
<signal>triggered()</signal> |
|
|
|
|
<receiver>_run</receiver> |
|
|
|
|
<slot>click()</slot> |
|
|
|
|
<hints> |
|
|
|
|
<hint type="sourcelabel"> |
|
|
|
|
<x>-1</x> |
|
|
|
|
<y>-1</y> |
|
|
|
|
</hint> |
|
|
|
|
<hint type="destinationlabel"> |
|
|
|
|
<x>299</x> |
|
|
|
|
<y>90</y> |
|
|
|
|
</hint> |
|
|
|
|
</hints> |
|
|
|
|
</connection> |
|
|
|
|
</connections> |
|
|
|
|
</ui> |
|
|
|
|