Skip to content
Snippets Groups Projects
Commit 295a0102 authored by dt's avatar dt
Browse files

Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline

parents 19f7f99b 180fe721
No related merge requests found
...@@ -13,35 +13,33 @@ ...@@ -13,35 +13,33 @@
<property name="windowTitle"> <property name="windowTitle">
<string>AddressBook</string> <string>AddressBook</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <widget class="QWidget" name="">
<item> <layout class="QGridLayout" name="gridLayout">
<layout class="QGridLayout" name="gridLayout"> <item row="0" column="0">
<item row="0" column="0"> <widget class="QLabel" name="nameEdit">
<widget class="QLabel" name="nameEdit"> <property name="text">
<property name="text"> <string>Name:</string>
<string>Name:</string> </property>
</property> </widget>
</widget> </item>
</item> <item row="0" column="1">
<item row="0" column="1"> <widget class="QLineEdit" name="lineEdit"/>
<widget class="QLineEdit" name="lineEdit"/> </item>
</item> <item row="1" column="0">
<item row="1" column="0"> <widget class="QLabel" name="addressEdit">
<widget class="QLabel" name="addressEdit"> <property name="text">
<property name="text"> <string>Address:</string>
<string>Address:</string> </property>
</property> <property name="alignment">
<property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property>
</property> </widget>
</widget> </item>
</item> <item row="1" column="1">
<item row="1" column="1"> <widget class="QTextEdit" name="textEdit"/>
<widget class="QTextEdit" name="textEdit"/> </item>
</item> </layout>
</layout> </widget>
</item>
</layout>
</widget> </widget>
<layoutdefault spacing="6" margin="11"/> <layoutdefault spacing="6" margin="11"/>
<resources/> <resources/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment