blob: b555d4300864e204825167c2452df5d25397d75c [file] [log] [blame]
Yingdi Yu348f5ea2014-03-01 14:47:25 -08001<?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 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QVBoxLayout" name="profileEditorLayout" stretch="0,20,1">
19 <item>
20 <layout class="QHBoxLayout" name="identityLayout" stretch="2,4">
21 <item>
22 <widget class="QLabel" name="identityLabel">
23 <property name="font">
24 <font>
25 <weight>75</weight>
26 <bold>true</bold>
27 </font>
28 </property>
29 <property name="text">
30 <string>Current identity:</string>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="QLineEdit" name="identityInput">
36 <property name="readOnly">
37 <bool>true</bool>
38 </property>
39 </widget>
40 </item>
41 </layout>
42 </item>
43 <item>
44 <widget class="QTableView" name="profileTable">
45 <attribute name="horizontalHeaderCascadingSectionResizes">
46 <bool>false</bool>
47 </attribute>
48 <attribute name="horizontalHeaderDefaultSectionSize">
49 <number>100</number>
50 </attribute>
51 <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
52 <bool>true</bool>
53 </attribute>
54 <attribute name="horizontalHeaderStretchLastSection">
55 <bool>true</bool>
56 </attribute>
57 <attribute name="verticalHeaderVisible">
58 <bool>true</bool>
59 </attribute>
60 </widget>
61 </item>
62 <item>
63 <layout class="QHBoxLayout" name="buttonLayout" stretch="1,1,1">
64 <item>
65 <widget class="QPushButton" name="addRowButton">
66 <property name="text">
67 <string>Add</string>
68 </property>
69 <property name="autoDefault">
70 <bool>false</bool>
71 </property>
72 </widget>
73 </item>
74 <item>
75 <widget class="QPushButton" name="deleteRowButton">
76 <property name="text">
77 <string>Delete</string>
78 </property>
79 <property name="autoDefault">
80 <bool>false</bool>
81 </property>
82 </widget>
83 </item>
84 <item>
85 <widget class="QPushButton" name="okButton">
86 <property name="text">
87 <string>OK</string>
88 </property>
89 <property name="autoDefault">
90 <bool>false</bool>
91 </property>
92 </widget>
93 </item>
94 </layout>
95 </item>
96 </layout>
97 </item>
98 </layout>
99 </widget>
100 <resources/>
101 <connections/>
102</ui>