How to align text in custom QWidgetAction with text in standard QAction?
-
Hi,
I have a menu that contains a standard checkableQAction, and below it two customQWidgetAction. EachQWidgetActionconsists of a QHBoxLayout with aQLabeland aQComboBoxas shown in the picture below.
I would like to align the texts of the
QLabelwith the text of the standardQAction, i.e. along the vertical horizontal line shown, using the left margin property of the layout.Where can I find the info to determine how wide the check box is, and the various margins in the
QActionmenu item?