blob: 89a06129618b27c3b28d9c758994f54ab309a0cb [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>
19 <x>10</x>
20 <y>11</y>
21 <width>381</width>
22 <height>491</height>
23 </rect>
24 </property>
25 <layout class="QVBoxLayout" name="verticalLayout">
26 <item>
27 <widget class="QTableView" name="profileTable">
28 <attribute name="horizontalHeaderCascadingSectionResizes">
29 <bool>false</bool>
30 </attribute>
31 <attribute name="horizontalHeaderDefaultSectionSize">
32 <number>100</number>
33 </attribute>
34 <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
35 <bool>true</bool>
36 </attribute>
37 <attribute name="horizontalHeaderStretchLastSection">
38 <bool>true</bool>
39 </attribute>
40 <attribute name="verticalHeaderVisible">
41 <bool>true</bool>
42 </attribute>
43 </widget>
44 </item>
45 <item>
46 <layout class="QHBoxLayout" name="buttonLayout" stretch="1,1,1">
47 <item>
48 <widget class="QPushButton" name="addRowButton">
49 <property name="text">
50 <string>Add</string>
51 </property>
52 </widget>
53 </item>
54 <item>
55 <widget class="QPushButton" name="deleteRowButton">
56 <property name="text">
57 <string>Delete</string>
58 </property>
59 </widget>
60 </item>
61 <item>
62 <widget class="QPushButton" name="okButton">
63 <property name="text">
64 <string>OK</string>
65 </property>
66 </widget>
67 </item>
68 </layout>
69 </item>
70 </layout>
71 </widget>
72 </widget>
73 <resources/>
74 <connections/>
75</ui>