add_vertical_line#

CommonWindowUtils.add_vertical_line(layout, top_spacer=None, bot_spacer=None)[source]#

Add a vertical line.

Parameters:
layout: QLayout

Layout object to add the label and toggle button to.

top_spacer: list, optional

Top spacer. Default is [0, 10].

bot_spacer: list, optional

Bottom, spacer. Default is [0, 10].