forked from qt-creator/qt-creator
ProjectExplorer: Use LabelPlacement::InExtraLabel as default in BaseBoolAspect
Change-Id: Iba1d44bf01b7364ce3b3787528fee184872d6927 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -65,7 +65,8 @@ public:
|
|||||||
void setDefaultValue(bool defaultValue);
|
void setDefaultValue(bool defaultValue);
|
||||||
|
|
||||||
enum class LabelPlacement { AtCheckBox, InExtraLabel };
|
enum class LabelPlacement { AtCheckBox, InExtraLabel };
|
||||||
void setLabel(const QString &label, LabelPlacement labelPlacement);
|
void setLabel(const QString &label,
|
||||||
|
LabelPlacement labelPlacement = LabelPlacement::InExtraLabel);
|
||||||
void setToolTip(const QString &tooltip);
|
void setToolTip(const QString &tooltip);
|
||||||
void setEnabled(bool enabled);
|
void setEnabled(bool enabled);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user