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