view libgui/src/resource.qrc @ 19437:f3c4b48f3c53 gui-release

add a preference for the default eol mode of new files (bug #43334) * file-editor-tab.cc (new_file): get eol mode from the settings or from the OS; (notice_settings): set visibility of eol chars depending on settings * settings-dialog.ui: new checkbox for showing eol chars, new combobox for the default eol mode * settings-dialog.cc (constructor): init preferences for showing eol chars and for the default eol mode from the settings; (write_changed_settings): write these new preferences to the settings files
author Torsten <ttl@justmail.de>
date Sat, 11 Oct 2014 11:05:53 +0200
parents f227bb47314f
children a8a5415b05cb
line wrap: on
line source

<RCC>
    <qresource prefix="/actions">
        <file>icons/artsbuilderexecute.png</file>
        <file>icons/editcopy.png</file>
        <file>icons/editcut.png</file>
        <file>icons/editdelete.png</file>
        <file>icons/editpaste.png</file>
        <file>icons/fileclose.png</file>
        <file>icons/filenew.png</file>
        <file>icons/fileopen.png</file>
        <file>icons/filesave.png</file>
        <file>icons/fileprint.png</file>
        <file>icons/folder.png</file>
        <file>icons/folder_documents.png</file>
        <file>icons/folder_new.png</file>
        <file>icons/home.png</file>
        <file>icons/ok.png</file>
        <file>icons/redo.png</file>
        <file>icons/reload.png</file>
        <file>icons/search.png</file>
        <file>icons/undo.png</file>
        <file>icons/up.png</file>
        <file>icons/configure.png</file>
        <file>icons/filesaveas.png</file>
        <file>icons/redled.png</file>
        <file>icons/arrow_right.png</file>
        <file>icons/arrow_left.png</file>
        <file>icons/arrow_up.png</file>
        <file>icons/arrow_down.png</file>
        <file>icons/bookmark.png</file>
        <file>icons/zoom-in.png</file>
        <file>icons/zoom-out.png</file>
        <file>icons/find.png</file>
        <file>icons/findf.png</file>
        <file>icons/gear.png</file>
        <file>icons/logo.png</file>
        <file>icons/bp_toggle.png</file>
        <file>icons/bp_rm_all.png</file>
        <file>icons/bp_prev.png</file>
        <file>icons/bp_next.png</file>
        <file>icons/db_cont.png</file>
        <file>icons/db_step.png</file>
        <file>icons/db_step_in.png</file>
        <file>icons/db_step_out.png</file>
        <file>icons/db_stop.png</file>
        <file>icons/letter_logo_FilesDockWidget.png</file>
        <file>icons/letter_logo_FileEditor.png</file>
        <file>icons/letter_logo_NewsDockWidget.png</file>
        <file>icons/letter_logo_TerminalDockWidget.png</file>
        <file>icons/letter_logo_HistoryDockWidget.png</file>
        <file>icons/letter_logo_WorkspaceView.png</file>
        <file>icons/letter_logo_DocumentationDockWidget.png</file>
        <file>icons/letter_logo_ReleaseWidget.png</file>
        <file>icons/graphic_logo_FilesDockWidget.png</file>
        <file>icons/graphic_logo_FileEditor.png</file>
        <file>icons/graphic_logo_NewsDockWidget.png</file>
        <file>icons/graphic_logo_TerminalDockWidget.png</file>
        <file>icons/graphic_logo_HistoryDockWidget.png</file>
        <file>icons/graphic_logo_WorkspaceView.png</file>
        <file>icons/graphic_logo_DocumentationDockWidget.png</file>
        <file>icons/graphic_logo_ReleaseWidget.png</file>
        <file>icons/warning.png</file>
        <file>icons/widget-close.png</file>
        <file>icons/widget-dock.png</file>
        <file>icons/widget-undock.png</file>
        <file>icons/widget-close-light.png</file>
        <file>icons/widget-dock-light.png</file>
        <file>icons/widget-undock-light.png</file>
    </qresource>
</RCC>