Fix a typo in the pretty printer of std::vector<>.
[kdbg.git] / kdbg / brkptcondition.ui
blob2bb7221a6790b94bfcf7fdaf7465ffa2769692f0
1 <ui version="4.0" >
2  <class>BrkPtCondition</class>
3  <widget class="QDialog" name="BrkPtCondition" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>400</width>
9     <height>98</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Dialog</string>
14   </property>
15   <layout class="QVBoxLayout" name="verticalLayout" >
16    <item>
17     <layout class="QGridLayout" name="gridLayout" >
18      <item row="0" column="0" >
19       <widget class="QLabel" name="label" >
20        <property name="font" >
21         <font>
22          <weight>50</weight>
23          <bold>false</bold>
24         </font>
25        </property>
26        <property name="text" >
27         <string>&amp;Condition:</string>
28        </property>
29        <property name="buddy" >
30         <cstring>condition</cstring>
31        </property>
32       </widget>
33      </item>
34      <item row="0" column="1" >
35       <widget class="KLineEdit" name="condition" />
36      </item>
37      <item row="1" column="0" >
38       <widget class="QLabel" name="label_2" >
39        <property name="text" >
40         <string>Ignore &amp;next hits:</string>
41        </property>
42        <property name="buddy" >
43         <cstring>ignoreCount</cstring>
44        </property>
45       </widget>
46      </item>
47      <item row="1" column="1" >
48       <widget class="QSpinBox" name="ignoreCount" >
49        <property name="specialValueText" >
50         <string>do not ignore</string>
51        </property>
52        <property name="correctionMode" >
53         <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
54        </property>
55        <property name="suffix" >
56         <string/>
57        </property>
58        <property name="prefix" >
59         <string/>
60        </property>
61        <property name="maximum" >
62         <number>999</number>
63        </property>
64       </widget>
65      </item>
66     </layout>
67    </item>
68    <item>
69     <widget class="QDialogButtonBox" name="buttonBox" >
70      <property name="orientation" >
71       <enum>Qt::Horizontal</enum>
72      </property>
73      <property name="standardButtons" >
74       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
75      </property>
76     </widget>
77    </item>
78   </layout>
79  </widget>
80  <customwidgets>
81   <customwidget>
82    <class>KLineEdit</class>
83    <extends>QLineEdit</extends>
84    <header>klineedit.h</header>
85   </customwidget>
86  </customwidgets>
87  <resources/>
88  <connections>
89   <connection>
90    <sender>buttonBox</sender>
91    <signal>accepted()</signal>
92    <receiver>BrkPtCondition</receiver>
93    <slot>accept()</slot>
94    <hints>
95     <hint type="sourcelabel" >
96      <x>222</x>
97      <y>72</y>
98     </hint>
99     <hint type="destinationlabel" >
100      <x>157</x>
101      <y>86</y>
102     </hint>
103    </hints>
104   </connection>
105   <connection>
106    <sender>buttonBox</sender>
107    <signal>rejected()</signal>
108    <receiver>BrkPtCondition</receiver>
109    <slot>reject()</slot>
110    <hints>
111     <hint type="sourcelabel" >
112      <x>290</x>
113      <y>78</y>
114     </hint>
115     <hint type="destinationlabel" >
116      <x>286</x>
117      <y>86</y>
118     </hint>
119    </hints>
120   </connection>
121  </connections>
122 </ui>