Yingdi Yu | 3b318c1 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 1 | <?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 Yu | 54dcecc | 2013-10-17 15:07:17 -0700 | [diff] [blame] | 19 | <x>11</x> |
| 20 | <y>10</y> |
Yingdi Yu | 3b318c1 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 21 | <width>381</width> |
| 22 | <height>491</height> |
| 23 | </rect> |
| 24 | </property> |
Yingdi Yu | 54dcecc | 2013-10-17 15:07:17 -0700 | [diff] [blame] | 25 | <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> |
Yingdi Yu | 8f7325a | 2013-10-17 17:03:46 -0700 | [diff] [blame] | 49 | <property name="autoDefault"> |
| 50 | <bool>false</bool> |
| 51 | </property> |
Yingdi Yu | 54dcecc | 2013-10-17 15:07:17 -0700 | [diff] [blame] | 52 | </widget> |
| 53 | </item> |
| 54 | </layout> |
| 55 | </item> |
Yingdi Yu | 3b318c1 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 56 | <item> |
| 57 | <widget class="QTableView" name="profileTable"> |
| 58 | <attribute name="horizontalHeaderCascadingSectionResizes"> |
| 59 | <bool>false</bool> |
| 60 | </attribute> |
| 61 | <attribute name="horizontalHeaderDefaultSectionSize"> |
| 62 | <number>100</number> |
| 63 | </attribute> |
| 64 | <attribute name="horizontalHeaderShowSortIndicator" stdset="0"> |
| 65 | <bool>true</bool> |
| 66 | </attribute> |
| 67 | <attribute name="horizontalHeaderStretchLastSection"> |
| 68 | <bool>true</bool> |
| 69 | </attribute> |
| 70 | <attribute name="verticalHeaderVisible"> |
| 71 | <bool>true</bool> |
| 72 | </attribute> |
| 73 | </widget> |
| 74 | </item> |
| 75 | <item> |
| 76 | <layout class="QHBoxLayout" name="buttonLayout" stretch="1,1,1"> |
| 77 | <item> |
| 78 | <widget class="QPushButton" name="addRowButton"> |
| 79 | <property name="text"> |
| 80 | <string>Add</string> |
| 81 | </property> |
Yingdi Yu | 8f7325a | 2013-10-17 17:03:46 -0700 | [diff] [blame] | 82 | <property name="autoDefault"> |
| 83 | <bool>false</bool> |
| 84 | </property> |
Yingdi Yu | 3b318c1 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 85 | </widget> |
| 86 | </item> |
| 87 | <item> |
| 88 | <widget class="QPushButton" name="deleteRowButton"> |
| 89 | <property name="text"> |
| 90 | <string>Delete</string> |
| 91 | </property> |
Yingdi Yu | 8f7325a | 2013-10-17 17:03:46 -0700 | [diff] [blame] | 92 | <property name="autoDefault"> |
| 93 | <bool>false</bool> |
| 94 | </property> |
Yingdi Yu | 3b318c1 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 95 | </widget> |
| 96 | </item> |
| 97 | <item> |
| 98 | <widget class="QPushButton" name="okButton"> |
| 99 | <property name="text"> |
| 100 | <string>OK</string> |
| 101 | </property> |
Yingdi Yu | 8f7325a | 2013-10-17 17:03:46 -0700 | [diff] [blame] | 102 | <property name="autoDefault"> |
| 103 | <bool>false</bool> |
| 104 | </property> |
Yingdi Yu | 3b318c1 | 2013-10-15 17:54:00 -0700 | [diff] [blame] | 105 | </widget> |
| 106 | </item> |
| 107 | </layout> |
| 108 | </item> |
| 109 | </layout> |
| 110 | </widget> |
| 111 | </widget> |
| 112 | <resources/> |
| 113 | <connections/> |
| 114 | </ui> |