RetroShare/retroshare-gui/src/gui/common/AvatarWidget.ui
thunder2 9279838d65 Added two internal stylesheets:
- qss.default - This file is used as default for all stylesheets (e.g. the frames of the AvatarWidget) and can be overloaded from the selected stylesheet
- Standard.qss - The standard stylesheet for the current look of RetroShare. More internal stylesheets can be added.
The plan is to move nearly all internal stylesheets to the files Standard.qss/qss.default. After that the "empty" stylesheet should represent the system theme of the os.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5467 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-08-24 23:35:57 +00:00

23 lines
483 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AvatarWidget</class>
<widget class="QLabel" name="AvatarWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>116</width>
<height>116</height>
</rect>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<resources/>
<connections/>
</ui>