blob: 44e02b4174d882cbdcbf5395c9023801310b1676 [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>
Yingdi Yu95dbc712016-03-21 09:56:57 -070030 <layout class="QHBoxLayout" name="horizontalLayout" stretch="3,2">
Yingdi Yu1f824642016-03-20 17:07:22 -070031 <property name="sizeConstraint">
32 <enum>QLayout::SetMaximumSize</enum>
33 </property>
34 <item>
35 <widget class="QTreeView" name="treeView"/>
36 </item>
37 <item>
Yingdi Yu95dbc712016-03-21 09:56:57 -070038 <widget class="QTreeView" name="certView">
39 <property name="indentation">
40 <number>0</number>
41 </property>
42 </widget>
Yingdi Yu1f824642016-03-20 17:07:22 -070043 </item>
44 </layout>
45 </item>
46 </layout>
47 </widget>
48 <resources/>
49 <connections/>
50</ui>