1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-05-01 20:42:30 +02:00

feat: added key bindings and help dialog

This commit is contained in:
wyzula-jan
2023-09-08 17:23:15 +02:00
parent ea64afdbc5
commit ade893d33d
3 changed files with 153 additions and 13 deletions
+29 -3
View File
@@ -150,10 +150,36 @@
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_test">
<property name="text">
<string>stream test</string>
<widget class="QGroupBox" name="groupBox_4">
<property name="title">
<string>Help</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="label_mask">
<property name="text">
<string>No Mask</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_help">
<property name="text">
<string>Help</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_test">
<property name="text">
<string>Simulated Stream</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>