KDbg 2.5.6.
[kdbg.git] / kdbg / brkptbase.ui
blobe66546463efd5c40f807100ceaf5ad4633e9e24a
1 <ui version="4.0" >
2  <class>BrkPtBase</class>
3  <widget class="QWidget" name="BrkPtBase" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>591</width>
9     <height>300</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QHBoxLayout" name="horizontalLayout" >
16    <item>
17     <layout class="QVBoxLayout" name="verticalLayout_2" >
18      <item>
19       <widget class="KLineEdit" name="bpEdit" >
20        <property name="showClearButton" stdset="0" >
21         <bool>true</bool>
22        </property>
23       </widget>
24      </item>
25      <item>
26       <widget class="QTreeWidget" name="bpList" >
27        <property name="rootIsDecorated" >
28         <bool>false</bool>
29        </property>
30        <column>
31         <property name="text" >
32          <string>Location</string>
33         </property>
34        </column>
35        <column>
36         <property name="text" >
37          <string>Address</string>
38         </property>
39        </column>
40        <column>
41         <property name="text" >
42          <string>Hits</string>
43         </property>
44        </column>
45        <column>
46         <property name="text" >
47          <string>Ignore</string>
48         </property>
49        </column>
50        <column>
51         <property name="text" >
52          <string>Condition</string>
53         </property>
54        </column>
55       </widget>
56      </item>
57     </layout>
58    </item>
59    <item>
60     <layout class="QVBoxLayout" name="verticalLayout" >
61      <item>
62       <widget class="QPushButton" name="btAddBP" >
63        <property name="text" >
64         <string>Add &amp;Breakpoint</string>
65        </property>
66       </widget>
67      </item>
68      <item>
69       <widget class="QPushButton" name="btAddWP" >
70        <property name="text" >
71         <string>Add &amp;Watchpoint</string>
72        </property>
73       </widget>
74      </item>
75      <item>
76       <widget class="QPushButton" name="btRemove" >
77        <property name="text" >
78         <string>&amp;Remove</string>
79        </property>
80       </widget>
81      </item>
82      <item>
83       <widget class="QPushButton" name="btEnaDis" >
84        <property name="text" >
85         <string>&amp;Disable</string>
86        </property>
87       </widget>
88      </item>
89      <item>
90       <widget class="QPushButton" name="btViewCode" >
91        <property name="text" >
92         <string>&amp;View Code</string>
93        </property>
94       </widget>
95      </item>
96      <item>
97       <widget class="QPushButton" name="btConditional" >
98        <property name="text" >
99         <string>&amp;Conditional...</string>
100        </property>
101       </widget>
102      </item>
103      <item>
104       <spacer name="verticalSpacer" >
105        <property name="orientation" >
106         <enum>Qt::Vertical</enum>
107        </property>
108        <property name="sizeHint" stdset="0" >
109         <size>
110          <width>20</width>
111          <height>40</height>
112         </size>
113        </property>
114       </spacer>
115      </item>
116     </layout>
117    </item>
118   </layout>
119  </widget>
120  <customwidgets>
121   <customwidget>
122    <class>KLineEdit</class>
123    <extends>QLineEdit</extends>
124    <header>klineedit.h</header>
125   </customwidget>
126  </customwidgets>
127  <tabstops>
128   <tabstop>bpEdit</tabstop>
129   <tabstop>bpList</tabstop>
130   <tabstop>btAddBP</tabstop>
131   <tabstop>btAddWP</tabstop>
132   <tabstop>btRemove</tabstop>
133   <tabstop>btEnaDis</tabstop>
134   <tabstop>btViewCode</tabstop>
135   <tabstop>btConditional</tabstop>
136  </tabstops>
137  <resources/>
138  <connections/>
139 </ui>