Yingdi Yu | 1f82464 | 2016-03-20 17:07:22 -0700 | [diff] [blame] | 1 | <?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 Yu | 95dbc71 | 2016-03-21 09:56:57 -0700 | [diff] [blame] | 30 | <layout class="QHBoxLayout" name="horizontalLayout" stretch="3,2"> |
Yingdi Yu | 1f82464 | 2016-03-20 17:07:22 -0700 | [diff] [blame] | 31 | <property name="sizeConstraint"> |
| 32 | <enum>QLayout::SetMaximumSize</enum> |
| 33 | </property> |
| 34 | <item> |
| 35 | <widget class="QTreeView" name="treeView"/> |
| 36 | </item> |
| 37 | <item> |
Yingdi Yu | 95dbc71 | 2016-03-21 09:56:57 -0700 | [diff] [blame] | 38 | <widget class="QTreeView" name="certView"> |
| 39 | <property name="indentation"> |
| 40 | <number>0</number> |
| 41 | </property> |
| 42 | </widget> |
Yingdi Yu | 1f82464 | 2016-03-20 17:07:22 -0700 | [diff] [blame] | 43 | </item> |
| 44 | </layout> |
| 45 | </item> |
| 46 | </layout> |
| 47 | </widget> |
| 48 | <resources/> |
| 49 | <connections/> |
| 50 | </ui> |