qmlfrontend/qml.qrc
author Wuzzy <Wuzzy2@mail.ru>
Thu, 15 Feb 2018 13:49:14 +0100
changeset 13007 8a8aaaf97a95
parent 12854 28cb18c5e712
child 12861 488782d9aba9
permissions -rw-r--r--
The rottags key alone now toggles hog tags; preecise+rottags is used to cycle tags I figured that the toggling hog tags on and off is a bit more important than changing the tag types, because you sometimes run into a hog whose tags block your view, so a 1-key press is helpful. On the other hand, you probably only want to changing the tag types in the game once (if at all).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12854
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     1
<!DOCTYPE RCC>
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     2
<RCC version="1.0">
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     3
    <qresource prefix="/">
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     4
        <file>main.qml</file>
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     5
        <file>Page1.qml</file>
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     6
        <file>Page1Form.ui.qml</file>
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     7
        <file>qtquickcontrols2.conf</file>
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     8
    </qresource>
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     9
</RCC>