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

qml: display caret pos in status bar #15

Closed
gwenzek opened this issue Nov 5, 2015 · 3 comments
Closed

qml: display caret pos in status bar #15

gwenzek opened this issue Nov 5, 2015 · 3 comments

Comments

@gwenzek
Copy link

gwenzek commented Nov 5, 2015

As stated on #14 I'd like to display the caret position inside the status bar.

I tried to add a signal going from the LimeView Mouse Area to the main view.
The signal is fired on mouse pressed, but it's not caught by the main view.

I tried another way to register the signal handler, with a Component.onCompleted but it doesn't seem to be called either.

It's my first experience with qml, so I may be missing something simple. I read various documentation on signals, and created a toy application with a similar structure without problem. So I don't know where to look next. Any help would be welcome.

@erbridge
Copy link
Contributor

erbridge commented Nov 6, 2015

I'm not very familiar with QML, either, but I don't see anything obviously wrong. Maybe @zoli might have some ideas?

@zoli
Copy link
Member

zoli commented Apr 13, 2016

I think we should listen to OnSelectionModified event in frontendView and from there set status bar

@zoli
Copy link
Member

zoli commented May 22, 2016

This is duplicate of #3.

@zoli zoli closed this as completed May 22, 2016
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

3 participants