Moved font size definitions from ui files to default qss.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7736 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-12-08 00:08:35 +00:00
parent b7e94fce99
commit 24567d3d90
7 changed files with 145 additions and 114 deletions

View file

@ -67,12 +67,7 @@
</widget>
</item>
<item>
<widget class="QLabel" name="headerLabel">
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<widget class="StyledLabel" name="headerLabel">
<property name="text">
<string notr="true">Header text</string>
</property>
@ -93,6 +88,13 @@
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>StyledLabel</class>
<extends>QLabel</extends>
<header>gui/common/StyledLabel.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>