retro-imager/qml.qrc
Floris Bos c1234d2ea2 Make buttons blue on keyboard navigation
- Make buttons blue when they have activeFocus to make it more
  clear which button has focus when using keyboard navation.
- By default most components only respond to 'space' on keyboard
  for pressing buttons and toggling checkboxes.
  Map Enter/Return (normal and keypad) as well.
2022-02-04 12:32:12 +01:00

39 lines
1.7 KiB
Text

<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>qtquickcontrols2.conf</file>
<file>icons/rpi-imager.ico</file>
<file>fonts/Roboto-Bold.ttf</file>
<file>fonts/Roboto-Light.ttf</file>
<file>fonts/Roboto-Regular.ttf</file>
<file>icons/ic_chevron_left_40px.svg</file>
<file>icons/ic_chevron_right_40px.svg</file>
<file>icons/ic_sd_storage_40px.svg</file>
<file>icons/ic_storage_40px.svg</file>
<file>icons/ic_usb_40px.svg</file>
<file>MsgPopup.qml</file>
<file>icons/use_custom.png</file>
<file>icons/erase.png</file>
<file>icons/cat_raspberry_pi_os.png</file>
<file>icons/cat_other_specific_purpose_operating_systems.png</file>
<file>icons/cat_other_general_purpose_operating_systems.png</file>
<file>icons/cat_misc_utility_images.png</file>
<file>icons/cat_media_players.png</file>
<file>icons/cat_emulation_and_games.png</file>
<file>OptionsPopup.qml</file>
<file>countries.txt</file>
<file>timezones.txt</file>
<file>UseSavedSettingsPopup.qml</file>
<file>icons/ic_info_16px.png</file>
<file>icons/ic_info_12px.png</file>
<file>keymap-layouts.txt</file>
<file>icons/ic_cog_red.svg</file>
<file>icons/cat_home_automation.png</file>
<file>icons/cat_language_specific_operating_systems.png</file>
<file>icons/cat_3d_printing.png</file>
<file>icons/logo_stacked_imager.png</file>
<file>qmlcomponents/ImButton.qml</file>
<file>qmlcomponents/ImCheckBox.qml</file>
<file>qmlcomponents/ImRadioButton.qml</file>
</qresource>
</RCC>