Utils: Use 'hr' for horizontal rule in layouts

More HTML-ish.

Change-Id: I45d2e474b2810f00422a03603aac125c6f845b81
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
hjk
2022-08-29 17:38:41 +02:00
parent bbbc90ee1d
commit 373032925d
8 changed files with 22 additions and 18 deletions

View File

@@ -137,7 +137,7 @@ AndroidSdkManagerWidget::AndroidSdkManagerWidget(AndroidConfig &config,
Column {
Row { tr("Channel:"), channelCheckbox },
obsoleteCheckBox,
HorizontalRule {},
hr,
showAvailableRadio,
showInstalledRadio,
showAllRadio,