mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 22:57:25 -04:00
Replacing checkbox, using default values from component
This commit is contained in:
committed by
moneromooo-monero
parent
5028491ab3
commit
af9e4e86f0
@@ -32,7 +32,7 @@ import QtQuick.Layouts 1.1
|
||||
RowLayout {
|
||||
id: checkBox
|
||||
property alias text: label.text
|
||||
property string checkedIcon
|
||||
property string checkedIcon: "../images/checkedIcon-black.png"
|
||||
property string uncheckedIcon
|
||||
property bool checked: false
|
||||
property alias background: backgroundRect.color
|
||||
|
||||
Reference in New Issue
Block a user