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

fix typo #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ch08-felgo/felgo.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ <h2>8.3. Hello World with Felgo<a class="headerlink" href="#hello-world-with-fel
<p>The code above should look familiar if you’ve worked through the earlier chapters introducing QML. There is a new import of <code class="docutils literal notranslate"><span class="pre">Felgo</span> <span class="pre">3.0</span></code> which includes every component of the FelgoSDK.</p>
<p>The root element is the <a class="reference external" href="https://felgo.com/doc/felgo-app/">App</a> element with a nested <a class="reference external" href="https://felgo.com/doc/felgo-navigationstack/">NavigationStack</a>. This component takes care of managing all the different <a class="reference external" href="https://felgo.com/doc/felgo-page/">Page</a> instances your application is going to present.</p>
<p>Within the Page you can find an <a class="reference external" href="https://felgo.com/doc/felgo-apptext/">AppText</a> element, which inherits from QtQuick.Text, but also manages proper font scaling. It offers a fontSize property that ensures the same physical size on all devices, avoiding the need to manually adapt the font.pixelSize setting of QtQuick.Text to the pixel density of your device.</p>
<p>In the Live Client view, you can you can change simulated resolutions or the application theme from the menu bar. You can test different screen formats and see how the app looks on an Android, iOS or Desktop device.</p>
<p>In the Live Client view, you can change simulated resolutions or the application theme from the menu bar. You can test different screen formats and see how the app looks on an Android, iOS or Desktop device.</p>
</div>
<div class="section" id="a-messaging-app">
<h2>8.4. A Messaging App<a class="headerlink" href="#a-messaging-app" title="Permalink to this headline">¶</a></h2>
Expand Down Expand Up @@ -935,4 +935,4 @@ <h2>8.6. Summary<a class="headerlink" href="#summary" title="Permalink to this h
</script>

</body>
</html>
</html>