Changeset 50936 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 31, 2014 6:41:56 PM (11 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 77 added
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r50843 r50936 810 810 VirtualBox2.qrc_RCCFLAGS = -name BASIC2 811 811 ifeq ($(KBUILD_TARGET),darwin) 812 VirtualBox_SOURCES += VirtualBox1_hidpi.qrc 813 VirtualBox1_hidpi.qrc_RCCFLAGS = -name BASIC1_HIDPI 812 814 VirtualBox_SOURCES += VirtualBoxMac.qrc 813 815 VirtualBoxMac.qrc_RCCFLAGS = -name MAC -
trunk/src/VBox/Frontends/VirtualBox/VirtualBox1_hidpi.qrc
r50926 r50936 1 1 <RCC> 2 2 <qresource prefix="/"> 3 <file alias="os_archlinux.png">images/os_archlinux.png</file> 4 <file alias="os_archlinux_64.png">images/os_archlinux_64.png</file> 5 <file alias="os_debian.png">images/os_debian.png</file> 6 <file alias="os_debian_64.png">images/os_debian_64.png</file> 7 <file alias="os_dos.png">images/os_dos.png</file> 8 <file alias="os_fedora.png">images/os_fedora.png</file> 9 <file alias="os_fedora_64.png">images/os_fedora_64.png</file> 10 <file alias="os_freebsd.png">images/os_freebsd.png</file> 11 <file alias="os_freebsd_64.png">images/os_freebsd_64.png</file> 12 <file alias="os_gentoo.png">images/os_gentoo.png</file> 13 <file alias="os_gentoo_64.png">images/os_gentoo_64.png</file> 14 <file alias="os_jrockitve.png">images/os_jrockitve.png</file> 15 <file alias="os_l4.png">images/os_l4.png</file> 16 <file alias="os_linux_other.png">images/os_linux_other.png</file> 17 <file alias="os_linux22.png">images/os_linux22.png</file> 18 <file alias="os_linux24.png">images/os_linux24.png</file> 19 <file alias="os_linux24_64.png">images/os_linux24_64.png</file> 20 <file alias="os_linux26.png">images/os_linux26.png</file> 21 <file alias="os_linux26_64.png">images/os_linux26_64.png</file> 22 <file alias="os_mandriva.png">images/os_mandriva.png</file> 23 <file alias="os_mandriva_64.png">images/os_mandriva_64.png</file> 24 <file alias="os_netbsd.png">images/os_netbsd.png</file> 25 <file alias="os_netbsd_64.png">images/os_netbsd_64.png</file> 26 <file alias="os_netware.png">images/os_netware.png</file> 27 <file alias="os_openbsd.png">images/os_openbsd.png</file> 28 <file alias="os_openbsd_64.png">images/os_openbsd_64.png</file> 29 <file alias="os_oraclesolaris.png">images/os_oraclesolaris.png</file> 30 <file alias="os_oraclesolaris_64.png">images/os_oraclesolaris_64.png</file> 31 <file alias="os_opensuse.png">images/os_opensuse.png</file> 32 <file alias="os_opensuse_64.png">images/os_opensuse_64.png</file> 33 <file alias="os_os2_other.png">images/os_os2_other.png</file> 34 <file alias="os_os2ecs.png">images/os_os2ecs.png</file> 35 <file alias="os_os2warp3.png">images/os_os2warp3.png</file> 36 <file alias="os_os2warp4.png">images/os_os2warp4.png</file> 37 <file alias="os_os2warp45.png">images/os_os2warp45.png</file> 38 <file alias="os_other.png">images/os_other.png</file> 39 <file alias="os_other_64.png">images/os_other_64.png</file> 40 <file alias="os_qnx.png">images/os_qnx.png</file> 41 <file alias="os_redhat.png">images/os_redhat.png</file> 42 <file alias="os_redhat_64.png">images/os_redhat_64.png</file> 43 <file alias="os_turbolinux.png">images/os_turbolinux.png</file> 44 <file alias="os_turbolinux_64.png">images/os_turbolinux_64.png</file> 45 <file alias="os_solaris.png">images/os_solaris.png</file> 46 <file alias="os_solaris_64.png">images/os_solaris_64.png</file> 47 <file alias="os_ubuntu.png">images/os_ubuntu.png</file> 48 <file alias="os_ubuntu_64.png">images/os_ubuntu_64.png</file> 49 <file alias="os_win_other.png">images/os_win_other.png</file> 50 <file alias="os_win2k.png">images/os_win2k.png</file> 51 <file alias="os_win2k3.png">images/os_win2k3.png</file> 52 <file alias="os_win2k3_64.png">images/os_win2k3_64.png</file> 53 <file alias="os_win2k8.png">images/os_win2k8.png</file> 54 <file alias="os_win2k8_64.png">images/os_win2k8_64.png</file> 55 <file alias="os_win2k12_64.png">images/os_win2k12_64.png</file> 56 <file alias="os_win31.png">images/os_win31.png</file> 57 <file alias="os_win7.png">images/os_win7.png</file> 58 <file alias="os_win7_64.png">images/os_win7_64.png</file> 59 <file alias="os_win8.png">images/os_win8.png</file> 60 <file alias="os_win8_64.png">images/os_win8_64.png</file> 61 <file alias="os_win95.png">images/os_win95.png</file> 62 <file alias="os_win98.png">images/os_win98.png</file> 63 <file alias="os_winme.png">images/os_winme.png</file> 64 <file alias="os_winnt4.png">images/os_winnt4.png</file> 65 <file alias="os_winvista.png">images/os_winvista.png</file> 66 <file alias="os_winvista_64.png">images/os_winvista_64.png</file> 67 <file alias="os_winxp.png">images/os_winxp.png</file> 68 <file alias="os_winxp_64.png">images/os_winxp_64.png</file> 69 <file alias="os_xandros.png">images/os_xandros.png</file> 70 <file alias="os_xandros_64.png">images/os_xandros_64.png</file> 71 <file alias="os_oracle.png">images/os_oracle.png</file> 72 <file alias="os_oracle_64.png">images/os_oracle_64.png</file> 73 <file alias="os_macosx.png">images/os_macosx.png</file> 74 <file alias="os_macosx_64.png">images/os_macosx_64.png</file> 75 <file alias="hd_16px.png">images/hd_16px.png</file> 76 <file alias="hd_24px.png">images/hd_24px.png</file> 77 <file alias="hd_32px.png">images/hd_32px.png</file> 78 <file alias="hd_disabled_16px.png">images/hd_disabled_16px.png</file> 79 <file alias="hd_settings_16px.png">images/hd_settings_16px.png</file> 80 <file alias="hd_settings_disabled_16px.png">images/hd_settings_disabled_16px.png</file> 81 <file alias="hd_read_16px.png">images/hd_read_16px.png</file> 82 <file alias="hd_write_16px.png">images/hd_write_16px.png</file> 83 <file alias="hd_add_16px.png">images/hd_add_16px.png</file> 84 <file alias="hd_add_disabled_16px.png">images/hd_add_disabled_16px.png</file> 85 <file alias="hd_copy_16px.png">images/hd_copy_16px.png</file> 86 <file alias="hd_copy_disabled_16px.png">images/hd_copy_disabled_16px.png</file> 87 <file alias="hd_copy_22px.png">images/hd_copy_22px.png</file> 88 <file alias="hd_copy_disabled_22px.png">images/hd_copy_disabled_22px.png</file> 89 <file alias="hd_modify_16px.png">images/hd_modify_16px.png</file> 90 <file alias="hd_modify_disabled_16px.png">images/hd_modify_disabled_16px.png</file> 91 <file alias="hd_modify_22px.png">images/hd_modify_22px.png</file> 92 <file alias="hd_modify_disabled_22px.png">images/hd_modify_disabled_22px.png</file> 93 <file alias="hd_new_16px.png">images/hd_new_16px.png</file> 94 <file alias="hd_new_disabled_16px.png">images/hd_new_disabled_16px.png</file> 95 <file alias="hd_release_16px.png">images/hd_release_16px.png</file> 96 <file alias="hd_release_disabled_16px.png">images/hd_release_disabled_16px.png</file> 97 <file alias="hd_release_22px.png">images/hd_release_22px.png</file> 98 <file alias="hd_release_disabled_22px.png">images/hd_release_disabled_22px.png</file> 99 <file alias="hd_remove_16px.png">images/hd_remove_16px.png</file> 100 <file alias="hd_remove_disabled_16px.png">images/hd_remove_disabled_16px.png</file> 101 <file alias="hd_remove_22px.png">images/hd_remove_22px.png</file> 102 <file alias="hd_remove_disabled_22px.png">images/hd_remove_disabled_22px.png</file> 103 <file alias="cd_16px.png">images/cd_16px.png</file> 104 <file alias="cd_disabled_16px.png">images/cd_disabled_16px.png</file> 105 <file alias="cd_read_16px.png">images/cd_read_16px.png</file> 106 <file alias="cd_write_16px.png">images/cd_write_16px.png</file> 107 <file alias="cd_unmount_16px.png">images/cd_unmount_16px.png</file> 108 <file alias="cd_unmount_disabled_16px.png">images/cd_unmount_disabled_16px.png</file> 109 <file alias="cd_add_16px.png">images/cd_add_16px.png</file> 110 <file alias="cd_add_disabled_16px.png">images/cd_add_disabled_16px.png</file> 111 <file alias="fd_16px.png">images/fd_16px.png</file> 112 <file alias="fd_disabled_16px.png">images/fd_disabled_16px.png</file> 113 <file alias="fd_read_16px.png">images/fd_read_16px.png</file> 114 <file alias="fd_write_16px.png">images/fd_write_16px.png</file> 115 <file alias="fd_unmount_16px.png">images/fd_unmount_16px.png</file> 116 <file alias="fd_unmount_disabled_16px.png">images/fd_unmount_disabled_16px.png</file> 117 <file alias="fd_add_16px.png">images/fd_add_16px.png</file> 118 <file alias="fd_add_disabled_16px.png">images/fd_add_disabled_16px.png</file> 119 <file alias="mouse_16px.png">images/mouse_16px.png</file> 120 <file alias="mouse_disabled_16px.png">images/mouse_disabled_16px.png</file> 121 <file alias="mouse_seamless_16px.png">images/mouse_seamless_16px.png</file> 122 <file alias="mouse_can_seamless_16px.png">images/mouse_can_seamless_16px.png</file> 123 <file alias="mouse_can_seamless_on_16px.png">images/mouse_can_seamless_on_16px.png</file> 124 <file alias="mouse_can_seamless_disabled_16px.png">images/mouse_can_seamless_disabled_16px.png</file> 125 <file alias="mouse_can_seamless_on_disabled_16px.png">images/mouse_can_seamless_on_disabled_16px.png</file> 126 <file alias="mouse_can_seamless_uncaptured_16px.png">images/mouse_can_seamless_uncaptured_16px.png</file> 127 <file alias="hostkey_16px.png">images/hostkey_16px.png</file> 128 <file alias="hostkey_24px.png">images/hostkey_24px.png</file> 129 <file alias="hostkey_32px.png">images/hostkey_32px.png</file> 130 <file alias="hostkey_disabled_16px.png">images/hostkey_disabled_16px.png</file> 131 <file alias="hostkey_pressed_16px.png">images/hostkey_pressed_16px.png</file> 132 <file alias="hostkey_captured_16px.png">images/hostkey_captured_16px.png</file> 133 <file alias="hostkey_captured_pressed_16px.png">images/hostkey_captured_pressed_16px.png</file> 134 <file alias="fullscreen_16px.png">images/fullscreen_16px.png</file> 135 <file alias="fullscreen_on_16px.png">images/fullscreen_on_16px.png</file> 136 <file alias="fullscreen_disabled_16px.png">images/fullscreen_disabled_16px.png</file> 137 <file alias="fullscreen_on_disabled_16px.png">images/fullscreen_on_disabled_16px.png</file> 138 <file alias="seamless_16px.png">images/seamless_16px.png</file> 139 <file alias="seamless_on_16px.png">images/seamless_on_16px.png</file> 140 <file alias="seamless_disabled_16px.png">images/seamless_disabled_16px.png</file> 141 <file alias="seamless_on_disabled_16px.png">images/seamless_on_disabled_16px.png</file> 142 <file alias="scale_16px.png">images/scale_16px.png</file> 143 <file alias="scale_on_16px.png">images/scale_on_16px.png</file> 144 <file alias="scale_disabled_16px.png">images/scale_disabled_16px.png</file> 145 <file alias="scale_on_disabled_16px.png">images/scale_on_disabled_16px.png</file> 146 <file alias="controller_add_16px.png">images/controller_add_16px.png</file> 147 <file alias="controller_add_disabled_16px.png">images/controller_add_disabled_16px.png</file> 148 <file alias="controller_remove_16px.png">images/controller_remove_16px.png</file> 149 <file alias="controller_remove_disabled_16px.png">images/controller_remove_disabled_16px.png</file> 150 <file alias="attachment_add_16px.png">images/attachment_add_16px.png</file> 151 <file alias="attachment_add_disabled_16px.png">images/attachment_add_disabled_16px.png</file> 152 <file alias="attachment_remove_16px.png">images/attachment_remove_16px.png</file> 153 <file alias="attachment_remove_disabled_16px.png">images/attachment_remove_disabled_16px.png</file> 154 <file alias="progress_state_save_90px.png">images/progress_state_save_90px.png</file> 155 <file alias="progress_state_restore_90px.png">images/progress_state_restore_90px.png</file> 156 <file alias="progress_import_90px.png">images/progress_import_90px.png</file> 157 <file alias="progress_export_90px.png">images/progress_export_90px.png</file> 158 <file alias="progress_install_guest_additions_90px.png">images/progress_install_guest_additions_90px.png</file> 159 <file alias="progress_start_90px.png">images/progress_start_90px.png</file> 160 <file alias="progress_poweroff_90px.png">images/progress_poweroff_90px.png</file> 161 <file alias="progress_delete_90px.png">images/progress_delete_90px.png</file> 162 <file alias="progress_media_create_90px.png">images/progress_media_create_90px.png</file> 163 <file alias="progress_media_delete_90px.png">images/progress_media_delete_90px.png</file> 164 <file alias="progress_network_interface_90px.png">images/progress_network_interface_90px.png</file> 165 <file alias="progress_reading_appliance_90px.png">images/progress_reading_appliance_90px.png</file> 166 <file alias="progress_refresh_90px.png">images/progress_refresh_90px.png</file> 167 <file alias="progress_snapshot_create_90px.png">images/progress_snapshot_create_90px.png</file> 168 <file alias="progress_snapshot_restore_90px.png">images/progress_snapshot_restore_90px.png</file> 169 <file alias="progress_snapshot_discard_90px.png">images/progress_snapshot_discard_90px.png</file> 170 <file alias="progress_clone_90px.png">images/progress_clone_90px.png</file> 171 <file alias="progress_dnd_gh_90px.png">images/progress_dnd_gh_90px.png</file> 172 <file alias="progress_dnd_hg_90px.png">images/progress_dnd_hg_90px.png</file> 173 <file alias="status_check_16px.png">images/status_check_16px.png</file> 174 <file alias="status_error_16px.png">images/status_error_16px.png</file> 175 <file alias="extension_pack_24px.png">images/extension_pack_24px.png</file> 176 <file alias="extension_pack_32px.png">images/extension_pack_32px.png</file> 177 <file alias="extension_pack_install_16px.png">images/extension_pack_install_16px.png</file> 178 <file alias="extension_pack_install_disabled_16px.png">images/extension_pack_install_disabled_16px.png</file> 179 <file alias="extension_pack_uninstall_16px.png">images/extension_pack_uninstall_16px.png</file> 180 <file alias="extension_pack_uninstall_disabled_16px.png">images/extension_pack_uninstall_disabled_16px.png</file> 181 <file alias="proxy_24px.png">images/proxy_24px.png</file> 182 <file alias="proxy_32px.png">images/proxy_32px.png</file> 183 <file alias="nw_error_16px.png">images/nw_error_16px.png</file> 184 <file alias="nw_loading_16px.png">images/nw_loading_16px.png</file> 185 <file alias="next_16px.png">images/next_16px.png</file> 186 <file alias="previous_16px.png">images/previous_16px.png</file> 187 <file alias="expanding_collapsing_16px.png">images/expanding_collapsing_16px.png</file> 188 <file alias="preview_empty_228x168px.png">images/preview_empty_228x168px.png</file> 189 <file alias="preview_full_228x168px.png">images/preview_full_228x168px.png</file> 190 <file alias="group_abstract_16px.png">images/group_abstract_16px.png</file> 191 <file alias="machine_abstract_16px.png">images/machine_abstract_16px.png</file> 192 <file alias="nw_settings_16px.png">images/nw_settings_16px.png</file> 193 <file alias="nw_settings_disabled_16px.png">images/nw_settings_disabled_16px.png</file> 194 <file alias="sf_settings_16px.png">images/sf_settings_16px.png</file> 195 <file alias="sf_settings_disabled_16px.png">images/sf_settings_disabled_16px.png</file> 196 <file alias="chipset_warning_16px.png">images/chipset_warning_16px.png</file> 197 <file alias="extension_pack_warning_16px.png">images/extension_pack_warning_16px.png</file> 198 <file alias="hd_warning_16px.png">images/hd_warning_16px.png</file> 199 <file alias="hostkey_warning_16px.png">images/hostkey_warning_16px.png</file> 200 <file alias="machine_warning_16px.png">images/machine_warning_16px.png</file> 201 <file alias="nw_warning_16px.png">images/nw_warning_16px.png</file> 202 <file alias="parallel_port_warning_16px.png">images/parallel_port_warning_16px.png</file> 203 <file alias="proxy_warning_16px.png">images/proxy_warning_16px.png</file> 204 <file alias="refresh_warning_16px.png">images/refresh_warning_16px.png</file> 205 <file alias="serial_port_warning_16px.png">images/serial_port_warning_16px.png</file> 206 <file alias="sf_warning_16px.png">images/sf_warning_16px.png</file> 207 <file alias="site_warning_16px.png">images/site_warning_16px.png</file> 208 <file alias="sound_warning_16px.png">images/sound_warning_16px.png</file> 209 <file alias="usb_warning_16px.png">images/usb_warning_16px.png</file> 210 <file alias="vrdp_warning_16px.png">images/vrdp_warning_16px.png</file> 211 <file alias="reset_warnings_16px.png">images/reset_warnings_16px.png</file> 212 <file alias="web_camera_16px.png">images/web_camera_16px.png</file> 213 <file alias="web_camera_disabled_16px.png">images/web_camera_disabled_16px.png</file> 3 <file alias="os_archlinux_hidpi.png">images/hidpi/os_archlinux_hidpi.png</file> 4 <file alias="os_archlinux_64_hidpi.png">images/hidpi/os_archlinux_64_hidpi.png</file> 5 <file alias="os_debian_hidpi.png">images/hidpi/os_debian_hidpi.png</file> 6 <file alias="os_debian_64_hidpi.png">images/hidpi/os_debian_64_hidpi.png</file> 7 <file alias="os_dos_hidpi.png">images/hidpi/os_dos_hidpi.png</file> 8 <file alias="os_fedora_hidpi.png">images/hidpi/os_fedora_hidpi.png</file> 9 <file alias="os_fedora_64_hidpi.png">images/hidpi/os_fedora_64_hidpi.png</file> 10 <file alias="os_freebsd_hidpi.png">images/hidpi/os_freebsd_hidpi.png</file> 11 <file alias="os_freebsd_64_hidpi.png">images/hidpi/os_freebsd_64_hidpi.png</file> 12 <file alias="os_gentoo_hidpi.png">images/hidpi/os_gentoo_hidpi.png</file> 13 <file alias="os_gentoo_64_hidpi.png">images/hidpi/os_gentoo_64_hidpi.png</file> 14 <file alias="os_jrockitve_hidpi.png">images/hidpi/os_jrockitve_hidpi.png</file> 15 <file alias="os_l4_hidpi.png">images/hidpi/os_l4_hidpi.png</file> 16 <file alias="os_linux_other_hidpi.png">images/hidpi/os_linux_other_hidpi.png</file> 17 <file alias="os_linux22_hidpi.png">images/hidpi/os_linux22_hidpi.png</file> 18 <file alias="os_linux24_hidpi.png">images/hidpi/os_linux24_hidpi.png</file> 19 <file alias="os_linux24_64_hidpi.png">images/hidpi/os_linux24_64_hidpi.png</file> 20 <file alias="os_linux26_hidpi.png">images/hidpi/os_linux26_hidpi.png</file> 21 <file alias="os_linux26_64_hidpi.png">images/hidpi/os_linux26_64_hidpi.png</file> 22 <file alias="os_mandriva_hidpi.png">images/hidpi/os_mandriva_hidpi.png</file> 23 <file alias="os_mandriva_64_hidpi.png">images/hidpi/os_mandriva_64_hidpi.png</file> 24 <file alias="os_netbsd_hidpi.png">images/hidpi/os_netbsd_hidpi.png</file> 25 <file alias="os_netbsd_64_hidpi.png">images/hidpi/os_netbsd_64_hidpi.png</file> 26 <file alias="os_netware_hidpi.png">images/hidpi/os_netware_hidpi.png</file> 27 <file alias="os_openbsd_hidpi.png">images/hidpi/os_openbsd_hidpi.png</file> 28 <file alias="os_openbsd_64_hidpi.png">images/hidpi/os_openbsd_64_hidpi.png</file> 29 <file alias="os_oraclesolaris_hidpi.png">images/hidpi/os_oraclesolaris_hidpi.png</file> 30 <file alias="os_oraclesolaris_64_hidpi.png">images/hidpi/os_oraclesolaris_64_hidpi.png</file> 31 <file alias="os_opensuse_hidpi.png">images/hidpi/os_opensuse_hidpi.png</file> 32 <file alias="os_opensuse_64_hidpi.png">images/hidpi/os_opensuse_64_hidpi.png</file> 33 <file alias="os_os2_other_hidpi.png">images/hidpi/os_os2_other_hidpi.png</file> 34 <file alias="os_os2ecs_hidpi.png">images/hidpi/os_os2ecs_hidpi.png</file> 35 <file alias="os_os2warp3_hidpi.png">images/hidpi/os_os2warp3_hidpi.png</file> 36 <file alias="os_os2warp4_hidpi.png">images/hidpi/os_os2warp4_hidpi.png</file> 37 <file alias="os_os2warp45_hidpi.png">images/hidpi/os_os2warp45_hidpi.png</file> 38 <file alias="os_other_hidpi.png">images/hidpi/os_other_hidpi.png</file> 39 <file alias="os_other_64_hidpi.png">images/hidpi/os_other_64_hidpi.png</file> 40 <file alias="os_qnx_hidpi.png">images/hidpi/os_qnx_hidpi.png</file> 41 <file alias="os_redhat_hidpi.png">images/hidpi/os_redhat_hidpi.png</file> 42 <file alias="os_redhat_64_hidpi.png">images/hidpi/os_redhat_64_hidpi.png</file> 43 <file alias="os_turbolinux_hidpi.png">images/hidpi/os_turbolinux_hidpi.png</file> 44 <file alias="os_turbolinux_64_hidpi.png">images/hidpi/os_turbolinux_64_hidpi.png</file> 45 <file alias="os_solaris_hidpi.png">images/hidpi/os_solaris_hidpi.png</file> 46 <file alias="os_solaris_64_hidpi.png">images/hidpi/os_solaris_64_hidpi.png</file> 47 <file alias="os_ubuntu_hidpi.png">images/hidpi/os_ubuntu_hidpi.png</file> 48 <file alias="os_ubuntu_64_hidpi.png">images/hidpi/os_ubuntu_64_hidpi.png</file> 49 <file alias="os_win_other_hidpi.png">images/hidpi/os_win_other_hidpi.png</file> 50 <file alias="os_win2k_hidpi.png">images/hidpi/os_win2k_hidpi.png</file> 51 <file alias="os_win2k3_hidpi.png">images/hidpi/os_win2k3_hidpi.png</file> 52 <file alias="os_win2k3_64_hidpi.png">images/hidpi/os_win2k3_64_hidpi.png</file> 53 <file alias="os_win2k8_hidpi.png">images/hidpi/os_win2k8_hidpi.png</file> 54 <file alias="os_win2k8_64_hidpi.png">images/hidpi/os_win2k8_64_hidpi.png</file> 55 <file alias="os_win2k12_64_hidpi.png">images/hidpi/os_win2k12_64_hidpi.png</file> 56 <file alias="os_win31_hidpi.png">images/hidpi/os_win31_hidpi.png</file> 57 <file alias="os_win7_hidpi.png">images/hidpi/os_win7_hidpi.png</file> 58 <file alias="os_win7_64_hidpi.png">images/hidpi/os_win7_64_hidpi.png</file> 59 <file alias="os_win8_hidpi.png">images/hidpi/os_win8_hidpi.png</file> 60 <file alias="os_win8_64_hidpi.png">images/hidpi/os_win8_64_hidpi.png</file> 61 <file alias="os_win95_hidpi.png">images/hidpi/os_win95_hidpi.png</file> 62 <file alias="os_win98_hidpi.png">images/hidpi/os_win98_hidpi.png</file> 63 <file alias="os_winme_hidpi.png">images/hidpi/os_winme_hidpi.png</file> 64 <file alias="os_winnt4_hidpi.png">images/hidpi/os_winnt4_hidpi.png</file> 65 <file alias="os_winvista_hidpi.png">images/hidpi/os_winvista_hidpi.png</file> 66 <file alias="os_winvista_64_hidpi.png">images/hidpi/os_winvista_64_hidpi.png</file> 67 <file alias="os_winxp_hidpi.png">images/hidpi/os_winxp_hidpi.png</file> 68 <file alias="os_winxp_64_hidpi.png">images/hidpi/os_winxp_64_hidpi.png</file> 69 <file alias="os_xandros_hidpi.png">images/hidpi/os_xandros_hidpi.png</file> 70 <file alias="os_xandros_64_hidpi.png">images/hidpi/os_xandros_64_hidpi.png</file> 71 <file alias="os_oracle_hidpi.png">images/hidpi/os_oracle_hidpi.png</file> 72 <file alias="os_oracle_64_hidpi.png">images/hidpi/os_oracle_64_hidpi.png</file> 73 <file alias="os_macosx_hidpi.png">images/hidpi/os_macosx_hidpi.png</file> 74 <file alias="os_macosx_64_hidpi.png">images/hidpi/os_macosx_64_hidpi.png</file> 214 75 </qresource> 215 76 </RCC>
Note:
See TracChangeset
for help on using the changeset viewer.