add parameter dcerpc_info to PIDL_dissect_ipv?address()
[wireshark-wip.git] / ui / qt / column_preferences_frame.ui
blob195ae004ef2475eab1497b237ac9fd8861b1713e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ColumnPreferencesFrame</class>
4 <widget class="QFrame" name="ColumnPreferencesFrame">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>550</width>
10 <height>350</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string>Frame</string>
21 </property>
22 <property name="lineWidth">
23 <number>0</number>
24 </property>
25 <layout class="QVBoxLayout" name="verticalLayout">
26 <item>
27 <widget class="QTreeWidget" name="columnTreeWidget">
28 <column>
29 <property name="text">
30 <string>Displayed</string>
31 </property>
32 </column>
33 <column>
34 <property name="text">
35 <string>Title</string>
36 </property>
37 </column>
38 <column>
39 <property name="text">
40 <string>Type</string>
41 </property>
42 </column>
43 <column>
44 <property name="text">
45 <string>Field name</string>
46 </property>
47 </column>
48 <column>
49 <property name="text">
50 <string>Field occurence</string>
51 </property>
52 </column>
53 </widget>
54 </item>
55 <item>
56 <layout class="QHBoxLayout" name="horizontalLayout">
57 <item>
58 <widget class="QToolButton" name="newToolButton">
59 <property name="icon">
60 <iconset resource="../../image/toolbar.qrc">
61 <normaloff>:/stock/plus-8.png</normaloff>:/stock/plus-8.png</iconset>
62 </property>
63 </widget>
64 </item>
65 <item>
66 <widget class="QToolButton" name="deleteToolButton">
67 <property name="icon">
68 <iconset resource="../../image/toolbar.qrc">
69 <normaloff>:/stock/minus-8.png</normaloff>:/stock/minus-8.png</iconset>
70 </property>
71 </widget>
72 </item>
73 <item>
74 <spacer name="horizontalSpacer">
75 <property name="orientation">
76 <enum>Qt::Horizontal</enum>
77 </property>
78 <property name="sizeHint" stdset="0">
79 <size>
80 <width>40</width>
81 <height>20</height>
82 </size>
83 </property>
84 </spacer>
85 </item>
86 </layout>
87 </item>
88 </layout>
89 </widget>
90 <resources>
91 <include location="../../image/toolbar.qrc"/>
92 </resources>
93 <connections/>
94 </ui>