Skip to content

Commit 9daa483

Browse files
committed
qtdragon/hd -add an error message recall button
1 parent 8557361 commit 9daa483

2 files changed

Lines changed: 127 additions & 3 deletions

File tree

share/qtvcp/screens/qtdragon/qtdragon.ui

Lines changed: 64 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3110,7 +3110,7 @@ PLATE</string>
31103110
<enum>QFrame::Raised</enum>
31113111
</property>
31123112
<property name="currentIndex">
3113-
<number>9</number>
3113+
<number>0</number>
31143114
</property>
31153115
<widget class="QWidget" name="stackedWidget_mainTabPage1">
31163116
<layout class="QHBoxLayout" name="horizontalLayout_3">
@@ -5589,6 +5589,68 @@ TO FILE</string>
55895589
</property>
55905590
</spacer>
55915591
</item>
5592+
<item>
5593+
<widget class="IndicatedPushButton" name="btn_select_log_2">
5594+
<property name="sizePolicy">
5595+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
5596+
<horstretch>0</horstretch>
5597+
<verstretch>0</verstretch>
5598+
</sizepolicy>
5599+
</property>
5600+
<property name="minimumSize">
5601+
<size>
5602+
<width>80</width>
5603+
<height>50</height>
5604+
</size>
5605+
</property>
5606+
<property name="maximumSize">
5607+
<size>
5608+
<width>80</width>
5609+
<height>50</height>
5610+
</size>
5611+
</property>
5612+
<property name="text">
5613+
<string>Recall
5614+
Error</string>
5615+
</property>
5616+
<property name="checkable">
5617+
<bool>false</bool>
5618+
</property>
5619+
<property name="checked">
5620+
<bool>false</bool>
5621+
</property>
5622+
<property name="indicator_option" stdset="0">
5623+
<bool>false</bool>
5624+
</property>
5625+
<property name="checked_state_text_option" stdset="0">
5626+
<bool>false</bool>
5627+
</property>
5628+
<property name="python_command_option" stdset="0">
5629+
<bool>true</bool>
5630+
</property>
5631+
<property name="on_color" stdset="0">
5632+
<color>
5633+
<red>0</red>
5634+
<green>255</green>
5635+
<blue>0</blue>
5636+
</color>
5637+
</property>
5638+
<property name="true_state_string" stdset="0">
5639+
<string>SYSTEM
5640+
LOG</string>
5641+
</property>
5642+
<property name="false_state_string" stdset="0">
5643+
<string>MACHINE
5644+
LOG</string>
5645+
</property>
5646+
<property name="true_python_cmd_string" stdset="0">
5647+
<string>INSTANCE._NOTICE.show_last()</string>
5648+
</property>
5649+
<property name="false_python_cmd_string" stdset="0">
5650+
<string/>
5651+
</property>
5652+
</widget>
5653+
</item>
55925654
</layout>
55935655
</widget>
55945656
</item>
@@ -16230,7 +16292,7 @@ ZERO</string>
1623016292
<number>2</number>
1623116293
</property>
1623216294
<property name="text">
16233-
<string>05:56:14 PM</string>
16295+
<string>05:02:53 PM</string>
1623416296
</property>
1623516297
<property name="alignment">
1623616298
<set>Qt::AlignCenter</set>

share/qtvcp/screens/qtdragon_hd/qtdragon_hd.ui

Lines changed: 63 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3724,6 +3724,68 @@ TO FILE</string>
37243724
</property>
37253725
</spacer>
37263726
</item>
3727+
<item>
3728+
<widget class="IndicatedPushButton" name="btn_select_log_2">
3729+
<property name="sizePolicy">
3730+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
3731+
<horstretch>0</horstretch>
3732+
<verstretch>0</verstretch>
3733+
</sizepolicy>
3734+
</property>
3735+
<property name="minimumSize">
3736+
<size>
3737+
<width>80</width>
3738+
<height>50</height>
3739+
</size>
3740+
</property>
3741+
<property name="maximumSize">
3742+
<size>
3743+
<width>80</width>
3744+
<height>50</height>
3745+
</size>
3746+
</property>
3747+
<property name="text">
3748+
<string>Recall
3749+
Error</string>
3750+
</property>
3751+
<property name="checkable">
3752+
<bool>false</bool>
3753+
</property>
3754+
<property name="checked">
3755+
<bool>false</bool>
3756+
</property>
3757+
<property name="indicator_option" stdset="0">
3758+
<bool>false</bool>
3759+
</property>
3760+
<property name="checked_state_text_option" stdset="0">
3761+
<bool>false</bool>
3762+
</property>
3763+
<property name="python_command_option" stdset="0">
3764+
<bool>true</bool>
3765+
</property>
3766+
<property name="on_color" stdset="0">
3767+
<color>
3768+
<red>0</red>
3769+
<green>255</green>
3770+
<blue>0</blue>
3771+
</color>
3772+
</property>
3773+
<property name="true_state_string" stdset="0">
3774+
<string>SYSTEM
3775+
LOG</string>
3776+
</property>
3777+
<property name="false_state_string" stdset="0">
3778+
<string>MACHINE
3779+
LOG</string>
3780+
</property>
3781+
<property name="true_python_cmd_string" stdset="0">
3782+
<string>INSTANCE._NOTICE.show_last()</string>
3783+
</property>
3784+
<property name="false_python_cmd_string" stdset="0">
3785+
<string/>
3786+
</property>
3787+
</widget>
3788+
</item>
37273789
</layout>
37283790
</widget>
37293791
</item>
@@ -15639,7 +15701,7 @@ ANGULAR</string>
1563915701
<number>2</number>
1564015702
</property>
1564115703
<property name="text">
15642-
<string>11:13:29 PM</string>
15704+
<string>04:52:10 PM</string>
1564315705
</property>
1564415706
<property name="alignment">
1564515707
<set>Qt::AlignCenter</set>

0 commit comments

Comments
 (0)