Skip to content

Commit dd335ca

Browse files
committed
Add IconLabel to UI components
1 parent b82e38c commit dd335ca

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/uicomponents/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ set(MODULE_QML_FILES
1212
CustomMenuSeparator.qml
1313
CustomDialog.qml
1414
CustomMessageDialog.qml
15+
IconLabel.qml
1516
internal/CustomDialogButtonBox.qml
1617
)
1718
set(MODULE_SRC

src/uicomponents/IconLabel.qml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// SPDX-License-Identifier: GPL-3.0-or-later
2+
3+
import QtQuick
4+
import QtQuick.Controls.impl as Controls
5+
6+
Controls.IconLabel {}

0 commit comments

Comments
 (0)