We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82e38c commit dd335caCopy full SHA for dd335ca
src/uicomponents/CMakeLists.txt
@@ -12,6 +12,7 @@ set(MODULE_QML_FILES
12
CustomMenuSeparator.qml
13
CustomDialog.qml
14
CustomMessageDialog.qml
15
+ IconLabel.qml
16
internal/CustomDialogButtonBox.qml
17
)
18
set(MODULE_SRC
src/uicomponents/IconLabel.qml
@@ -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