Have a question or need help? Ask here. Whether it’s setup, syncing, hardware, or general usage — the community is here for you.
Hi, as the title says I want to place an image inside the form and that it appears when I take the data in my cell phone. I have tried html widget but it does not work.
The image is in local path, in a folder inside my “project” folder that says “logo” and my image is called “imagen-logo.png”.
I would be grateful if you could give me suggestions on what I can do or if it is possible to do it? Thanks in advance.
Imported from GitHub discussion by @nes74-bh on 2024-09-10T17:21:13Z
How to check the error logs from the qfield application
Since we don’t have steps to run / debug the application , is there any possible way there to check logs
- I’m trying to make some modifications in the Qfield , For that need check error logs
- How & Where we can add print statements
- How we can check error logs with the final output build of applications
Thanks & Regards
Ajith
Imported from GitHub discussion by @ajithandro on 2024-08-02T05:55:06Z
Generally it’s easiest to develop on a desktop system. With the steps from the dev docs it’s possible to get a desktop build. If starting the app in a terminal session, output is visible. On android there is also the logcat command from adb.
Since we don’t have steps to run / debug the application
I’m not sure I understand. Using qtcreator it’s perfectly possible to build, run and debug.
For adding more debug statements, best refer to the qt logging documentation which is quite comprehensive.
Imported from GitHub comment by @m-kuhn on 2024-08-11T08:49:20Z
Hello m-kuhn ,
Thanks for the reply, Tried with the Qt Creator, Checked about importing the existing project process, and saw the reference that you shared https://github.com/opengisch/QField/discussions/4095#discussioncomment-5517598 ,
Imported the project using CMakeLists.txt file and everything got setup and files are displayed but facing an issue like the build configuration is currently disabled in qt creator, Can you help me to move from this?
Thanks
Imported from GitHub comment by @ajithandro on 2024-08-13T15:05:50Z
I have written a bit better documentation Add developer walkthrough for IDE setup by m-kuhn · Pull Request #5573 · opengisch/QField · GitHub can you give that a try, see if it works for you and report back any need for improvements?
Imported from GitHub comment by @m-kuhn on 2024-08-17T07:39:37Z
I am trying to create form in QGIS for Qfield?
Hi Desmond, that is fantastic. And what is the exact question? How to create a form? Have a look at the great documentation : [Get started - QField Ecosystem Documentation](https://QField Documentation)
Hi, as the title says I want to place an image inside the form and that it appears when I take the data in my cell phone. I have tried html widget but it does not work.
The image is in local path, in a folder inside my “project” folder that says “logo” and my image is called “imagen-logo.png”.
I would be grateful if you could give me suggestions on what I can do or if it is possible to do it? Thanks in advance.
Imported from GitHub discussion by @nes74-bh on 2024-09-10T17:21:13Z
Did you set your project in Qgis with relative paths rather than absolute paths ?
Imported from GitHub comment by @VxTedxV on 2024-09-11T02:44:27Z
nes74-bh , I’d suggest going for a QML widget here, it integrates much better with feature form. HTML widgets will have weird overlay issues as soon as you scroll your form.
Imported from GitHub comment by @nirvn on 2024-09-11T03:18:22Z