blob: 720d5726c74b295cf0916555d71047e5d46f4d1d [file] [log] [blame]
Yingdi Yu3b318c12013-10-15 17:54:00 -07001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ProfileEditor</class>
4 <widget class="QDialog" name="ProfileEditor">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>500</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Profile Editor</string>
15 </property>
16 <widget class="QWidget" name="">
17 <property name="geometry">
18 <rect>
Yingdi Yu54dcecc2013-10-17 15:07:17 -070019 <x>11</x>
20 <y>10</y>
Yingdi Yu3b318c12013-10-15 17:54:00 -070021 <width>381</width>
22 <height>491</height>
23 </rect>
24 </property>
Yingdi Yu54dcecc2013-10-17 15:07:17 -070025 <layout class="QVBoxLayout" name="profileEditorLayout" stretch="1,20,1">
26 <item>
27 <layout class="QHBoxLayout" name="identityLayout" stretch="1,5,1">
28 <item>
29 <widget class="QLabel" name="identityLabel">
30 <property name="font">
31 <font>
32 <weight>75</weight>
33 <bold>true</bold>
34 </font>
35 </property>
36 <property name="text">
37 <string>Identity:</string>
38 </property>
39 </widget>
40 </item>
41 <item>
42 <widget class="QLineEdit" name="identityInput"/>
43 </item>
44 <item>
45 <widget class="QPushButton" name="getButton">
46 <property name="text">
47 <string>Get Profile</string>
48 </property>
49 </widget>
50 </item>
51 </layout>
52 </item>
Yingdi Yu3b318c12013-10-15 17:54:00 -070053 <item>
54 <widget class="QTableView" name="profileTable">
55 <attribute name="horizontalHeaderCascadingSectionResizes">
56 <bool>false</bool>
57 </attribute>
58 <attribute name="horizontalHeaderDefaultSectionSize">
59 <number>100</number>
60 </attribute>
61 <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
62 <bool>true</bool>
63 </attribute>
64 <attribute name="horizontalHeaderStretchLastSection">
65 <bool>true</bool>
66 </attribute>
67 <attribute name="verticalHeaderVisible">
68 <bool>true</bool>
69 </attribute>
70 </widget>
71 </item>
72 <item>
73 <layout class="QHBoxLayout" name="buttonLayout" stretch="1,1,1">
74 <item>
75 <widget class="QPushButton" name="addRowButton">
76 <property name="text">
77 <string>Add</string>
78 </property>
79 </widget>
80 </item>
81 <item>
82 <widget class="QPushButton" name="deleteRowButton">
83 <property name="text">
84 <string>Delete</string>
85 </property>
86 </widget>
87 </item>
88 <item>
89 <widget class="QPushButton" name="okButton">
90 <property name="text">
91 <string>OK</string>
92 </property>
93 </widget>
94 </item>
95 </layout>
96 </item>
97 </layout>
98 </widget>
99 </widget>
100 <resources/>
101 <connections/>
102</ui>