harbour-tIDE
harbour-tIDE copied to clipboard
MenuItem to copy filePath to the clipboard
MenuItem {
visible: (filePath == "") ? false : true
text: filePath
onClicked: Clipboard.text = filePath;
font.pixelSize: Theme.fontSizeTiny
color: Theme.highlightColor
}
I posted it here (not as pull request) because I don`t know your ideas about UI design :)