print('\nUser command file for button hiding found\n')

# import the handlerfile to get reference to it's libraries.
# use <screenname>_handler
import qtdragon_handler as SELF

###############################################
# add hook to add a status request
###############################################

self.w.action_flood.hide()
self.w.btn_ref_laser.hide()
self.w.btn_laser_on.hide()
