diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-10 04:40:10 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-10 04:40:10 +0000 |
| commit | 1ac900a0b97ceed2b9451f573f3c08ea002c2d87 (patch) | |
| tree | 801e1ffd73ce16e49ca607230ef2ccf92a891518 /examples/GuiClient/profileDialog.ui | |
| parent | 757a4ea445e33bdf16434efb3dc74de0e24f10f8 (diff) | |
| download | qxmpp-1ac900a0b97ceed2b9451f573f3c08ea002c2d87.tar.gz | |
add software version details to the profileDialog
Diffstat (limited to 'examples/GuiClient/profileDialog.ui')
| -rw-r--r-- | examples/GuiClient/profileDialog.ui | 37 |
1 files changed, 26 insertions, 11 deletions
diff --git a/examples/GuiClient/profileDialog.ui b/examples/GuiClient/profileDialog.ui index 8efe5e39..b21428a9 100644 --- a/examples/GuiClient/profileDialog.ui +++ b/examples/GuiClient/profileDialog.ui @@ -6,7 +6,7 @@ <rect>
<x>0</x>
<y>0</y>
- <width>238</width>
+ <width>297</width>
<height>174</height>
</rect>
</property>
@@ -42,7 +42,16 @@ </size>
</property>
<property name="text">
- <string>TextLabel</string>
+ <string/>
+ </property>
+ <property name="pixmap">
+ <pixmap resource="resources.qrc">:/icons/resource/avatar.png</pixmap>
+ </property>
+ <property name="scaledContents">
+ <bool>true</bool>
+ </property>
+ <property name="alignment">
+ <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
</widget>
</item>
@@ -108,18 +117,24 @@ </layout>
</item>
<item>
- <widget class="QDialogButtonBox" name="buttonBox">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="standardButtons">
- <set>QDialogButtonBox::Close</set>
- </property>
- </widget>
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
+ <item>
+ <widget class="QDialogButtonBox" name="buttonBox">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="standardButtons">
+ <set>QDialogButtonBox::Close</set>
+ </property>
+ </widget>
+ </item>
+ </layout>
</item>
</layout>
</widget>
- <resources/>
+ <resources>
+ <include location="resources.qrc"/>
+ </resources>
<connections>
<connection>
<sender>buttonBox</sender>
|
