Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui

changeset 3489
9c5af34205c9
parent 3186
a05eff845522
child 4146
f892021b2e32
--- a/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui	Sat Apr 05 18:25:35 2014 +0200
+++ b/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui	Sat Apr 05 19:55:53 2014 +0200
@@ -342,6 +342,19 @@
          </widget>
         </item>
         <item>
+         <widget class="QCheckBox" name="ignoredCheckBox">
+          <property name="enabled">
+           <bool>false</bool>
+          </property>
+          <property name="toolTip">
+           <string>Select to show ignored issues</string>
+          </property>
+          <property name="text">
+           <string>Show ignored</string>
+          </property>
+         </widget>
+        </item>
+        <item>
          <spacer name="horizontalSpacer">
           <property name="orientation">
            <enum>Qt::Horizontal</enum>
@@ -479,12 +492,14 @@
   <tabstop>noFixIssuesEdit</tabstop>
   <tabstop>noFixIssuesSelectButton</tabstop>
   <tabstop>lineLengthSpinBox</tabstop>
+  <tabstop>docTypeComboBox</tabstop>
   <tabstop>hangClosingCheckBox</tabstop>
   <tabstop>repeatCheckBox</tabstop>
   <tabstop>fixIssuesCheckBox</tabstop>
-  <tabstop>storeDefaultButton</tabstop>
+  <tabstop>ignoredCheckBox</tabstop>
   <tabstop>resultList</tabstop>
   <tabstop>fixButton</tabstop>
+  <tabstop>storeDefaultButton</tabstop>
   <tabstop>resetDefaultButton</tabstop>
   <tabstop>buttonBox</tabstop>
  </tabstops>
@@ -497,12 +512,28 @@
    <slot>setEnabled(bool)</slot>
    <hints>
     <hint type="sourcelabel">
-     <x>121</x>
-     <y>153</y>
+     <x>132</x>
+     <y>286</y>
     </hint>
     <hint type="destinationlabel">
-     <x>186</x>
-     <y>160</y>
+     <x>343</x>
+     <y>286</y>
+    </hint>
+   </hints>
+  </connection>
+  <connection>
+   <sender>repeatCheckBox</sender>
+   <signal>toggled(bool)</signal>
+   <receiver>ignoredCheckBox</receiver>
+   <slot>setEnabled(bool)</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>138</x>
+     <y>269</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>380</x>
+     <y>271</y>
     </hint>
    </hints>
   </connection>

eric ide

mercurial