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