changed more pointers to smart pointers + added some tooltips for shortcuts
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
<layout class="QVBoxLayout" name="verticalLayout" stretch="1,1,1,0">
|
||||
<item>
|
||||
<widget class="QPushButton" name="pBRennen">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Strg+r</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Rennen</string>
|
||||
</property>
|
||||
@@ -26,6 +29,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pBTraining">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Strg+t</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Training</string>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user