harbour-tIDE icon indicating copy to clipboard operation
harbour-tIDE copied to clipboard

MenuItem to copy filePath to the clipboard

Open GoAlexander opened this issue 9 years ago • 1 comments

        MenuItem {
            visible: (filePath == "") ? false : true
            text: filePath
            onClicked: Clipboard.text = filePath;
            font.pixelSize: Theme.fontSizeTiny
            color: Theme.highlightColor
        }

GoAlexander avatar Dec 24 '16 14:12 GoAlexander

I posted it here (not as pull request) because I don`t know your ideas about UI design :)

GoAlexander avatar Dec 24 '16 14:12 GoAlexander