mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
431b5e07fe
- Theme: For theming, we're just defining some colors centrally for now - Units: This object provides dpi-corrected sizing in the form of gridUnit. The idea is to base gridUnit on the rendered font size, so the ui scales with text size. As this interpolates font size and dpi, the sizing is rather responsive. These are the basics, now we can kill lots of hardcoded pixel values. Signed-off-by: Sebastian Kügler <sebas@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
16 lines
509 B
Text
16 lines
509 B
Text
<RCC>
|
|
<qresource prefix="/qml">
|
|
<file>main.qml</file>
|
|
<file>TextButton.qml</file>
|
|
<file>Preferences.qml</file>
|
|
<file>DiveList.qml</file>
|
|
<file>DiveDetails.qml</file>
|
|
<file>DownloadFromDiveComputer.qml</file>
|
|
<file>Log.qml</file>
|
|
<file>TopBar.qml</file>
|
|
</qresource>
|
|
<qresource prefix="/qml/theme">
|
|
<file alias="Theme.qml">theme/Theme.qml</file>
|
|
<file alias="Units.qml" >theme/Units.qml</file>
|
|
</qresource>
|
|
</RCC>
|