Force placefile refresh button

This commit is contained in:
Dan Paulat 2023-11-05 06:32:47 -06:00
parent e43dcb9a6b
commit 66ef65fe2f
4 changed files with 51 additions and 1 deletions

View file

@ -84,7 +84,17 @@
<bool>false</bool>
</property>
<property name="text">
<string>&amp;Remove</string>
<string>R&amp;emove</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="refreshButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;Refresh</string>
</property>
</widget>
</item>