Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MenuItem to copy filePath to the clipboard #5

Open
GoAlexander opened this issue Dec 24, 2016 · 1 comment
Open

MenuItem to copy filePath to the clipboard #5

GoAlexander opened this issue Dec 24, 2016 · 1 comment

Comments

@GoAlexander
Copy link
Contributor

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant