Change ContactStorage, the schema of SelfProfile is changed.
diff --git a/src/profileeditor.ui b/src/profileeditor.ui
index 89a0612..720d572 100644
--- a/src/profileeditor.ui
+++ b/src/profileeditor.ui
@@ -16,13 +16,40 @@
<widget class="QWidget" name="">
<property name="geometry">
<rect>
- <x>10</x>
- <y>11</y>
+ <x>11</x>
+ <y>10</y>
<width>381</width>
<height>491</height>
</rect>
</property>
- <layout class="QVBoxLayout" name="verticalLayout">
+ <layout class="QVBoxLayout" name="profileEditorLayout" stretch="1,20,1">
+ <item>
+ <layout class="QHBoxLayout" name="identityLayout" stretch="1,5,1">
+ <item>
+ <widget class="QLabel" name="identityLabel">
+ <property name="font">
+ <font>
+ <weight>75</weight>
+ <bold>true</bold>
+ </font>
+ </property>
+ <property name="text">
+ <string>Identity:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="identityInput"/>
+ </item>
+ <item>
+ <widget class="QPushButton" name="getButton">
+ <property name="text">
+ <string>Get Profile</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
<item>
<widget class="QTableView" name="profileTable">
<attribute name="horizontalHeaderCascadingSectionResizes">