GUI: Change UI file to LF EOLs.

In previous commit I accidentally committed the UI file with CRLF EOLs.
This commit is contained in:
Kimmo Varis 2010-07-03 20:29:09 +03:00
parent 77a34643e2
commit 9296c717f3
1 changed files with 363 additions and 363 deletions

View File

@ -1,363 +1,363 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0"> <ui version="4.0">
<class>MainWindow</class> <class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow"> <widget class="QMainWindow" name="MainWindow">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>640</width> <width>640</width>
<height>480</height> <height>480</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>640</width> <width>640</width>
<height>480</height> <height>480</height>
</size> </size>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Cppcheck</string> <string>Cppcheck</string>
</property> </property>
<property name="iconSize"> <property name="iconSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
</size> </size>
</property> </property>
<widget class="QWidget" name="mCentral"> <widget class="QWidget" name="mCentral">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>16777215</width> <width>16777215</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout_2"> <layout class="QHBoxLayout" name="horizontalLayout_2">
<item> <item>
<widget class="ResultsView" name="mResults" native="true"/> <widget class="ResultsView" name="mResults" native="true"/>
</item> </item>
</layout> </layout>
</item> </item>
</layout> </layout>
</widget> </widget>
<widget class="QMenuBar" name="mMenuBar"> <widget class="QMenuBar" name="mMenuBar">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>640</width> <width>640</width>
<height>21</height> <height>21</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="mMenuFile"> <widget class="QMenu" name="mMenuFile">
<property name="title"> <property name="title">
<string>&amp;File</string> <string>&amp;File</string>
</property> </property>
<addaction name="mActionSave"/> <addaction name="mActionSave"/>
<addaction name="mActionQuit"/> <addaction name="mActionQuit"/>
</widget> </widget>
<widget class="QMenu" name="mMenuView"> <widget class="QMenu" name="mMenuView">
<property name="title"> <property name="title">
<string>&amp;View</string> <string>&amp;View</string>
</property> </property>
<widget class="QMenu" name="mMenuToolbars"> <widget class="QMenu" name="mMenuToolbars">
<property name="title"> <property name="title">
<string>&amp;Toolbars</string> <string>&amp;Toolbars</string>
</property> </property>
<addaction name="mActionToolBarMain"/> <addaction name="mActionToolBarMain"/>
<addaction name="mActionToolBarView"/> <addaction name="mActionToolBarView"/>
</widget> </widget>
<addaction name="mMenuToolbars"/> <addaction name="mMenuToolbars"/>
<addaction name="separator"/> <addaction name="separator"/>
<addaction name="mActionShowStyle"/> <addaction name="mActionShowStyle"/>
<addaction name="mActionShowErrors"/> <addaction name="mActionShowErrors"/>
<addaction name="mActionCheckAll"/> <addaction name="mActionCheckAll"/>
<addaction name="mActionUncheckAll"/> <addaction name="mActionUncheckAll"/>
<addaction name="separator"/> <addaction name="separator"/>
<addaction name="mActionCollapseAll"/> <addaction name="mActionCollapseAll"/>
<addaction name="mActionExpandAll"/> <addaction name="mActionExpandAll"/>
<addaction name="separator"/> <addaction name="separator"/>
</widget> </widget>
<widget class="QMenu" name="mMenuLanguage"> <widget class="QMenu" name="mMenuLanguage">
<property name="title"> <property name="title">
<string>&amp;Language</string> <string>&amp;Language</string>
</property> </property>
</widget> </widget>
<widget class="QMenu" name="mMenuHelp"> <widget class="QMenu" name="mMenuHelp">
<property name="title"> <property name="title">
<string>&amp;Help</string> <string>&amp;Help</string>
</property> </property>
<addaction name="mActionHelpContents"/> <addaction name="mActionHelpContents"/>
<addaction name="mActionLicense"/> <addaction name="mActionLicense"/>
<addaction name="mActionAuthors"/> <addaction name="mActionAuthors"/>
<addaction name="separator"/> <addaction name="separator"/>
<addaction name="mActionAbout"/> <addaction name="mActionAbout"/>
</widget> </widget>
<widget class="QMenu" name="mMenuCheck"> <widget class="QMenu" name="mMenuCheck">
<property name="title"> <property name="title">
<string>&amp;Check</string> <string>&amp;Check</string>
</property> </property>
<addaction name="mActionCheckFiles"/> <addaction name="mActionCheckFiles"/>
<addaction name="mActionCheckDirectory"/> <addaction name="mActionCheckDirectory"/>
<addaction name="mActionRecheck"/> <addaction name="mActionRecheck"/>
<addaction name="mActionStop"/> <addaction name="mActionStop"/>
</widget> </widget>
<widget class="QMenu" name="mMenuEdit"> <widget class="QMenu" name="mMenuEdit">
<property name="title"> <property name="title">
<string>&amp;Edit</string> <string>&amp;Edit</string>
</property> </property>
<addaction name="mActionClearResults"/> <addaction name="mActionClearResults"/>
<addaction name="mActionSettings"/> <addaction name="mActionSettings"/>
</widget> </widget>
<addaction name="mMenuFile"/> <addaction name="mMenuFile"/>
<addaction name="mMenuEdit"/> <addaction name="mMenuEdit"/>
<addaction name="mMenuView"/> <addaction name="mMenuView"/>
<addaction name="mMenuCheck"/> <addaction name="mMenuCheck"/>
<addaction name="mMenuLanguage"/> <addaction name="mMenuLanguage"/>
<addaction name="mMenuHelp"/> <addaction name="mMenuHelp"/>
</widget> </widget>
<widget class="QToolBar" name="mToolBarMain"> <widget class="QToolBar" name="mToolBarMain">
<property name="windowTitle"> <property name="windowTitle">
<string>Standard</string> <string>Standard</string>
</property> </property>
<attribute name="toolBarArea"> <attribute name="toolBarArea">
<enum>TopToolBarArea</enum> <enum>TopToolBarArea</enum>
</attribute> </attribute>
<attribute name="toolBarBreak"> <attribute name="toolBarBreak">
<bool>false</bool> <bool>false</bool>
</attribute> </attribute>
<addaction name="mActionCheckDirectory"/> <addaction name="mActionCheckDirectory"/>
<addaction name="mActionSave"/> <addaction name="mActionSave"/>
<addaction name="mActionRecheck"/> <addaction name="mActionRecheck"/>
<addaction name="mActionStop"/> <addaction name="mActionStop"/>
<addaction name="mActionClearResults"/> <addaction name="mActionClearResults"/>
<addaction name="mActionSettings"/> <addaction name="mActionSettings"/>
<addaction name="mActionAbout"/> <addaction name="mActionAbout"/>
</widget> </widget>
<widget class="QToolBar" name="mToolBarView"> <widget class="QToolBar" name="mToolBarView">
<property name="windowTitle"> <property name="windowTitle">
<string>Categories</string> <string>Categories</string>
</property> </property>
<attribute name="toolBarArea"> <attribute name="toolBarArea">
<enum>TopToolBarArea</enum> <enum>TopToolBarArea</enum>
</attribute> </attribute>
<attribute name="toolBarBreak"> <attribute name="toolBarBreak">
<bool>false</bool> <bool>false</bool>
</attribute> </attribute>
<addaction name="mActionShowErrors"/> <addaction name="mActionShowErrors"/>
<addaction name="mActionShowStyle"/> <addaction name="mActionShowStyle"/>
</widget> </widget>
<action name="mActionLicense"> <action name="mActionLicense">
<property name="text"> <property name="text">
<string>&amp;License...</string> <string>&amp;License...</string>
</property> </property>
</action> </action>
<action name="mActionAuthors"> <action name="mActionAuthors">
<property name="text"> <property name="text">
<string>A&amp;uthors...</string> <string>A&amp;uthors...</string>
</property> </property>
</action> </action>
<action name="mActionAbout"> <action name="mActionAbout">
<property name="icon"> <property name="icon">
<iconset resource="gui.qrc"> <iconset resource="gui.qrc">
<normaloff>:/images/help-browser.png</normaloff>:/images/help-browser.png</iconset> <normaloff>:/images/help-browser.png</normaloff>:/images/help-browser.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;About...</string> <string>&amp;About...</string>
</property> </property>
</action> </action>
<action name="mActionCheckFiles"> <action name="mActionCheckFiles">
<property name="text"> <property name="text">
<string>&amp;Files...</string> <string>&amp;Files...</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>Ctrl+F</string> <string>Ctrl+F</string>
</property> </property>
</action> </action>
<action name="mActionCheckDirectory"> <action name="mActionCheckDirectory">
<property name="icon"> <property name="icon">
<iconset resource="gui.qrc"> <iconset resource="gui.qrc">
<normaloff>:/icon.png</normaloff>:/icon.png</iconset> <normaloff>:/icon.png</normaloff>:/icon.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Directory...</string> <string>&amp;Directory...</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>Ctrl+D</string> <string>Ctrl+D</string>
</property> </property>
</action> </action>
<action name="mActionRecheck"> <action name="mActionRecheck">
<property name="icon"> <property name="icon">
<iconset resource="gui.qrc"> <iconset resource="gui.qrc">
<normaloff>:/images/view-refresh.png</normaloff>:/images/view-refresh.png</iconset> <normaloff>:/images/view-refresh.png</normaloff>:/images/view-refresh.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Recheck files</string> <string>&amp;Recheck files</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>Ctrl+R</string> <string>Ctrl+R</string>
</property> </property>
</action> </action>
<action name="mActionStop"> <action name="mActionStop">
<property name="icon"> <property name="icon">
<iconset resource="gui.qrc"> <iconset resource="gui.qrc">
<normaloff>:/images/process-stop.png</normaloff>:/images/process-stop.png</iconset> <normaloff>:/images/process-stop.png</normaloff>:/images/process-stop.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Stop</string> <string>&amp;Stop</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>Esc</string> <string>Esc</string>
</property> </property>
</action> </action>
<action name="mActionSave"> <action name="mActionSave">
<property name="icon"> <property name="icon">
<iconset resource="gui.qrc"> <iconset resource="gui.qrc">
<normaloff>:/images/media-floppy.png</normaloff>:/images/media-floppy.png</iconset> <normaloff>:/images/media-floppy.png</normaloff>:/images/media-floppy.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Save results to file...</string> <string>&amp;Save results to file...</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>Ctrl+S</string> <string>Ctrl+S</string>
</property> </property>
</action> </action>
<action name="mActionQuit"> <action name="mActionQuit">
<property name="text"> <property name="text">
<string>&amp;Quit</string> <string>&amp;Quit</string>
</property> </property>
</action> </action>
<action name="mActionClearResults"> <action name="mActionClearResults">
<property name="icon"> <property name="icon">
<iconset resource="gui.qrc"> <iconset resource="gui.qrc">
<normaloff>:/images/edit-clear.png</normaloff>:/images/edit-clear.png</iconset> <normaloff>:/images/edit-clear.png</normaloff>:/images/edit-clear.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Clear results</string> <string>&amp;Clear results</string>
</property> </property>
</action> </action>
<action name="mActionSettings"> <action name="mActionSettings">
<property name="icon"> <property name="icon">
<iconset resource="gui.qrc"> <iconset resource="gui.qrc">
<normaloff>:/images/preferences-system.png</normaloff>:/images/preferences-system.png</iconset> <normaloff>:/images/preferences-system.png</normaloff>:/images/preferences-system.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Preferences</string> <string>&amp;Preferences</string>
</property> </property>
</action> </action>
<action name="mActionShowStyle"> <action name="mActionShowStyle">
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="gui.qrc"> <iconset resource="gui.qrc">
<normaloff>:/images/showstylewarnings.png</normaloff>:/images/showstylewarnings.png</iconset> <normaloff>:/images/showstylewarnings.png</normaloff>:/images/showstylewarnings.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Show style errors</string> <string>Show style errors</string>
</property> </property>
</action> </action>
<action name="mActionShowErrors"> <action name="mActionShowErrors">
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="gui.qrc"> <iconset resource="gui.qrc">
<normaloff>:/images/showerrors.png</normaloff>:/images/showerrors.png</iconset> <normaloff>:/images/showerrors.png</normaloff>:/images/showerrors.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Show common errors</string> <string>Show common errors</string>
</property> </property>
</action> </action>
<action name="mActionCheckAll"> <action name="mActionCheckAll">
<property name="text"> <property name="text">
<string>&amp;Check all</string> <string>&amp;Check all</string>
</property> </property>
</action> </action>
<action name="mActionUncheckAll"> <action name="mActionUncheckAll">
<property name="text"> <property name="text">
<string>&amp;Uncheck all</string> <string>&amp;Uncheck all</string>
</property> </property>
</action> </action>
<action name="mActionCollapseAll"> <action name="mActionCollapseAll">
<property name="text"> <property name="text">
<string>Collapse &amp;all</string> <string>Collapse &amp;all</string>
</property> </property>
</action> </action>
<action name="mActionExpandAll"> <action name="mActionExpandAll">
<property name="text"> <property name="text">
<string>&amp;Expand all</string> <string>&amp;Expand all</string>
</property> </property>
</action> </action>
<action name="mActionToolBarMain"> <action name="mActionToolBarMain">
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Standard</string> <string>&amp;Standard</string>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Standard items</string> <string>Standard items</string>
</property> </property>
</action> </action>
<action name="mActionHelpContents"> <action name="mActionHelpContents">
<property name="text"> <property name="text">
<string>&amp;Contents</string> <string>&amp;Contents</string>
</property> </property>
<property name="statusTip"> <property name="statusTip">
<string>Open the help contents</string> <string>Open the help contents</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>F1</string> <string>F1</string>
</property> </property>
</action> </action>
<action name="actionToolbar"> <action name="actionToolbar">
<property name="text"> <property name="text">
<string>Toolbar</string> <string>Toolbar</string>
</property> </property>
</action> </action>
<action name="mActionToolBarView"> <action name="mActionToolBarView">
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Categories</string> <string>&amp;Categories</string>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Error categories</string> <string>Error categories</string>
</property> </property>
</action> </action>
</widget> </widget>
<customwidgets> <customwidgets>
<customwidget> <customwidget>
<class>ResultsView</class> <class>ResultsView</class>
<extends>QWidget</extends> <extends>QWidget</extends>
<header>resultsview.h</header> <header>resultsview.h</header>
<container>1</container> <container>1</container>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<resources> <resources>
<include location="gui.qrc"/> <include location="gui.qrc"/>
</resources> </resources>
<connections/> <connections/>
</ui> </ui>