Install gammaray_probe.so to /usr/lib/gammaray
[gammaray-debian.git] / methodinvocationdialog.ui
blob7ab806caa650dd7663094802de604c5fe582390e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GammaRay::MethodInvocationDialog</class>
4 <widget class="QWidget" name="GammaRay::MethodInvocationDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>300</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout">
14 <item>
15 <layout class="QHBoxLayout" name="horizontalLayout">
16 <item>
17 <widget class="QLabel" name="label">
18 <property name="text">
19 <string>&amp;Connection type:</string>
20 </property>
21 <property name="buddy">
22 <cstring>connectionTypeComboBox</cstring>
23 </property>
24 </widget>
25 </item>
26 <item>
27 <widget class="QComboBox" name="connectionTypeComboBox"/>
28 </item>
29 </layout>
30 </item>
31 <item>
32 <widget class="QTreeView" name="argumentView">
33 <property name="rootIsDecorated">
34 <bool>false</bool>
35 </property>
36 <property name="allColumnsShowFocus">
37 <bool>true</bool>
38 </property>
39 </widget>
40 </item>
41 <item>
42 <widget class="QDialogButtonBox" name="buttonBox">
43 <property name="standardButtons">
44 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
45 </property>
46 </widget>
47 </item>
48 </layout>
49 </widget>
50 <resources/>
51 <connections/>
52 </ui>