-
Notifications
You must be signed in to change notification settings - Fork 0
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
Qt applications not working in my Kobo device. #1
Comments
Finally, I succeeded launching applications. But still there are some issues. My test program has only a button and if button clicked, displays a messagebox asks that want to close. After program is launched, screen is covered by very big text and images. It seems that the text and images on the original screen have been enlarged. |
@snoman88 did you solve it How did you get your build from docker to kobo? (I mean from docker back to host, then I guess you used NickelMenu to somehow launch your app?) |
Trying this as well. I'm getting a window (just one button to close the window) with @veso266 If you made the instructed /tmp volume mount you can use that to get from docker to host, then use ftp/usb to transfer it to Kobo. |
Okay, I got an application running. I made a With all this in place the image enlargement described by @snoman88 doesn't happen anymore and the application seems to be the correct size (I use a QML UI since it allows me to nicely react to the screen size). Now my only issues are that any taps on the screen are shared between the underlying nickel UI and my application, and both attempt to draw on the screen, resulting in a mishmash of nickel and my application. If I tap on my test application's quit button and guess where nickel's bottom buttons are I can launch my application, close it, and get back to regular behavior. I could probably get around these issues if I got a handle on the platform integration object in my application, but I'm not sure how to do that yet. I use NickelMenu's |
Hi
I successfully loaded this image , and wrote sample codes(Just loads a form with a label and a button) using QtCreator and built it.
It worked fine in my desktop.
I launched my app in Kobo device via NickelMenu, but application crushed just after loading.
Desktop: MS-Windows 10 + WSL2 + Ubuntu
Kobo: Kobo Aura One (ver. 4.31.19086)
Can you help to solve this problem?
The text was updated successfully, but these errors were encountered: