blob: e3b6e38ecd5a3480cc99bcbd9e64b8893c095f61 [file] [log] [blame]
Yingdi Yu1f824642016-03-20 17:07:22 -07001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>KeyViewerDialog</class>
4 <widget class="QDialog" name="KeyViewerDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>800</width>
10 <height>600</height>
11 </rect>
12 </property>
13 <property name="maximumSize">
14 <size>
15 <width>960</width>
16 <height>720</height>
17 </size>
18 </property>
19 <property name="windowTitle">
20 <string>NDN Key Viewer</string>
21 </property>
22 <property name="sizeGripEnabled">
23 <bool>true</bool>
24 </property>
25 <property name="modal">
26 <bool>false</bool>
27 </property>
28 <layout class="QHBoxLayout" name="horizontalLayout_2">
29 <item>
30 <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,1">
31 <property name="sizeConstraint">
32 <enum>QLayout::SetMaximumSize</enum>
33 </property>
34 <item>
35 <widget class="QTreeView" name="treeView"/>
36 </item>
37 <item>
38 <widget class="QTableView" name="tableView"/>
39 </item>
40 </layout>
41 </item>
42 </layout>
43 </widget>
44 <resources/>
45 <connections/>
46</ui>